Working on the future of music collaboration. Alumnus of MIT and UW-Madison.
Nothing here yet.
In this tutorial, we will setup Python linting and automatic code formatting in VSCode. We will use pylint to highlight linting errors and black for auto-formatting our code on save. Linting and auto-formatting are commonly used in Javascript project...

Photo by Ryan Quintal on Unsplash In this tutorial, we will create a Python package called starfox with a command-line interface (CLI) that simulates conversations between players from Star Fox 64. We will create the CLI using the click package and a...
