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 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 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 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
link to SyntaxError: Expected an Indented Block

SyntaxError: Expected an Indented Block

In an effort to help out more Python folks, I figured I'd start a series covering errors. Up first, we're going to chat about a special SyntaxError.

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