IDLE vs PyCharm as editors? - Python Forum
https://python-forum.io/thread-7213.html28.12.2017 · Thonny is IDLE done right,if want an alternative. Pycharm is a very strong editor for Python. I VS Code (my quick review) which is a multi-language like Atom and Sublime text. VS Code has very good Python support,as Microsoft has hired the creator of the Python extension. A good REPL can also be important. ptpython ( review ) or ipython . Find
Python IDLE vs PyCharm – Finxter
https://blog.finxter.com/python-idle-vs-pycharmIDLE Best for Small Scripts In 90% of cases, I’m using the out-of-the-box IDLE editor to write small scripts and Python programs. It’s lightweight, simple, and provides basic functionality such as syntax highlighting in shell and Python files. To use IDLE, simply install Python and type “IDLE” into your operating system search bar.