| | 30 | * Text editor |
| | 31 | * Python's IDLE suuuccckkksss |
| | 32 | * There are a bunch of free options with way better features. Full list is [http://wiki.python.org/moin/PythonEditors here], but I recommend: |
| | 33 | * [http://www.barebones.com/products/textwrangler/ TextWrangler] (mac) |
| | 34 | * emacs (has a Python styler, see [http://www.emacswiki.org/emacs/?action=browse;oldid=PythonMode;id=PythonProgrammingInEmacs here]) (mac, linux, windows) |
| | 35 | * [http://www.activestate.com/komodo-edit komodo edit] (mac, linux, windows) |
| | 36 | * [http://www.kate-editor.org/ Kate] (*nix only) |
| | 37 | * There are also some really nice paid editors: |
| | 38 | * [http://www.barebones.com/products/bbedit/ BBEdit] (mac) -- this is basically the full-featured version of TextWrangler |
| | 39 | * [http://www.panic.com/coda/ Coda] (mac) |
| | 40 | * [http://macromates.com/ TextMate] (mac) |
| | 41 | * XCode (Free-ish) |