Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cleanups #4

Merged
merged 4 commits into from Aug 20, 2013
Merged

Cleanups #4

merged 4 commits into from Aug 20, 2013

Commits on Aug 20, 2013

  1. lose some manual iterations through lists

    python provides a way to iterate through a list, there's no need to
    handle indices ourselves
    Mike Blume
    Mike Blume committed Aug 20, 2013
  2. range starts from 0 by default

    Mike Blume
    Mike Blume committed Aug 20, 2013
  3. just use a dict literal

    Mike Blume
    Mike Blume committed Aug 20, 2013
  4. use with open

    Mike Blume
    Mike Blume committed Aug 20, 2013
You can’t perform that action at this time.