Pathetic Programming 3: The Overly Polite Python Interpreter
Pathetic Programming is a series I started to build absurd programs with Python. With already two blogs in the series namely: Creating a Random Excuse Generator with Python and Are…
Pathetic Programming is a series I started to build absurd programs with Python. With already two blogs in the series namely: Creating a Random Excuse Generator with Python and Are…
You were probably supposed to be working on that feature ticket you promised your PM three sprints ago. But here you are, elbow-deep in convolutional layers, trying to make your…
Imagine you're trying to follow a Formula 1 car as it races around a track. You don't care where the car started—you just want to keep your eyes glued to…
Welcome back to Pathetic Programming, the only blog series where we celebrate the glorious art of writing Python code that’s equal parts creative, chaotic, and completely unnecessary. This isn’t your…
If you've ever argued with a Tesla fanboy, you know that the "LiDAR vs. Camera" debate in self-driving tech is hotter than a GPU running stable diffusion. Some say LiDAR…
Welcome to the Pathetic Programming series where I intend to build programs with some silly and stupid goals. The idea was just to have fun with programming, not think much…
From large language models like ChatGPT to self-driving cars like Waymo, programming has helped us create and build fascinating things, and one can only imagine the upcoming advancements in technology.…
Lately, I have been working on a project that involves sending images, captured by an industrial camera, from one station to another. The task itself is trivial, however, if the…
In Python, a generator function allows us to iterate over particular elements such as a list, and returns the following element every time we call it. Now, one might think…
In the development of self driving vehicles, a cornerstone concept that engineers rely on is the "bicycle model." This abstract representation simplifies the complex dynamics of a car into a…