Posts

2-Minute Setup for Introduction to Statistical Learning With Python

If you are like me, you probably waste too much time setting up a “perfect” environment before actually learning. Developers call this “yak-shaving” which means solving trivial problems before getting to the primary objective. This blog is to save you from trap of yak-shaving if you are starting your machine learning journey with ISLP with Python book. To get started you only need two things on your system:

Read more →

January 24, 2026

Minimal blogging using Hugo

I wanted to start a personal blog, but I had a specific set of non-negotiables. My website needed to be: 100% Free: No monthly subscriptions (except domain name purchase). Minimalist: I just want to write in Markdown. Blazing Fast: Instant loading times were a must. I achieved all of this using Hugo and GitHub Pages. You can see the result live at prasenjeet.dev. If you want a similar setup that costs nothing and requires zero maintenance, follow the tutorial below.

Read more →

January 6, 2026