The Complete Guide to Subete: A Python Library for Browsing Code Snippets
I'm kicking off a new series on Python libraries. Today, I'm showing off one of my own: subete. It let's you look at code snippets from the Sample Programs repo.
The Complete Guide to Subete: A Python Library for Browsing Code Snippets
I'm kicking off a new series on Python libraries. Today, I'm showing off one of my own: subete. It let's you look at code snippets from the Sample Programs repo.
Lots of people use flags in their code. There's nothing wrong with that, but you may find your code easier to write without them.
Today, I'm publishing my 500th article right around the 5th anniversary of the site. Why not take a moment to celebrate with me?
Sample Programs has official moved from sample-programs.therenegadecoder.com to sampleprograms.io. Talk about a glowup!
Meet Pymon: A Discord Bot That Can Answer Any Question You Want
Creating Discord bots is a lot of fun, but it's even more fun when you're helping others. Meet Pymon! A Discord bot that answers your questions.
A lot of random number generators create numbers between 0 and 1, but that's not all that helpful for bigger numbers. Luckily, there are some tricks!