lightweight ide for python code example

Example 1: ide for python

#i presonally use pycharm but be open for other IDE's

Example 2: best python ide

PyCharm - https://www.jetbrains.com/pycharm/ # Only for python
Visual Studio Code - https://code.visualstudio.com/ # Personally use and can work for tons of different languages (Highly Reccommend)
IDLE # default ide comes with python, its pretty good comes with python documentation

Example 3: best python IDE

I would say VS Code is best. It is simple and has easy auto correct.
But if you are less experienced, use IDLE until you become familiar with
the programming language

Example 4: best ide for python

"""Pycharm: https://www.jetbrains.com/pycharm/

...or if you are willing to go the better,
more painful, but yet better way, you should NOT use an IDE.
The solution is a text editor.

Good Text Editors (ranked):
	- Atom			: https://atom.io/
	- VS Code		: https://code.visualstudio.com/
	- Sublime Text	: https://www.sublimetext.com/
"""

Example 5: best ide for python

Pycharm - https://www.jetbrains.com/pycharm/
Visual Studio Code - https://code.visualstudio.com/