Welcome to The Renegade Coder, a site for people interested in Python programming and college teaching! Join me on Patreon for even more content. Join
link to How to Check if a String Contains a Substring in Python: In, Index, and More
One concept that threw me for a loop when I first picked up Python was checking if a string contains a substring. After all, in my first language, Java, the task involved calling a method like...
link to How to Perform a Reverse Dictionary Lookup in Python: Generator Expressions and More
When it comes to dictionaries, looking up a value by key is easy, but what about the reverse? Today, we'll perform a reverse dictionary lookup in Python.
link to Democratic Synthesis: Taking Think-Pair-Share to the Next Level
While exploring active learning this semester, I accidentally created my own extended activity which I've been jokingly calling Democratic Synthesis.
link to 100 Python Code Snippets for Everyday Problems
Everything you regularly Google just found its place in this list. Say hello to a growing list of Python code snippets for everyday problems.
link to JuxtaMIDI: A MIDI File Visualization Dashboard
Last spring, I put together a MIDI visualization dashboard with a partner for a grad school course. Today, I'm sharing the results.
link to Reflecting on My Fourth Semester of Teaching: Autumn 2019
And just like that, another semester of teaching has come and gone. Let's talk about how my fourth semester of teaching went!