How to Add an Item to a List in Python: Append, Slice Assignment, and More
Whether or not you know how to add an item to a list in Python, you'll want to read this article just to learn about slice assignment. Trust me.
How to Add an Item to a List in Python: Append, Slice Assignment, and More
Whether or not you know how to add an item to a list in Python, you'll want to read this article just to learn about slice assignment. Trust me.
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...
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.
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.
Everything you regularly Google just found its place in this list. Say hello to a growing list of Python code snippets for everyday problems.
Last spring, I put together a MIDI visualization dashboard with a partner for a grad school course. Today, I'm sharing the results.