Python Talks
I'm giving a series of talks on the Python programming language at the University of Michigan because I think the University's students need a default programming language that isn't C or C++ and I like Python. Slides and a talk schedule will be available here.
Talks
- Python for EECS Majors -- introduction, why learn Python, basic types, etc.
- Python for EECS Majors 2: Intermediate Python -- exceptions, classes, iterators, generators, simple Web programming