Host your Pelican Static Web Site on Cloudflare Pages
Posted on Wed 05 October 2022 in Blogging
How to deploy your Pelican static web site to Cloudflare Pages using their GitHub integration
Continue reading
Posted on Wed 05 October 2022 in Blogging
How to deploy your Pelican static web site to Cloudflare Pages using their GitHub integration
Posted on Thu 01 September 2022 in Blogging
How to install and configure the Pelican static web site generator, and how to use Pelican themes to make the web site to look the way you want.
Posted on Wed 03 March 2021 in Python
This post shares what I learned about the Rich library and about context managers when I added a status indicator to a Python program.
Posted on Sun 14 February 2021 in Python
It is more convenient to run a Python program from the terminal prompt instead of as a Python program in its virtual environment. This post shows you how to use pipx to install Python packages as command-line-programs.
Posted on Tue 02 February 2021 in Python
I wrote a new Python script that helps me manage my Azure VMs. In this post, I share what I learned about the Azure Python SDK, Azure authorization, and sorting nested lists by key.
Posted on Mon 30 November 2020 in Python
Use Python and the Flask framework to build a web app that re-uses code from an existing command-line application and enables users to run the application on a website, instead of installing and running it locally on their PC.
Posted on Mon 30 November 2020 in Python
A set of ten videos I created, along with links to learning resources associated with each video's topic, that work through all the steps required to build a useful network automation Python program and share it with others.
Posted on Tue 01 September 2020 in Python
I explain the absolute minimum amount you need to learn about Python in order to create useful programs. This guide is a very short, but functional, overview of Python programming that takes less than an hour to read.