Code Organization Python Unit Testing Where Do The Python Unit Tests Go? July 02, 2024 Post a Comment 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?
Code Organization Django Dry Python Nice Pythonic Way To Specify Django Model Field Choices With Extra Attributes And Methods January 18, 2024 Post a Comment 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