Pathetic Programming 1: Creating a Random Excuse Generator with Python
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…
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…
Remembering the math we studied in college, there was a term called "Fourier transformation". A few nerds might recall completely what the term means, while a few of us, like…
A couple of weeks ago, I published a blog on creating a GUI in Python using Tkinter. I thought of kicking it up a notch and integration the function of…
Picture this: a cluttered virtual space with random files scattered all over your PC. Now you can manually sort them out but programmers always want to get creative for doing…
Machine learning seems cool and interesting when you see the model in action. What many people don't reveal is that training and optimizing one is tiresome, especially when you have…
Modern vehicles monitor their dynamics at every fraction of time to maintain vehicle stability. For this, significant amount of data flows from every sensor into the ECUs and appropriate action,…