I keep coming back to simple file-based projects when I want to teach someone how Python actually works. There’s something…
Browsing: Python
The challenge with the tiling problem is that it looks trivial at first glance – how many ways can you…
I ran into a traffic jam on the Outer Ring Road last month that got me thinking. Hundreds of cars,…
The first time I tried to debug a misbehaving neural network, I spent hours staring at accuracy numbers that looked…
I needed a way to catch Python bugs before they reached production. Manual code review helped, but I kept missing…
I ran into this problem when my sensor data kept piling up faster than I could make sense of it.…
I keep coming back to the Python sum() function whenever I need a quick way to add up numbers. It…
The first time I wrote an event handler in Python, I passed a function to another function and could not…
I built my first CNN a few years ago and kept seeing Conv2D pop up in every tutorial. It took…
I write a lot of small Python utilities that peek at the filesystem, read env vars, or spin up processes.…
