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#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.
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/