justing.net

Developing Python

Mostly references for developing python.

Some less well vetted guides:

Suggestions:

  1. Make it easy to do it right: integrate linters and fixers with your editor.
  2. Write and use tests.
  3. Practice good design, as discussed in Code Complete.