Python (Computer Science)
General learning guides, ebooks, exercises, and other resources for the Python language.
Google's Python Class 
If you want to learn Python, the best place to start if with Google, no question. This is the landing page for their Python "class," a self-directed learning program for people with a bit of programming experience already (meaning that if you don't know the basics, this might be a step too high)....
The Official Python Tutorial from Python.org 
This is, obviously, a great place to start if you're looking to learn the Python language... straight from the source! This tutorial walks you through all of the following and more: Set up and installation Using the Python Interpreter Control flow tools Data Structures Modules I/O Errors,...
Free Online Python eBook - Dive Into Python 
I'm surprised this one is offered online for free. The publisher is the same one that wrote Pro Drupal Development, a book that is credited with at least part of the construction of this site! You can download the book is several different formats - PDF, HTML, Word, XML (yikes) - and in 6 other...
Free Online Python Book - "Learn Python the Hard Way" 
I gave this book a try when it was first being written a couple years back and really liked the straight-forward style it had. No BS, no fluff, just exactly what you needed to know. Here's what the author has to say about learning the hard way: LPTHW emphasizes precision, attention to detail, and...
A Beginner's Guide to Python from Python.org 
This is basically a landing page for those new to programming in general and to Python as well. Sections are: Getting Python Learning Python Finding help Beginner's guides Quizzes How to contribute
