What I’ve learned from the last few years of writing code and running an open source community project on GitHub.
Category: Code
Python 3 Print Function without Newline
Using the Python 3 print function without appending a newline to the output.
Installing Python Modules into the Correct Python Version on a Mac
How to use Pip to install Python modules for the correct version of Python on a macOS computer.
Dev Log: RSS Feed Email Digest
A dev log for my Devember challenge – write an RSS to email script using Python.
Using Invoke-Expression in PowerShell With Spaces in Paths
How to solve errors thrown when using PowerShell’s Invoke-Expression cmdlet for a path that contains spaces.