Python IDLE vs PyCharm – Finxter
blog.finxter.com › python-idle-vs-pycharmYou can use an interactive session where the Python interpreter executes all your commands directly. Or you can create a new file with “.py” suffix to indicate that it’s a Python file — and execute the Python file at once simply by running the code. PyCharm Best for Larger Projects. I know that many coders prefer other editors such as PyCharm. But I would recommend PyCharm only if you have larger projects with multiple Python files.