Django: what’s new in 5.2

Django: Fix a view using a debugger with breakpoint()

Django: Maybe disable PostgreSQL’s JIT to speed up many-joined queries

Flake8-Logging

Python Type Hints – *args and **kwargs (2021)

Python: Profile a section of code with cProfile

Django: Parametrized tests for all model admin classes

Git: Detect an in-progress cherry-pick, merge, rebase, or revert

Python Type Hints: How to Gradually Add Types for Third Party Packages

Mike Acton’s Expectations of Professional Software Engineers

How to patch Requests to have a default timeout

How to Find and Stop Running Queries on PostgreSQL

Python Type Hints - How to Type a Descriptor

Make Simple Python Mocks With SimpleNamespace

“Boost Your Django DX” Released

Book-Driven Development from “Boost Your Django DX”

How to Make an Immutable Dict in Python - Adam Johnson

Python Type Hints – How to Handle Optional Imports – Adam Johnson

Introducing django-browser-reload: Automatically Reload Your Browser in Development

Three more uses for functools.partial() in Django

Tips for debugging with print()

New Testing Features in Django 4.0

Solving Algorithmic Problems in Python with Pytest (2019)

Introducing time-machine, a new Python library for mocking the current time - Adam Johnson

Why does Python 3.8 log a SyntaxWarning for 'is' with literals?

Swapping decimal for cdecimal on Python 2