Python

Building Domain-Specific Annotation Tools with FastHTML: Lessons from Isaac Flath

Building Domain-Specific Annotation Tools with FastHTML: Lessons from Isaac Flath

How Isaac Flath built a medical flashcard annotation tool for AnkiHub using FastHTML, and why custom annotation tools beat generic ones for complex domains.

Connecting Chrome DevTools to FastHTML Apps for Rapid Style Iteration

Connecting Chrome DevTools to FastHTML Apps for Rapid Style Iteration

How to connect Chrome DevTools to your FastHTML applications for fast CSS and HTML debugging and iteration during development.

Improving Python Function Usability with wrapping

Improving Python Function Usability with wrapping

A simple approach to modifying Python functions for better usability without altering their core behaviour.