== Python Resources == * [http://www.python.org/ Python Homepage] [[BR]] * [http://pypi.python.org/pypi Python Package Index (cheeseshop)] = Tutorials = * [http://wiki.python.org/moin/BeginnersGuide Beginners Guide] [[BR]] * [http://docs.python.org/tutorial/ Official Python Tutorial] [[BR]] * [http://www.diveintopython.net/ Dive into Python] [[BR]] * [http://getpython3.com/diveintopython3/index.html Dive into Python 3 (For python3k)][[BR]] = References = * [http://rgruet.free.fr/#QuickRef Python Quick Reference] * [http://www.pythonforbeginners.com/ Python for Beginners] = Mailing Lists = * [http://mail.python.org/pipermail/python-list/ Official Python mailing list] [[BR]] * [http://mail.python.org/pipermail/python-win32/ Python for MS Windows] [[BR]] = Python in Real Life = *[http://www.python.org/about/quotes/ Quotes about Python] [[BR]] *[http://en.wikipedia.org/wiki/List_of_Python_software List of Python Software (Not exhaustive)] [[BR]] *[http://norvig.com/spell-correct.html Creating A simple SpellChecker] [[BR]] *[http://norvig.com/sudoku.html Solving Every Sudoku Puzzle Using Python]