====== Python Notes ====== ===== General Documentation ===== * [[http://docs.python.org/contents.html|Python 2.6.1 Documentation]] * [[http://www.scottklarr.com/topic/105/python-cheat-sheets/|Various Cheat Sheets]] * [[http://www.addedbytes.com/cheat-sheets/python-cheat-sheet/|Another Python Cheat Sheet]] ===== Additional References ===== * Biased towards Python, but see the strong vs. weak section at the end: [[http://www.ferg.org/projects/python_java_side-by-side.html]] * side by side attempt to point out equivalents and differences: [[http://www.razorvine.net/python/PythonComparedToJava]] * dive into Python: [[http://www.diveintopython.org/]] * Wing IDE (not free): [[http://www.wingware.com/products]] * Python plugin for Eclipse: [[http://pydev.sourceforge.net/]] * [[http://sourceforge.net/projects/pycrust/|pycrust]] - enhanced shell, with some completion