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.
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
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...
As I close in on two years of teaching amidst the Coronavirus pandemic, I figured I'd share a list of ways of getting feedback.
How to Round a Number in Python: Truncation, Arithmetic, and More
Remember learning to round in grade school? Me too! The only problem is I don't use the idea very often. As a result, I don't always remember how to round a number in programming contexts like...
If the site stays the same for too long, I begin to hate it. Naturally, I decided to experiment a bit with the site layout again. Check it out!
How to Create a List in Python: Loops, Comprehensions, and More
As this series grows, I find myself digging back into the basics. Today, we'll look at a few ways to create a list in Python.