pyzo
interactive editor for scientific Python
Install
- All systems
-
curl cmd.cat/pyzo.sh
- Debian
-
apt-get install pyzo
- Ubuntu
-
apt-get install pyzo
- Arch Linux
-
pacman -S pyzo
- Kali Linux
-
apt-get install pyzo
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install pyzo
- Raspbian
-
apt-get install pyzo
- Dockerfile
- dockerfile.run/pyzo
pyzo
interactive editor for scientific Python
Pyzo is a cross-platform Python IDE focused on interactivity and introspection, which makes it very suitable for scientific computing. Its practical design is aimed at simplicity and efficiency. It consists of two main components, the editor and the shell, and uses a set of pluggable tools to help the programmer in various ways. Some example tools are source structure, project manager, interactive help, workspace... Pyzo is written in (pure) Python 3 and uses the Qt GUI toolkit. Binaries are provided for all major operating system. After installing Pyzo, it can be used to execute code on any Python version available on your system (Python 2.4 - 3.x, including Pypy). This package provides the Pyzo IDE.