Now that the image-titler script is a pip package, you too can make featured images just like The Renegade Coder.
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
What a better way to start off April Fools' Day than with an celebration of some of the site's biggest milestones. No, this isn't a joke.
Recently, I decided to upgrade some parts of the site. Check out the new last updated date and MemberPress functionality.
How to Sort a List of Dictionaries in Python: Sort and Sorted
When you work with data in Python, sometimes it's handy to be able to sort a list of dictionaries. Luckily, I know just the way to do it!
Recently, one of my students just introduced me to i=i++. Care to guess how it works? It's probably not what you think.
Forget endless if statements! It's time to solve Rock Paper Scissors using modular arithmetic in Python.