Blog
I rarely write blog posts, but when I do, I like to post them here. Why? Because I can add whatever interactive components I want. I don't have a specific topic, so you'll find a variety of posts here of things that come to my mind (all CS related, of course).
You can also filter the posts by tag:
- Python 3.8's Walrus Operator is (almost) perfect for Jupyter NotebooksFebruary 29, 2020
Assignment expressions, AKA the walrus operator, is (arguably) one of the coolest new features of Python 3.8. In this post I show how it can be used to make Jupyter Notebooks more readable and concise.