Python Forum
Learning Python. Which is a good text editor for MacOS? - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: General (https://python-forum.io/forum-1.html)
+--- Forum: News and Discussions (https://python-forum.io/forum-31.html)
+--- Thread: Learning Python. Which is a good text editor for MacOS? (/thread-16182.html)



Learning Python. Which is a good text editor for MacOS? - birb - Feb-17-2019

I just started learning Python and so far am very excited about it.

Which text editor to you recommend for coding Python? (For MacOS)


RE: Learning Python. Which is a good text editor for MacOS? - NathanielH - Feb-17-2019

Honestly, I just started but I use Xcode.


RE: Learning Python. Which is a good text editor for MacOS? - Larz60+ - Feb-18-2019

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-from-start?highlight=VSCode
and: https://code.visualstudio.com/insiders/


RE: Learning Python. Which is a good text editor for MacOS? - birb - Feb-18-2019

Does anyone recommend PyCharm or Atom?


RE: Learning Python. Which is a good text editor for MacOS? - Larz60+ - Feb-18-2019

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.