Python Fundamentals

Python Fundamentals #

Much of the guidebook content in this section was created while teaching an Introduction to Programming course. These videos are largely small topics-supplementing content, and not designed to stand alone.

Other Resources #

Books #

The textbook for the class, Practical Programming is a great resource. (alibris).

Also great is the Python Pocket Reference, which can get you to accurate reference faster than the time it takes to filter through bad google results.

Videos #

  • The Coding Train has been consistently producing high quality educational content, and has great processing and python series.