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 How to Remove Duplicates From a List in Python: Sets, Dicts, and More

How to Remove Duplicates From a List in Python: Sets, Dicts, and More

When it comes to lists, sometimes it's helpful to be able to remove duplicates. That's the target of this article!

Continue Reading
link to TypeError: Can’t Multiply Sequence by Non-int of Type ‘str’

TypeError: Can’t Multiply Sequence by Non-int of Type ‘str’

One thing I'm really enjoying is writing articles about Python errors. Here's another one which covers an example of a TypeError.

Continue Reading
link to Have You Reflected on Some of Your Tech Beliefs?

Have You Reflected on Some of Your Tech Beliefs?

Recently, I read The Skills of Argument by Deanna Kuhn, a book about argumentation as a key to beliefs, and it got me thinking about some of my own beliefs in tech. So I wondered, have you reflected...

Continue Reading
link to How to Iterate Over Multiple Lists at the Same Time in Python: Zip() and More!

How to Iterate Over Multiple Lists at the Same Time in Python: Zip() and More!

One common scenario when working with lists is the desire to loop over them in parallel. In this article, we cover a few ways to do just that.

Continue Reading
link to Finding A Possible Cause of Lost Traffic

Finding A Possible Cause of Lost Traffic

Guess who's website continues to fall in the rankings? MINE! Let's find out why in this week's episode of "what the hell did I do wrong this time?"

Continue Reading
link to Image Titler 2.2.0 Features Preloaded GUI Settings

Image Titler 2.2.0 Features Preloaded GUI Settings

Do you like the way the command line utility works and wish you had the same control over the GUI? Well, now you can with preloaded GUI settings.

Continue Reading
« PREV Page 1 … Page 49 Page 50 Page 51 Page 52 Page 53 … 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