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 Modeling a Simple Relational Database Using CSVs and Python

Modeling a Simple Relational Database Using CSVs and Python

I find the structure of relational databases to be appealing. They allow you to store data in various tables that eliminate redundancy, reduce storage size, and combine easily. Therefore, it should...

Continue Reading
link to The Never-ending List of Small Programming Project Ideas

The Never-ending List of Small Programming Project Ideas

This is it! The list you've been needing to help build out your portfolio. Quit asking ChatGPT for project ideas and reference this list built from the passions of hundreds of college students. Maybe...

Continue Reading
link to Explain Like I’m Five: Context-Free Grammars

Explain Like I’m Five: Context-Free Grammars

Given that I have my own kid now, I figured I might as well make ELI5 a full-fledged series. To kick things off, I also figured I'd start with a topic I'll be teaching in a couple weeks: context-free...

Continue Reading
link to Migrating From Eclipse to VS Code: The Many Hurdles

Migrating From Eclipse to VS Code: The Many Hurdles

In my years of coding, you'd think I'd have learned the lesson that software systems are hard. Well, I learned that lesson once again in an attempt to move a bunch of Java projects from Eclipse to VS...

Continue Reading
link to How to Plot Semesters Using Pandas and Plotly

How to Plot Semesters Using Pandas and Plotly

This might seem like an extremely niche issue, but it's a problem I struggled to solve with the existing resources on the internet. As a result, I'm here to share how I got it done!

Continue Reading
link to Brainstorming An Algorithm for Shuffling a Queue of Songs

Brainstorming An Algorithm for Shuffling a Queue of Songs

It's not often that you actually have to think about more interesting day-to-day algorithms like shuffling a playlist. That's what I want to talk about today!

Continue Reading
« PREV Page 1 … Page 3 Page 4 Page 5 Page 6 Page 7 … 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