Changes between Version 7 and Version 8 of Talks/Spring2012/PythonBeverage


Ignore:
Timestamp:
04/12/12 23:48:49 (14 years ago)
Author:
adrn@…
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Talks/Spring2012/PythonBeverage

    v7 v8  
    2828        * [http://www.astrobetter.com/ astrobetter]
    2929        * [http://www.astro.washington.edu/users/rowen/AstroPy.html List of Astronomical Packages]
     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)
    3042 * Python package manager
    3143    * [http://pypi.python.org/packages/source/p/pip/pip-1.1.tar.gz#md5=62a9f08dd5dc69d76734568a6c040508 PIP]