Everything you regularly Google just found its place in this list. Say hello to a growing list of Python code snippets for everyday problems.
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
Recently, I earned my doctorate in engineering education, so I figured I'd write a little piece reflecting on the things I've learned. Specifically, there are 8 things I wish I knew.
It's autumn 2024, and I can finally say I am done with school at the ripe age of 30. Certainly, I wanted to be done sooner, but I suppose you can't rush these things. All-in-all, I just wanted to...
Teaching at the collegiate level is a wonderful experience, but it's not always clear what's involved or how you get there. As a result, I figured I'd take a moment today to dump all my knowledge for...
It's been a weird week. I'm at the end of my degree program, but it's hard to celebrate. Let's talk about it.
Unpacking the Jargon Around Compilers, Interpreters, and More
Today, we're going to get a little pedantic and try to define concepts like compiler and interpreter. Of course, I ultimately don't think it matters what the exact definitions are for practical...
Generally, people think of Python as a messy language because it lacks explicit typing and static type checking. But, that's not quite true in modern times. Surely, we can take advantage of type...