Last updated: 2023-01-24
263 words
2 minutes
I recently finished the Google IT Automation with Python Professional Certificate course on Coursera.
Last updated: 2023-01-10
631 words
3 minutes
Capturing Groups Say we want to do more than just print or return a match, but instead want to use the result and/or manipulate it.
Last updated: 2023-01-09
1354 words
7 minutes
A powerful tool for my IT toolbox.
A search query of text using a string.
Last updated: 2022-11-17
180 words
1 minute
Using the django-admin startporject --template flag, I wanted to create my projects with a lot of the tedious work already done.
Last updated: 2022-11-10
458 words
3 minutes
Vale Prose Linting With sphinx up and running, the next step is getting the prose linter setup and configured.
Last updated: 2022-11-10
929 words
5 minutes
Ok. If you’re following along with the series, you should have a nice looking documentation site.
Last updated: 2022-11-03
1254 words
6 minutes
From my previous post, sphinx appears to be just another static site generator.