Introducing python-hiccup

"All you need is list, set and dict" Write HTML with Python Python Hiccup is a library for representing HTML using plain Python data structures. It's a Python implementation of the Hiccup syntax. You create HTML with Python, using list or tuple to represent HTML elements, and dic … | Continue reading


@davidvujic.blogspot.com | 7 hours ago

Just use Dictionaries

A Python dictionary has a simple & well-known API. It is possible to merge data using a nice & minimalistic syntax, without mutating or worrying about state. You're probably not gonna need classes. Hey, what's wrong with classes? 🤔 From what I've seen in Python, classes o … | Continue reading


@davidvujic.blogspot.com | 4 months ago

Joyful Python with the REPL

REPL Driven Development is a workflow that makes coding both joyful and interactive. It's even better than TDD. | Continue reading


@davidvujic.blogspot.com | 2 years ago