Python Forum

Full Version: Learning Python. Which is a good text editor for MacOS?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I just started learning Python and so far am very excited about it.

Which text editor to you recommend for coding Python? (For MacOS)
Honestly, I just started but I use Xcode.
I'd recommend VSCode which if you use other platforms will as well, runs on windows, Linux or Mac
see: https://python-forum.io/Thread-VS-Code-f...ght=VSCode
and: https://code.visualstudio.com/insiders/
Does anyone recommend PyCharm or Atom?
PyCharm is very good. I used it for years, I tried VSCode, and liked it better.
Atom has been liked by quite a few on the forum with positive feedback.
I only recommend VSCode after using several others. IDE's are a personal thing, and you should always use what's good for you.