Python runtime environments in Mac OS
A way to configure and use Python environments, that allows quick experimentation without causing long term pain with among components.
A way to configure and use Python environments, that allows quick experimentation without causing long term pain with among components.
A module that lets you write a CLI for almost any Python code
I was watching some videos on photogrammetry (part 1 and part 2) by Josef Prusa.
I’ve been thinking about putting my environment configuration files (aka dotfiles) into an SCM.
I was talking with Alex about 3D printing. During the conversation, we covered a lot of topics. Here are some interesting projects we covered:
I learned today about the Sakila sample database. It has a non-trivial, but understandable schema, which is helpful when practicing SQL commands.
brew install postgresql brew services start postgresql brew cask install pgadmin4
I decided to use GitHub Pages to host some information online. The system is fairly simple to use: create a repository with some markdown configure the ...