How to install Pyzo Python IDE on Ubuntu – Best interactive IDE for scientific Python

Pyzo is a free and open source integrated development environment for Python. With the help of miniconda and anaconda you can manage your Python packages. You can also use it without any Python interpreter.Pyzo is written in Python 3 and uses the Qt widget toolkit. It comes with 2 main components, the editor and the shell. And also supports powerful introspection and allows various ways to interactively run code. It is available for linux, mac os and windows. Some other features are shortcut editor, Qt themes, Unicode support, magic commands, auto indentation, syntax highlighting and breakpoints for debugging.

Download Pyzo [Windows, Mac OS]

Install Pyzo Python IDE on Ubuntu:

Also Read:  Geany Cross Platform Lightweight IDE

Open your terminal app, and run the below command.

sudo apt-get update

Type your ubuntu password. Then run the below command. Pyzo runs on Python 3 and needs PyQt4.

sudo apt-get install python3-pip python3-pyqt4

Then type y and hit enter to confirm the installation. Then run the below command to install Pyzo Python IDE on your Ubuntu system.

sudo python3 -m pip install pyzo --upgrade

After the installation of Pyzo Python IDE, type the below command and press the enter to run Pyzo IDE.

pyzo
If you liked this article, please subscribe to our YouTube Channel. You can also stay connected with us on Twitter and Facebook.



Leave a Reply