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
While considering the various obfuscation techniques, I was thinking about the role comments play in readability. After all, we've all heard that writing comments is a best practice, yet it's very...
As a community, we spend a lot of time debating best practices. Perhaps it's time we establish actual bad practices. Or as I like to put them, obfuscation techniques. To kick off this new series, I...
Students Should Be Able to Build a Portfolio From Their Coursework
Computer science is a more creative field than academia gives it credit. In honor of that creativity, we really ought to be giving students more chances to create original work and build portfolios...
Why I’m No Longer Giving Paper Exams in My Computer Science Courses
I'm embracing the virtual world and moving all of my computer science exams online. Here's why!
Make TODO Lists More Meaningful By Reflecting on Your Values
Amid all the chaos of my daily TODO list, I was able to find order by sorting my tasks by my values. Maybe you'll find some "value" in this tip as well.
This week, I taught a lesson on hashing, and now I'm going to pass the highlights on to you!