12  Python Integrated Development Environments (IDEs)

  1. IDLE (Cross Platform): included in the python installation.

  2. Thonny Python IDE for beginners (Cross Platform):

This is actually very good starting IDE. Only thing, I dislike about it is its simple debugging environment.

  1. Wing IDE (Cross Platform): My choice

  2. PyCharm (Cross Platform):

  3. Visual Studio Code (Cross Platform):

  4. Visual Studio (Windows only):

12.2 Video Tutorials