+ 2
Is there any other python idle
2 Answers
+ 6
pycharm
+ 4
You might be confused between IDLE and an IDE.
IDE stands for Integrated Development Environment, which is basically a software which you write code in.
IDLE is Python's own IDE, and there are many other good IDEs out there. Some good ones are:
- Visual Studio Code
- PyCharm
- Stani's Python Editor