python lightweight ide code example

Example 1: 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 2: what is the best ide for python

"""
IntelliJ iDEA is the BEST IDE. Pycharm is only for python and is a bit too heavy,
VS code is super great too but intelliJ IDEA has more multi-language support
and more additional features, and a greater marketplace.
"""

Example 3: ide for python

//I prefer to do most of my scripting in Sublime text and then its either console or Pycharm. 
// Text Editor
'https://www.sublimetext.com/' //Free to use  
//IDE
'https://www.jetbrains.com/pycharm/download/' //Free community edition
  
  //Pycharm can support Coffeescript, CSS, Javascript and Typescript, however I am unsure if this the full version only

Example 4: best ide for python

"""
I agree on PyCharm and VSCode. 
PyCharm is meant for Python only, and is kinda heavy, 
so I would recommend VSCode
It has multi language coding support. 
HTML, CSS, JS, Python, C++, C, C#, Java, and a lot of others
Best thing is that you can install many light extensions on VSCode like ones
that help in coding by providing code blocks, docstring auto generators, etc
And it is by Microsoft, so recommended greatly
"""