Developing Python
Mostly references for developing python.
Some less well vetted guides:
Suggestions:
- Make it easy to do it right: integrate linters and fixers with your editor.
- Write and use tests.
- Practice good design, as discussed in Code Complete.