Vibe Coding Escapades: pelican-copy-code plugin

Posted on 2026-05-26 in Software • Tagged with ai , blog , pelican , programming , python

The Problem

I realized that this blog uses a lot of code blocks, but it’s not easy to copy them because there’s no Copy button on each block.

I looked for a plugin for Pelican that would do this, convinced that there must be one already out there …


Continue reading

Automating Python code quality

Posted on 2023-06-23 in Software • Tagged with programming , python , automation , howto , free-software

In this article I explain what I mean by code quality and how it benefits developers.

In the first half I discuss general concepts and workflows that apply to most software projects. Even if you are not writing Python code you might learn something from it.

In the second half …


Continue reading