News
Python 3.10.4 and 3.9.12 released
Python 3.10.4 and 3.9.12 fixes a regression in builds for Red Hat Enterprise Linux 6.
bugs.python.org is moving to GitHub Issues
The migration from bugs.python.org to GitHub Issues is scheduled to start on Friday 25th in the evening (UTC).
Articles
Responsive table with Django and htmx
This article is a nice introduction to a lot of technologies including django-tables2, django-filter, htmx, and django-htmx.
PyTest with Django REST Framework: From Zero to Hero
An in-depth, highly opinionated guide on writing tests with PyTest with Django REST Framework. It's a treat.
The 10 Most-Used Django Packages | LearnDjango.com
A look at the top 10 Django-related downloads according to PyPI.
Videos
Building SaaS with Python and Django #130 - PDF Progress Report
Another episode from Matt Layman focused on adding a report to a PDF bundle and refactors.
Sponsored Link 2
Projects
AsheKR/django-query-capture
Shows queries, find slow queries, detects N+1 in Django. via @sabderemane_. Don't miss the AssertInefficientQuery
testing assert type, which helps us detect inefficient queries like duplicate queries.