Watch me attempt to compress nearly 700 lines of code down to 280 for the purposes of social media dopamine.
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
Watch a guy try to shrink the size of his favorite Python program, Rock Paper Scissors, using his favorite language features.
With as much anime as I've been watching lately, I figured it's time to share some of my thoughts about my taste with my loyal readers.
With two months until the end of the semester, you could say I'm very excited to finally have a Master's degree.
How to Plot a Line Using Matplotlib in Python: Lists, DataFrames, and More
In this article, we'll take a look at creating a line plot using Matplotlib. Since there are a lot of ways to do this, you'll have plenty of options.
How to Swap Variables in Python: Temporary Variables and Iterable Unpacking
Looking for a couple quick ways to swap variables in Python? Look no further than this list.