HACKING 212 B

12345
  1. Please follow PEP8 with regard to coding style.
  2. All functionality should be available in pure Python. C replacements may
  3. be written for performance reasons, but should never replace the Python
  4. implementation.