I quit writing Docstrings. ChatGPT is my new Documentation Intern.
If there’s one thing Python developers collectively agree on, besides PEP 8 and the fact that "import this" is a fun Easter egg nobody uses, it’s this: writing documentation is…
If there’s one thing Python developers collectively agree on, besides PEP 8 and the fact that "import this" is a fun Easter egg nobody uses, it’s this: writing documentation is…
You’ve probably noticed that your GPS can tell you you’re somewhere in the area, but not exactly where you are. That’s fine when you’re ordering pizza, but not when you’re…
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 wondered how your robotic vacuum cleaner doesn’t slam into walls every time or how a self-driving car hugs curves without spinning out like a confused Beyblade, allow…
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…
I often receive questions about the advantages and disadvantages of different programming languages. Among the most frequently compared are C++ and Python. Now I've been a Python fan for a…
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 my previous post on Introduction to ROS, I shared how ROS is an extraordinary framework for robotics applications and is widely used in the industry of automated mobility, aka…
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…