In my quest to build some cloud focused tooling, I stumbled on two Python libraries that are probably super well known in the Python community but new to me. Typer and Click are both libraries for building CLI applications. They work to make it simple to create a command line tool in Python. Typer actually… Continue reading Python CLI libraries
Tag: python
IaAC Part 2 – Snakes on a M*f* Cloud
In my last post on Infrastructure as Actual Code, I reviewed all of the options for writing code that talks to the three major hyperscalers: AWS, Azure and GCP. While there are SDKs for many different languages and different levels of support, the main languages supported across all three are Python, Go and JavaScript. I… Continue reading IaAC Part 2 – Snakes on a M*f* Cloud
