Learning to write code in Python is a lot of fun, but you may find that life gets a lot harder when you start playing around with more complex projects. Let's talk Python's module and package system.
Tag: Software Development
Reading code can be hard. Why not ease the pressure with a piece of paper and a pen?
How to Automatically Generate Fitbit Access Tokens Using Python
Fitbits are great tools for tracking health data, but what if you want to navigate that data programmatically? Well, you'll need to learn the authentication process. Luckily, I automated it.
Indexing is one of those topics that's sure to rile up the average programmer. Today, I decided to look into how many languages actually support indexing from one.
This week, I made a quick article about a few of the things I hear a lot about what you need to know to be a developer. Not everything is true.
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...