python
Python subprocess
· ☕ 2 min read
Using Python's subprocess module to make system calls in a new process.

A Python Class Template
· ☕ 4 min read
A template for a class in Python3 inspired by the book "Python Tricks" by Dan Bader.