Python Development
Python IDEs
The 2 most popular Python IDEs:
PyCharm (Community Edition): free commercial version
Visual Studio Code with Python extensions: open source
Recommendation
Use VS Code for simple projects and quick code editing.
Use PyCharm for developing complex projects and testing production-level code in Python.
Recommended Extensions
VS Code:
General:
Testing: