The CLI’s Essential ‘Verbose’ Option

For those creating their own CLI tool If you have played around with any command line interface tools, such as Particle CLI or Git UI, you’ll notice that they oftentimes […]

How to manage WebHooks through Code

Abstract roped points

While simple at first, webhooks can become a hassle if you have products that use a good number of them and you have to keep them up to date. Here […]

First Experiences with Python Virtual Environments

Notebook with Lets Get Started written inside

**Virtual Environment – “A virtual environment is a Python environment such that the Python interpreter, libraries and scripts installed into it are isolated from those installed in other virtual environments, […]