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 Open a File in Python: open(), pathlib, and More

How to Open a File in Python: open(), pathlib, and More

When it comes to Input/Output, one of the most basic tasks is being able to open a file for reading or writing. That's the topic of the day!

Continue Reading
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 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 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
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
« PREV Page 1 … Page 16 Page 17 Page 18 Page 19 Page 20 … 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