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 Unpacking the Jargon Around Compilers, Interpreters, and More

Unpacking the Jargon Around Compilers, Interpreters, and More

Today, we're going to get a little pedantic and try to define concepts like compiler and interpreter. Of course, I ultimately don't think it matters what the exact definitions are for practical...

Continue Reading
link to What Are Type Hints in Python?

What Are Type Hints in Python?

Generally, people think of Python as a messy language because it lacks explicit typing and static type checking. But, that's not quite true in modern times. Surely, we can take advantage of type...

Continue Reading
link to The Problem Enums Are Intended to Solve

The Problem Enums Are Intended to Solve

It's a special day when I cover a Java topic. In this one, we're talking about Enums, and the problem(s) they are intended to solve.

Continue Reading
link to What Is a Function in Python?

What Is a Function in Python?

One of the core features of modern programming languages is functions, but did you know Python has them too? Let's take a look!

Continue Reading
link to What Is Operator Overloading in Python?

What Is Operator Overloading in Python?

Python has a cool feature that allows you to overload the operators. Let's talk about what that means and how you might use it!

Continue Reading
link to What Is the Assignment Operator in Python?

What Is the Assignment Operator in Python?

This week, we're hitting another beginner topic: the assignment operator. While the idea is simple, the concept is rich in related ideas like scope, iterable unpacking, and augmented assignment.

Continue Reading
« PREV Page 1 … Page 3 Page 4 Page 5 Page 6 Page 7 … Page 104 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 (45)
  • How to Python (42)
  • Sample Programs Repo News (20)
  • The Autodidact's Guide to Python (11)
  • Discord
  • GitHub
  • Newsletter
  • Patreon
  • Portfolio
  • Twitter
  • YouTube
  • Statistics
© 2016-2025 Copyright The Renegade Coder