#python
Read more stories on Hashnode
Articles with this tag
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...
I while back, I was looking for a fun project to test open-source best practices (docker, GitHub Actions, etc). I came up with "rickroller", the...
Are you doing data analysis with Jupyter Notebook? Here is how to create beautiful notebooks with interactive plots and host them as HTML on GitHub...
(banner: top 100 tags, proportional to their number of articles) I am on dev.to for a while now, and I couldn't help noticing that most of the...