Day 2
Batteries included
- standard library:
os
,math
,itertools
- functional tools: map, reduce, filter
- comprehensions
Getting classy
- modules, scope, and namespaces
- classes and objects
Building a physics engine with PyGame
- Based on this video tutorial series from Marek Belski and the Pygame physics simuation tutorial by Peter Collingridge. Code