The Blog
Tag: tutorial
The Most Minimal Navbar
2023-12-28
I try to keep anything I work on to its barest essentials. Make it work with the fewest moving p…
How To Add Markdown And Syntax Highlighting To Django
2023-11-21
This tutorial is based off of an excellent one that I followed when I was building this blog. Yo…
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 …