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.
The Complete Guide to SnakeMD: A Python Library for Generating Markdown
Markdown is one of my favorite file formats as someone who doesn't know a lot of frontend. If you're like me, then you'll be pleased to know that a Python library exists for dynamically generating...