Hi there! 👋

Welcome to my blog! Here, I share insights from my professional journey, explore tech and creativity, and offer inspiration. Join me as we learn and grow together!

Content creation is boring as hell, so I built an app

Project showcase for a desktop app I built to help with my painting hobby

June 21, 2024

Automatically clean up your Jupyter Notebooks with Jupyter Black

One of my biggest gripes about Jupyter Notebooks is that it’s so EASY to write dirty and messy code. Every other IDE has some kind of autoformatter to speed up cleaning your code like in Pycharm and VS Code but Jupyter? No. At least by default No. Thankfully there’s this extension called Jupyter black – basically when you have it set up it automatically formats a code cell as soon as you run it just like that...

June 7, 2024