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 :)
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
1I would say VS Code is best. It is simple and has easy auto correct.
2But if you are less experienced, use IDLE until you become familiar with
3the programming language
1# IDLE > Comes with Python installation.
2# PyCharm > https://www.jetbrains.com/pycharm/
3# VSCode/Visual Studio Code > https://code.visualstudio.com/
4# Thonny > https://thonny.org/
5# Atom > https://atom.io/
1#PyCharm
2#VS Code. Install the python extension by microsoft to run python files without the terminal in VS Code.
3#Sublime Text
4#Atom
5#Kite
6#Vim
7#IDLE is also great
1PyCharm
2Visual Studio Code # Works better with the Python extension
3Python IDLE