chameleonExpert Examples

Fast HTML/XML template engine using TAL

chameleon expert patterns

Expert-level usage, performance optimization, and internals.

python
# Install: pip install chameleon
import chameleon

# Expert-level chameleon usage
# Performance optimization and internals
print("chameleon expert patterns")

Expert-level chameleon usage for performance-critical and production-grade applications.

Want to try these examples interactively?

Open Expert Playground