1IDE does not matter that much choose whichever you like...
2What matters is logic, critical thinking.
3But: 1>try pycharm(You will love it)
4 2>try IDLE(for extreme beginners)
5 Don't put semi colon :))
6 LET'S CODE :)
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#To be honest i personally use Visual studio code, but IDEs made by Jetbrains are also really good. They are a bit pricy though. Of course you can get to community edition as well.
2'''Well, other good code editors are atom, sublime text and idle itself. By far atom is the best out of these
3However they are all text editors and not proper IDEs.
4Hope that helps.
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
1Pycharm - https://www.jetbrains.com/pycharm/
2Visual Studio Code - https://code.visualstudio.com/