Let's start a code sharing social media challenge. Complete a Python challenge and share the solution on Python using the #RenegadePython hashtag.
Archives: Blog
How to Split a String by Whitespace in Python: Brute Force and split()
There are a lot of ways to manipulate strings. For instance, we might be interested in splitting a string by a separator like whitespace.
A lot of students run into trouble when they're asked to complete a programming project from scratch for the first time. Here are some tips!
As I close out my last semester of teaching computer science at OSU, I thought I'd document what a typical lecture looked like for me and how this pandemic shook things up.
Now that I have two years of teaching experience, I figured I would test my skills by applying for a teaching award. This article outlines that process.
How to Convert a String to Lowercase in Python: lower() and More
As this series grows, I've started poking at seemingly simple problems to expose their complexity. This time, I thought it would be interesting to look at how to convert a string to lowercase. As...
