Web Development
boiler.txt
Associated article: Template Processing Classes for Python
Tags: Web Development
Published source code accompanying the article by Brad Howes in which he shows how you can embed Python objects in HTML pages using boilerplate template processing classes. Also see BOILER.ZIP.
Template Processing Classes for Python by Brad Howes Example 1: >>> from BoilerPlate import String >>> z = '''a #if b# b #else# c #endif#''' >>> print String( z, lineMode = 0, b = 1 ) a b >>&...


