Tag: python
2023 (5)
Saturday, December 16, 2023
I made myself a super rudimentary on-air light from a gizmo I got in my PyCon US 2019 swag bag, and here’s how you can do it too.
Monday, November 27, 2023
Today I learned about shlex.split and it’s really cool.
Friday, April 21, 2023
I love using class properties as boolean flags, but occasionally forget the @property decorator.
Thursday, March 30, 2023
A bit of nuance about dealing with null and missing values in Python dictionaries.
Wednesday, March 8, 2023
A pretty slow way of removing duplicate elements in a Python list.
2022 (2)
Sunday, January 16, 2022
I goofed up the CalVer implementation because I had the dumbs, and now I’ve fixed it. Oops.
Saturday, January 8, 2022
I made a tiny tool for generating Markdown URL tags and want to tell you about it.
2021 (5)
Sunday, July 18, 2021
Let’s build up small Python script.
Wednesday, March 31, 2021
Something I absolutely love about Python is just how well it scales from tiny scripts to complex systems. Here’s an example of the former.
Wednesday, February 24, 2021
I made an environment variable parsing library for Python, and forgot to tell you all about it!
Thursday, January 21, 2021
Turns out I like this problem so much I had to solve it again.
Friday, January 15, 2021
Django’s “sites” framework is quite cool, but what if you need to make some exceptions?
2020 (2)
Monday, December 28, 2020
Python’s dictionaries are awesome, and I just learned about yet another reason that’s the case.
Thursday, October 15, 2020
I made a URL shortener with a static site generator.
2017 (2)
Thursday, October 5, 2017
A neat (if questionably legible) trick for modifying a list in place in Python, and a more Pythonic solution for the same problem.
Monday, July 31, 2017
I got tired of forgetting all about my 400+ starred GitHub projects and made a reminder app.
2014 (1)
Tuesday, December 2, 2014
Sorting with pure chance, with some elementary stats.