Welcome to The Renegade Coder, a software curriculum site with a recent focus on Python programming and college teaching! Join me on Patreon for even more content.
Coolest Python Programming Language Features
Latest Articles
Computer programming might seem dauting to explain, but there are some core concepts that map nicely to ideas we use everyday.
Operator overloading is an amazing feature that I've come to love as someone who came from Java, but it certainly can be abused. I decided to give that a try!
If you know me, you know I love to play around with silly ways to solve problems with programming languages. Today is no different! This time, let's see how many ways we can add two numbers in...
Life is a gift worth celebrating even after that life is gone. Let me share a little bit of my experience with one of these celebrations.
Using Ethnography to Advocate for Student Needs in Computer Science Education
Part of the PhD journey is conducting a study which you can write about for a dissertation. Right now, I'm in the middle of data collection, and I wanted to share how it was going.
Best practices often focus on minor difference in programming approaches, but what about the more fundamental ones? Surely, beginners care about those.