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

Posts by Jeremy Grifski

link to What Is a Dictionary in Python?

What Is a Dictionary in Python?

In the world of Python, there are a lot of fun and interesting data structures. The one we'll cover today is the dictionary.

Continue Reading
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 Yet Another Rant About Teaching College Students

Yet Another Rant About Teaching College Students

Guess who had the displeasure of dealing with yet another entitled student? This guy. Ugh.

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
« PREV Page 1 … Page 50 Page 51 Page 52 Page 53 Page 54 … Page 111 NEXT »

About the Author

Jeremy grew up in a small town where he enjoyed playing soccer and video games, practicing taekwondo, and trading Pokémon cards. Once out of the nest, he pursued a Bachelors in Computer Engineering with a minor in Game Design. After college, he spent about two years writing software for a major engineering company. Then, he earned a master's in Computer Science and Engineering. Most recently, he earned a PhD in Engineering Education and now works as a Lecturer. In his spare time, Jeremy enjoys spending time with his wife and kid, playing Overwatch 2, Lethal Company, and Baldur's Gate 3, reading manga, watching Penguins hockey, and traveling the world.

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 (46)
  • How to Python (42)
  • Sample Programs Repo News (20)
  • Teaching Reflections (11)
  • Discord
  • GitHub
  • Newsletter
  • Patreon
  • Portfolio
  • YouTube
  • Statistics
© 2016-2026 Copyright The Renegade Coder