ide for python development code example

Example 1: 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 2: 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
"""