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"""
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"""
1"""
2I agree on PyCharm and VSCode.
3PyCharm is meant for Python only, and is kinda heavy,
4so I would recommend VSCode
5It has multi language coding support.
6HTML, CSS, JS, Python, C++, C, C#, Java, and a lot of others
7Best thing is that you can install many light extensions on VSCode like ones
8that help in coding by providing code blocks, docstring auto generators, etc
9And it is by Microsoft, so recommended greatly
10"""