====== Python Programming ====== ===== My Notes ===== * [[.:notes:start|Python Notes index]] ===== Online Resources ===== //Various resources in no particular order (I'll eventually organize them)// * [[http://www.python.org/|Python Homepage]] * [[wp>Python_(programming_language)|Python Wikipedia entry]] * [[http://rgruet.free.fr/|Richard Gruet's Python page]] - Python Quick Reference, modules, etc. * [[http://www.onlamp.com/pub/a/python/2004/02/05/learn_python.html|When Pythons Attack, Common Mistakes of Python Programmers]] * [[http://oss.itsystementwicklung.de/download/pysqlite/doc/index.html|pysqlite's documentation]] * [[http://oss.itsystementwicklung.de/trac/pysqlite/|The pysqlite wiki]] * [[http://www.employees.org/~donn/python/|Donn Lee's Python Cookbook]] * [[http://www.doughellmann.com/PyMOTW/|Python Module of the Week]] - tour of the Python standard library through short examples. ==== Not directly related, but useful ==== * [[http://sqlite.org/|SQLite]] ==== Windows specific ==== * [[http://python.net/crew/mhammond/win32/Downloads.html|Python Win32 Extensions]] - Win32api, COM, etc. * [[https://sourceforge.net/projects/pywin32/|SourceForge.net project page]] ==== Forums ==== ===== Books ===== ====Current ==== * [[amazon>0132269937|Core Python Programming]] * [[http://corepython.com/|Errata, Support, Info]] ====Queued ==== * Most of the Python books listed [[books:ebooks:mycollection|here]]. * [[http://inventwithpython.com/|Invent Your Own Computer Games with Python]] ((Free, Open Source book/ebook)) ===== IDEs and Compilers ===== //The descriptions are borrowed from the tool websites// * [[http://code.google.com/p/pyscripter/|pyscripter]] is a free and open-source Python Integrated Development Environment (IDE) created with the ambition to become competitive in functionality with commercial Windows-based IDEs available for other languages ===== Cool tools ===== ==== Windows specific ====