Optimizing Django’s System Check Framework
https://adamj.eu/tech/2024/03/23/django-optimizing-system-checks/
https://adamj.eu/tech/2024/03/23/django-optimizing-system-checks/
adamj.eu
Django: Write-up on optimizing the system check framework - Adam Johnson
Django’s system check framework provides fantastic protection for configuration mishaps. It’s like a targeted linter that runs when you start Django commands. It takes advantage of runtime setup to inspect the true state rather than infer it from the source.
A Lazy and Flippant Classification of Programming Languages
https://blog.brycekerley.net/2024/04/01/p-langs.html
https://blog.brycekerley.net/2024/04/01/p-langs.html
Bryce’s Blog
A lazy and flippant classification of programming languages
Sometimes I post in an online community of computer touchers, as one does. When talking flippantly about programming languages, it’s sometimes useful to glob a bunch of them together based on characteristics, whether superficial or not. This started with…
Python F-String Codes I Use Every Day
https://pybit.es/articles/python-f-string-codes-i-use-every-day/
https://pybit.es/articles/python-f-string-codes-i-use-every-day/
Pybites
Python F-String Codes I Use Every Day - Pybites
I use f-strings every day. The irony is I also every day end up searching the Web to find the correct format to use. Until one day I thought a
django-pony-express: Class-Based Emails for Django
https://github.com/ambient-innovation/django-pony-express/
https://github.com/ambient-innovation/django-pony-express/
GitHub
GitHub - ambient-innovation/django-pony-express: Class-based emails for django shipping with a test suite
Class-based emails for django shipping with a test suite - ambient-innovation/django-pony-express
makefile-parser-python: A Simple Makefile Parser
https://github.com/Thanatisia/makefile-parser-python
https://github.com/Thanatisia/makefile-parser-python
GitHub
GitHub - Thanatisia/makefile-parser-python: A simple Makefile Parser written in Python that is designed to simplify the process…
A simple Makefile Parser written in Python that is designed to simplify the process of importing Makefile contents into python as dictionary (key-value mappings (i.e. hashmap/associative arrays)) o...