Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p><a href="http://pydev.sourceforge.net/" rel="noreferrer">Pydev</a> for <a href="http://www.eclipse.org/" rel="noreferrer">Eclipse</a>, as others have mentioned, is good.</p> <p><a href="http://www.netbeans.org/" rel="noreferrer">Netbeans</a> has a beta Python plugin that is a little rough around the edges, but could turn into something really cool.</p> <p>Additionally there is a long list of programming centric text editors for the mac, that may or may not fit your needs.</p> <ul> <li><a href="http://macromates.com/" rel="noreferrer">Textmate</a> - costs money, people love this program, but I haven't used it enough to see what all the fuss is about.</li> <li><a href="http://www.jedit.org/" rel="noreferrer">Jedit</a> - Java based text editor, has some nice features, but the startup time isn't great (due to Java).</li> <li><a href="http://homepage.mac.com/zenitani/emacs-e.html" rel="noreferrer">CarbonEmacs</a> - Decent Emacs port.</li> <li><a href="http://aquamacs.org/" rel="noreferrer">AquaEmacs</a> - Better Emacs port.</li> <li><a href="http://www.barebones.com/products/TextWrangler/" rel="noreferrer">TextWrangler</a> - Lite, free (as in beer) verision of BBEdit.</li> <li><a href="http://www.barebones.com/products/bbedit/" rel="noreferrer">BBEdit</a> - The old guard. The defacto editor before Textmate stole its limelight. Expensive.</li> <li><a href="https://www.peterborgapps.com/smultron/" rel="noreferrer">Smultron</a> - Very nice editor, the UI is similar to Textmate.</li> <li><a href="http://docs.python.org/library/idle.html" rel="noreferrer">Idle</a> - Python's own little editor, has some nice features, but also some major problems. I've personally found it too unstable for my usage.</li> <li><a href="http://www.sublimetext.com/" rel="noreferrer">Sublime Text</a> - This is really sweet text editor that has some surprisingly good Python support.</li> <li><a href="http://www.jetbrains.com/pycharm/" rel="noreferrer">Pycharm</a> - Another solid full on IDE for Python.</li> </ul>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload