Skip to content
Header Logo Without Tag
Search
  • Home
  • Articles
    • Code
    • Blog
    • Meta
    • Teach
  • Series
  • Tags
  • About
    • Newsletter
    • Privacy Policy
    • Terms of Service
    • World Domination Checklist
    • Wall of Fame
    • Wall of Shame

Tag: Python

link to How to Check If a Key Exists in a Dictionary in Python: in, get(), and More

How to Check If a Key Exists in a Dictionary in Python: in, get(), and More

One of my favorite Python data structures is the dictionary. Of course, I don't love getting an error when my key doesn't exist. Luckily, there's a way to check.

Continue Reading
link to Image Titler 2.1.1 Features Custom Fonts

Image Titler 2.1.1 Features Custom Fonts

Now that the GUI is up and running, it seemed like the write time to start expanding the core functionality. For instance, I just added custom font support.

Continue Reading
link to Using Python to Visualize the Potential Effects of COVID-19 on Course Evaluations

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.

Continue Reading
link to How to Loop Over a Dictionary in Python: Keys, Values, and More

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.

Continue Reading
link to Image Titler 2.0.1 Features a Graphical User Interface

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.

Continue Reading
link to IndexError: String Index out of Range

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.

Continue Reading
« PREV Page 1 … Page 17 Page 18 Page 19 Page 20 Page 21 … Page 28 NEXT »

About Me

Welcome to The Renegade Coder, a coding curriculum website run by myself, Jeremy Grifski. If you like what you see, consider subscribing to my newsletter. Right now, new subscribers will receive a copy of my Python 3 Beginner Cheat Sheet. If newsletters aren't your thing, there are at least 4 other ways you can help grow The Renegade Coder. I appreciate the support!

Legal

The Renegade Coder is a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for sites to earn advertising fees by advertising and linking to Amazon.com.






Longest Active Series

  • Journey to a PhD (55)
  • Coding Tangents (45)
  • How to Python (42)
  • Sample Programs Repo News (20)
  • The Autodidact's Guide to Python (11)
  • Discord
  • GitHub
  • Newsletter
  • Patreon
  • Portfolio
  • YouTube
  • Statistics
© 2016-2025 Copyright The Renegade Coder