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

Category: Code

link to The Autodidact’s Guide to Python

The Autodidact’s Guide to Python

Today, I'm kicking off a new Python series that I'm really excited about. Say hello to The Autodidact's Guide to Python, a series for beginners who want to teach themselves Python.

Continue Reading
link to How Long Does It Take a Canonical URL to Work?

How Long Does It Take a Canonical URL to Work?

I ran a little experiment to see how long it would take for a canonical URL to take effect. This is that experiment!

Continue Reading
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
« PREV Page 1 … Page 19 Page 20 Page 21 Page 22 Page 23 … Page 46 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