#python
Read more stories on Hashnode
Articles with this tag
Slumber is one of those libraries you don't need, but can't live without once you learn about it (much like attrs!). It covers a generic use case -...
I'm thrilled to present my newest open-source project! Mantelo is a super small yet super powerful Python library for interacting with the Keycloak...
Discuss some (advanced) concepts and learn tricks about Python `Exceptions`. Β· I have been coding in Python for a long time, yet I am puzzled by how...
Not long ago, I came across a bug in one of my projects that highlighted very interesting changes in how Python handles type hints at runtime. This...
I run Django projects in Docker containers and use Visual Studio Code as my IDE. In this article, I share how I debug and auto-reload both Django and...
TL;DR - Mypy is amazing, but your code needs to be ready for it. The untyped nature of Python allows magic to happen and shortcuts to be made (at the...