"Learn New Skills & Increase Your Earning Power — With FREE Computer Training!"
Up 1 Level
Free Python Training and Tutorials
Search over 150,000 Free Computer Training and Tutorials at Edcomp.com:
Best New Free Computer IT Training and Tutorial Resources blog
Free Computer and IT Books blog
Free Web Development Training and Tutorials blog
Free Training blog for Photoshop, Flash, Dreamweaver, FrontPage, and Adobe Macromedia Apps
Free Microsoft Office Training and Tutorials blog
http://www.python.org/doc/tut/tut.html
Python Tutorial: The official Python tutorial by Guido van Rossum
http://www.honors.montana.edu/~jjc/easytut/easytut/
Non-Programmers Tutorial For Python
http://www.hetland.org/python/
Magnus’s Python Page - Instant Hacking tutorial and Instant Python tutorial
http://opensourceit.earthweb.com/dlink.index-jhtml.72.1077.-.43.jhtml
Python Tutorials
http://www.devshed.com/Server_Side/Python/
Several Excellent Python Tutorials
http://wdvl.internet.com/Authoring/Languages/Python/
The Quick Python Book - This books goal is to teach you the fundamentals of Python programming in no more than a few hours, and to give you a good exposure to some of the really powerful Python libraries which are available.
http://www.manning.com/Harms/index.html
The Quick Python Book - a clear, concise introduction to Python.
http://www.manning.com/Harms/chap11.pdf
Chapter 11 - Modules and scoping ruleshttp://www.manning.com/Harms/chap13.pdf
Chapter 13 - Reading and writing fileshttp://www.manning.com/Harms/QuickPythonCode.zip
Download the source code
http://www.python9.com/p9-cdrom/papers.htm
Refereed Papers on Python
http://www.python9.com/p9-tutnotes.html
Python Tutorial Notes and Slides
http://starship.python.net/~da/freebie/
Free Tutorial on Numeric Extensions to Python
http://www.networkcomputing.com/unixworld/tutorial/005/005.html
The What, Why, Who, and Where of Python - Learn about Python, the language that wraps itself around a problem to squeeze out a solution, swallowing it whole.
http://www.linuxworld.com/linuxworld/expo/lw-python.html
Python, Anyone? You may have dismissed Python as just another scripting language beginning with 'P', but more and more open source developers are finding Python has some bite.
http://www.unixinsider.com/swol-02-1998/swol-02-python.html
Getting Started with Python - Easy to learn, easy to use: Python is worth checking out.
http://www.vex.net/parnassus/
Vaults of Parnassus - Python Resources, descriptive links to python based applications, development tools, training materials, modules for extending core functionality, newsgroups, and related sites.
http://www.scriptsearch.com/Python/
http://www.scriptsearch.com/Python/Tips_and_Tutorials/
Python Tips and Tutorials from Scriptsearch.com - Online tutorials, tips, and help on programming in Python.http://www.ddj.com/topics/pythonurl/
Python-URL! - Want to keep up on the latest in Python? There's no better way than subscribing to "Dr. Dobb's Python-URL!: The Weekly Guide to Python Resources". These weekly postings will keep you up-to-date on the latest conferences, papers, releases, links, and more core information about Python.http://www.oreilly.com/catalog/python2/chapter/ch15.html
Advanced Internet Topics chapter from Programming Python, 2nd Editionhttp://www.oreilly.com/catalog/lpython/chapter/ch09.html
Common Tasks in Python chapter from Learning Python
http://www.oreilly.com/catalog/lpython/chapter/ch10_fel.html
Frameworks and Applications chapter from Learning Pythonhttp://www.oreilly.com/catalog/pythonwin32/chapter/ch12.html
Advanced Python and COM chapter from Python Programming on Win32
http://www.oreilly.com/catalog/pythonwin32/chapter/ch20.html
GUI Development chapter from Python Programming on Win32IBM Developerworks Python Tutorials:
::: SOAP Libraries for Python :::
In this first of a two-part series, Web Services columnists Mike Olson and Uche Ogbuji discuss the various SOAP implementations available for Python, giving detailed code examples.
http://www-106.ibm.com/developerworks/library/ws-pyth5/?n-ws-1181
::: Charming Python: Revisiting XML Tools for Python :::
David Mertz offers an updated overview of XML tools for Python. Unfortunately, most of the XML tool advances are not backwards compatible.
http://www-106.ibm.com/developerworks/library/l-pxml.html?n-l-671::: Charming Python: Developing a Full-Text Indexer in Python :::
Scan the field of full-text indexing -- and then examine columnist David Mertz's public-domain indexer module, which you can use as a standalone utility or a module in larger projects.
http://www-106.ibm.com/developerworks/library/l-pyind.html?n-l-531::: Charming Python: Functional Programming in Python, Part 2 :::
Continue to explore functional programming (FP) in Python in Part 2, where David Mertz demonstrates several intermediate and advanced FP
concepts.
http://www.ibm.com/developer/linux/library/l-prog2.html?n-l-4191
::: Charming Python: Functional Programming in Python :::
Explore the general concepts of functional programming, and learn new ways to make more out of your favorite scripting language.
http://www-106.ibm.com/developerworks/library/l-prog.html?n-l-451::: Charming Python: TK Programming in Python :::
Meet two user-friendly tools for GUI programming.
http://www-106.ibm.com/developerworks/library/l-tkprg/