If you follow me on social media, you've probably know this for awhile, but I started a YouTube channel. Needless to say, it's scary but a lot of fun.
Welcome to The Renegade Coder, a site for people interested in Python programming and college teaching! Join me on Patreon for even more content.
Latest Articles
If you liked The Renegade Coder, you'll love Trill Trombone—a niche site by the same idiot!
While Python is often convenient, sometimes it's not. For instance, it's unclear how you would print on the same line in Python. Luckily, we have the answer!
At this point, it's probably no surprise that I'm studying Lisp and interpreter design for my qualifying exam. Let's study together!
How to Format a String in Python: Interpolation, Concatenation, and More
In this article, we learn how to format a string in Python using a handful of techniques including concatenation and interpolation.
As a fate would have it, y'all are getting yet another article based on topics I'm studying for the qualifying exam. This time, I'm talking minimum spanning tree algorithms.