Blog
Activating virtual environment for Python in Windows
These code snippets show how to activate and use a virtual environment with Python in a Windows cli.
Blog
How to create an array of objects in Python
When learning new languages you always want to know the typical things like arrays, sorting, etc. Today I was messing around with some Python and noticed I had to look up how to create an array of objects.