With PSO2 being out for a couple months now, I figured it was time to unveil our tool for picking colors in game.
Welcome to The Renegade Coder, a site for people interested in Python programming and college teaching! Join me on Patreon for even more content.
Latest Articles
I ran a little experiment to see how long it would take for a canonical URL to take effect. This is that experiment!
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!
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!
One thing I'm really enjoying is writing articles about Python errors. Here's another one which covers an example of a TypeError.
Recently, I read The Skills of Argument by Deanna Kuhn, a book about argumentation as a key to beliefs, and it got me thinking about some of my own beliefs in tech. So I wondered, have you reflected...