/python-fundamentals

Materials for teaching the Python FUNdamentals workshop at UC Berkeley's D-lab

Primary LanguageJupyter NotebookApache License 2.0Apache-2.0

python-fundamentals

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

Our "official" course textbook is Think Python.

More help:

A more complete list of Python references: http://python.berkeley.edu

What's in this repository?

cheat-sheets: IPython notebooks illustrating basic concepts