Shorts
Short-form posts that skip all the blog post fluff. This is where you can find the interesting bits that are usually mixed into other content and explanations in my blog posts. I also use this space to add guides, commands, and anything else I find that is interesting and not enough to have their own dedicated blog post.
If you would like a more in-depth version of the shorts, check out my blog posts.
-
May 16, 2026
Using the Python Counter
A quick guide on how to use the incredibly useful Counter class from Python’s collections module
python shortLong-form version available → -
May 16, 2026
Creating a Hashable Object in Python
A quick example on how to create a hashable Python class
python hashability shortLong-form version available →