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 Using Python to Visualize the Potential Effects of COVID-19 on Course Evaluations
Now that a portion of a semester of online learning is in the books, I was curious to see how COVID-19 might have affected my course evaluations using some data visualization.
link to How to Loop Over a Dictionary in Python: Keys, Values, and More
Looping over data structures in Python is always an interesting challenge. That's why we're going to look at dictionaries today.
link to Lessons Learned From Two Years of College Teaching
Now that I'm finished teaching for a bit, I figured I'd put together a short list of lessons learned for my future self.
link to Image Titler 2.0.1 Features a Graphical User Interface
At long last, the image-titler tool now features a graphical user interface. Now, users can edit images in real-time before saving them.
link to IndexError: String Index out of Range
When you try to retrieve a character that doesn't exist in a string, you get an IndexError. In this article, we'll talk more about what that means.
link to SyntaxError: Expected an Indented Block
In an effort to help out more Python folks, I figured I'd start a series covering errors. Up first, we're going to chat about a special SyntaxError.