The Blog
Tag: python
Hosting My Own Twitter Bot
2023-04-22
As my “capstone” project for finishing CodingNomads Python 201 course, I decided to …
Using TOML for Django Configuration Files
2023-03-17
Now that TOML is part of the Python standard library as of 3.11, you can easily use it with Djan…
(Another) Simple Python File Renaming Script
2022-12-19
Intro
This is a walk-through of a file renaming script that allows the user to specify …