Skip to content Skip to sidebar Skip to footer
Showing posts with the label Code Organization

Where Do The Python Unit Tests Go?

If you're writing a library, or an app, where do the unit test files go? It's nice to sep… Read more Where Do The Python Unit Tests Go?

Nice Pythonic Way To Specify Django Model Field Choices With Extra Attributes And Methods

How can you specify choices on a django model such that the 'choice' carries more informati… Read more Nice Pythonic Way To Specify Django Model Field Choices With Extra Attributes And Methods