Tag: Python

Image of working GitHub Action

Published: March 31, 2021

Migrating a Python Package from Travis CI to GitHub Actions

GitHub Actions is the new hotness for continuous integration(CI) and deployment. To the point where it seems to be the default for new open source projects that are GitHub based.

Tags: python | github | continuous integration
Laptop with code on the screen

Published: April 24, 2020

Automating new Python environments with PowerShell

I'm a big fan of automation. If I can automate something, I will. One thing I do often is create a new virtual environment for Python applications, which is just a simple terminal command. But then I have to update pip. Every. Single. Time.

Tags: powershell | python