With two months until the end of the semester, you could say I'm very excited to finally have a Master's degree.
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
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.
I fixed a memory leak caused by a Windows driver, and I'm proud of it. Please clap.
As it turns out, team games like Overwatch are hard to carry through individual effort. Who knew?
The goal of this article is to show you that a lot can be accomplished using Python's standard library without ever learning control flow.