These resources are available at http://github.com/dlab-berkeley/python-fundamentals
Materials for teaching and learning at the Python FUNdamentals workshop at UC Berkeley's D-lab.
Read only access to course slides.
There are two approaches to going through this material. One is by going through the numbered directories in order in the challenges directory. There, you can use pytest (or your preferred test runner) to build up the requested code and programs.
OR...
These materials may accompany the following lessons in the Python track at Codecademy
- What is Python, Python Syntax
- Strings and Console
- Conditionals and Control Flow
- Functions
- Lists and Dictionaries
- Lists and Functions
- Loops
- Classes/Objects
- File Input and Output
Our "official" course textbook is Think Python.
More help:
A more complete list of Python references: http://python.berkeley.edu
cheat-sheets: IPython notebooks illustrating basic concepts