EuroPython Tickets on Sale: Prague/Remote July 8-14
https://blog.europython.eu/europython-april-2024-newsletter/
https://blog.europython.eu/europython-april-2024-newsletter/
EuroPython Blog
EuroPython April 2024 Newsletter
Hello, Python enthusiasts! 👋 Guess what? We're on the home stretch now, with less than 100 days left until we all rendezvous in the enchanting city of Prague for EuroPython 2024! Only 91 days left until EuroPython 2024!Can you feel the excitement tingling…
Python 3.12.3 and 3.13.0a6 Released
https://pythoninsider.blogspot.com/2024/04/python-3123-and-3130a6-released.html
https://pythoninsider.blogspot.com/2024/04/python-3123-and-3130a6-released.html
Blogspot
Python Insider: Python 3.12.3 and 3.13.0a6 released
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...