I keep coming back to Python’s replace() function whenever I need to clean up messy text data. Whether it’s stripping…
Browsing: Python
The first time I had to parse a timestamp from an API, I spent twenty minutes reaching for third-party libraries…
I keep running into the same problem when I train neural networks: my model learns something, but how do I…
I ran into a confusing error the first time I tried to install the Levenshtein package on Windows. The pip…
I ran into a situation last month where I had to pull individual frames from a recording for a presentation.…
I keep coming back to simple file-based projects when I want to teach someone how Python actually works. There’s something…
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…
