Day 2

Jul 28, 2015

Slides

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