Python Beginner Question

Can I use My Python idle itself instead of any other ide or cmd . I am a beginner and don’t have experience with any other language so far …

You can. But you are better off using so many of the better editors out there like VSCode, Atom, Sublime etc.

Since you are just starting off, don’t worry too much about the ide, focus more on learning. Pretty soon you will start realising the limitation of IDLE or just get curious about “if there was a better way to write code”. When that happens, experiment with other editors and master the one that you like best.

1 Like