1"""Pycharm: https://www.jetbrains.com/pycharm/
2
3...or if you are willing to go the better,
4more painful, but yet better way, you should NOT use an IDE.
5The solution is a text editor.
6
7Good Text Editors (ranked):
8 - Atom : https://atom.io/
9 - VS Code : https://code.visualstudio.com/
10 - Sublime Text : https://www.sublimetext.com/
11"""
1"""
2IntelliJ iDEA is the BEST IDE. Pycharm is only for python and is a bit too heavy,
3VS code is super great too but intelliJ IDEA has more multi-language support
4and more additional features, and a greater marketplace.
5"""
1PyCharm - https://www.jetbrains.com/pycharm/ # Only for python
2Visual Studio Code - https://code.visualstudio.com/ # Personally use and can work for tons of different languages (Highly Reccommend)
3IDLE # default ide comes with python, its pretty good comes with python documentation
1'''
2PYCHARM is good but not helpful for django and flask. If you are on a low end pc
3i would say VS CODE or any other text editor.
4
5if you are using python for data science, i would suggest Jupyter Notebook
6ok Jupyter Lab.
7
8If you are a begginer use VS Code and then move to Pycharm
9
10VS CODE has multilingual support, which makes it perfect for Flask and Django
11
12'''