Bumper Python Package Installation Guide
There are a couple of different ways to install python packages. Come on, let's take a look at them.
Python Package Interactive Install / Editable Install With “pyproject.toml”
I've got a good one for you today. What a ride. It seems I have caught "setuptools" at a transitional moment. Installing python packages in editable / development mode with…
Python Packaging – Using “setuptools”, “pyproject.toml”
You need to know how to package your python projects properly. Here I show you how to package, and submit your package to your very own pypi.org repository. I create…
How To Clone A Git Repo With SSH Keys
A look at how to clone a Github repository using SSH key pairs, and guidance on how to handle multiple Github accounts on the same machine.
Generate SSH keys with ssh-keygen
A quick start guide to generate your own SSH public/private keypair. A look at generating both RSA and the more secure Elliptic Curve Ed25519 key type.
Remote-Containers CLI: RPC pipe not configured
Did your git commands suddenly stop working in your docker container? Did you connect Visual Studio Code to your container? Are you faced with the error "Remote-Containers CLI: RPC pipe…
Google Service Account Authentication For Python API Calls: A Simple Example
The Google AuthorizedSession class inherits from requests.Session, it handles all of the authorization for you, adds all of the authorization headers, and allows you to make all of the same…
Woof woof world!
Okay, lets kick the tires and see what this blog technology can do! The text you are reading right now is an excerpt. It is not in the awesome content…
You must be logged in to post a comment.