Learn how to use Python, shell, and external scripts as live text filters in Vim, replacing fragile macros. Transform LaTeX equations, format JSON, process CSV, and automate repetitive code edits – all from a visual selection or the entire buffer. A practical, engineer-tested Vim workflow for...... Read More
All tags » python
8-14 / 29 articles
A deep dive into designing a banner generation system that treats visual assets as part of the build pipeline – with themes, components, and deterministic output.... Read More
A structured, production-style setup of Pelican focusing on clean architecture, isolated environments, modular configuration, and plugin discipline.... Read More
Most developers treat static sites like simplified dynamic apps. That’s a mistake. In this guide, we explore the mental model shift from runtime thinking to build-time precomputation, turning your Pelican site into a fast, data-driven system.... Read More
A lightweight Conky and Python setup I use daily as a math teacher in Morocco to track remaining class time with precision, including support for Ramadan schedules.... Read More
Learn how to annotate videos programmatically using a powerful Python script built on FFmpeg. This tutorial walks through JSON-based annotations, styling options, command-line usage, and best practices for producing clean, professional annotated videos.... Read More
Learn how to create a powerful Vim function that automatically processes selected code through external Python scripts. This tutorial shows you how to implement RunScriptsOnSelect - a versatile Vim function that detects code type from visual selections and applies appropriate transformations...... Read More