Tag python

Building Custom Django Fields

I recently needed to implement a special kind of field in Django Rest Framework that turned out to be a fun experiment. It includes per-request-format representation and altering how relationships are represented.

Python Version and Dependency Management

My understanding of the Python ecosystem of version and dependency management tools

Developing on Windows Using WSL 2

My thoughts on trying to set up a Windows 10 development environment for Python based on WSL 2.