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!
Project showcase for a desktop app I built to help with my painting hobby
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...