Python IDE

We need an editor for Python. There are a lot of Python IDE, and for me, I like spyder the most, for its Matlab-like environment. Below I list some of the best Python IDE.

1) Spyder:

- We can install Spyder through Ubuntu Software Center, or use command sudo apt-get install spyder.

- Or we can get the latest version via pip: sudo pip install --upgrade spyder or

https://github.com/spyder-ide

2) Sublime Text.

Another powerful editor is Sublime Text, which can be setup for Python, C, C++ and other programming languages.

https://www.sublimetext.com/