**READ** Resource List
Tutorials
Python:
http://www.python.org/doc/Intros.html - intro to python
http://python.org/doc/2.4.1/ - manual for python 2.4
http://honors.montana.edu/~jjc/easytut/easytut/ - tutorial for non-coders
http://diveintopython.org/toc/index.html - online book "Dive Into Python"
http://www.freenetpages.co.uk/hp/alan.gauld/ - Complete beginners guide
http://www.pythoncriticalmass.com/downloads/TIPython.zip - Can't find online
http://www.byteofpython.info/read/index.html - For First time coders
http://starship.python.net/crew/davem/cgifaq/faqw.cgi - Python for CGI
http://starship.python.net/crew/davem/cgifaq/faqw.cgi - Various How-To's
http://www.brunningonline.net/simon/python/PQR.html - "Cheat Sheet" for Python
http://www.hetland.org/python/instant-python.php - Mini Beginners Guide
http://www.dickbaldwin.com/tocpyth.htm - Comprehensive lessons
http://hkn.eecs.berkeley.edu/~dyoo/python/idle_intro/ - Intro to Pythons IDE
http://en.wikibooks.org/wiki/Programming:Python - Medium sized resource
http://www.amk.ca/python/howto/regex/regex.html - Using Regular Expressions
http://www.opendocs.org/pyqt/ - GUI Programming w/ Python
Tools
Python:
http://www.activestate.com/Products/Visual_Python/ - DEV Plugin For VS.NET
http://happydoc.sourceforge.net/ - Extract DOCS from Python Code
http://pyunit.sourceforge.net/ - Python Unit testing Framework
http://www.xored.com/trustudio - PHP and Python IDE
http://starship.python.net/crew/theller/py2exe/ - .PY to .EXE Converter
http://psyco.sourceforge.net/ - Compiler for Python
http://www.roebling.de/ - Dialog Editor
http://cens.ioc.ee/projects/f2py2e/ - Fortran to Python Interface Generator
http://www.cosc.canterbury.ac.nz/~greg/python/Pyrex/ - Extension Modules Making
http://ipython.scipy.org/ - Interactive Python Shell
http://boa-constructor.sourceforge.net/ - IDE w/ GUI Builder for wxPython
http://www.die-offenbachs.de/detlev/eric3.html - Python IDE
http://theory.stanford.edu/~amitp/Yapps/ - Simple Python Parse System
http://pychecker.sourceforge.net/ - Python code Bug checker
http://sourceforge.net/projects/pycrust/ - Python Shell
http://sourceforge.net/projects/idlefork - Temp "forked" IDE of "IDLE"
http://membres.lycos.fr/marat/delphi/python.htm - Use Python in Delphi
http://python.editorhub.com/ - Huge list of Editors
Must Have
http://www.wxpython.org/ - GUI Builder For Python
http://python.org/download/ - Python main Download
http://prdownloads.sourceforge.net/py2exe/py2exe-0.5.4.win32-py2.3.exe?download - v2.3
http://prdownloads.sourceforge.net/py2exe/py2exe-0.5.4.win32-py2.4.exe?download - v2.4
That's all for now, i'll add more as time goes by.

