Both are good, but many coders prefer pycharm over any other editor . There a list of benefits that pycharm provides you over IDLE. pycharm provides you the advantage of language-aware code completion, error detection, and on-the-fly code fixes!
Read moreIs Notepad ++ good for Python?
Notepad++ provides indentation guides, particularly useful for Python which relies not on braces to define functional code blocks, but rather on indentation levels.
Read moreWhat is the best IDE for Python 2021?
10 Best Python IDE & Code Editors [Updated Guide]
Read moreIs VS Code better than PyCharm?
In the performance criteria, VS Code easily beats PyCharm . Because VS Code doesn’t try to be a full IDE and keeps it simple as a text-editor, the memory footprint, startup-time, and overall responsiveness of VS Code is much better than PyCharm.
Read moreIs PyCharm the best IDE?
PyCharm is the best IDE I’ve ever used . With PyCharm, you can access the command line, connect to a database, create a virtual environment, and manage your version control system all in one place, saving time by avoiding constantly switching between windows.
Read moreWill a Python be dead?
Calling Python dead for data science may seem a strange thing to say. Today Python is the language of data science and has never been more popular. As of November 2020, it beat out perennial favorite Java to take the number two spot . I always defend Python as the language every data scientist should know.
Read more