Python IDEs
VSCode
Available at https://code.visualstudio.com/
A free and lightweight code editor with an easy customization and supports many plugins and configurations.
Recommended extensions
- Python, enables debugging on vs code
 - Djaneiro, adds snippets for django (templates for models, services, etc...)
 - GitLens, full integration with Git
 - Pylance, adds python language support
 
Pycharm
Available at https://www.jetbrains.com/pycharm/
The Pro version includes a set of integrations out of the box:
- database integration
 - debug environment
 - Git
 - Github
 - Docker
 - grammar check
 
Recommended extensions
- .env files support
 - allows the usage of environment files instead of copying and pasting variables