Web Resources
Search for python information on this custom search page.
For students on the ICS mail list, you can also access the Python website reviews.
Here's a great cheat sheet (and another and another) to get you started with many concepts.
Editors
Python (with the IDLE editor) can be downloaded from here.
Portable Python can be downloaded from here.
If you are running PyGame with Portable Python, download this version.
Pycharm EDU (which we're using in class) can be downloaded from here.
TextWrangler (editor) for the Mac can be downloaded here.
Learn Python (online editor/simulator) is available here.
Books/Cheatsheet
Think Python book (PDF).
Learn Python the Hard Way book (PDF).
Python Tutorial (book).
Invent with Python book, in web format and PDF format.
Building Skills with Python book, in web format and PDF format.
How to Think Like a Computer Scientist book (PDF)
Python for Informatics book (PDF)
Tutorials
Here is a compete set of Python video tutorials at thenewboston.com, and another set here at http://jream.com/learning/videos/python.
Here's a really excellent tutorial at http://www.tutorialspoint.com/python/.
Another good tutorial can be found at http://diveintopython.org/cot/index.html.
Google's Python Class is at https://developers.google.com/edu/python.
Learn Python in 10 Minutes http://www.korokithakis.net/tutorials/python/
Other Teachers/Professors
John M. Zelle, Ph.D. (excellent series of slides, graphics usage)
Mr. D (look for Python in menu on left)