Quantcast
Channel: Simple Python 3 templating module - Code Review Stack Exchange
Browsing latest articles
Browse All 2 View Live

Answer by Gareth Rees for Simple Python 3 templating module

There's a lot of code here, so I'm just going to look at the documentation, the _split_by_braces function, and the visit_Str method. You'll see that there's more than enough for one answer. Maybe some...

View Article



Simple Python 3 templating module

The module adds syntactic sugar to Python 3 to allow concise specification of templates. I use it to generate a collection of static web pages from various data sources.I wanted something relatively...

View Article
Browsing latest articles
Browse All 2 View Live




Latest Images