TIL: Editing Git Commit Messages after Gitlint commit-msg Hook Failure
A shortcut to save time when editing Git commit messages after a Gitlint commit-msg hook failure
Posted by
Michael Knott
on Wed 08 May 2024
TIL: Prevent global package installation when using pip
Setting PIP_REQUIRE_VIRTUALENV=true to prevent global package installation
Posted by
Michael Knott
on Wed 01 May 2024
TIL: Timing Function Execution
Utilities to time function execution
Posted by
Michael Knott
on Fri 11 August 2023
TIL: Using `__post_init__` with Python Dataclasses
Using __post_init__ to initiate dependent fields
Posted by
Michael Knott
on Wed 02 August 2023
Grouping Data using Itertools groupby
Grouping athlete data using Itertools groupby
Posted by
Michael Knott
on Fri 21 July 2023
TIL: Negative Operands and the Python Modulo Operator
Calculating the Remainder using the Python modulo Operator with a Negative Operand
Posted by
Michael Knott
on Fri 30 June 2023