taglibs equivalent in Python

Sandy Norton sandskyfly at hotmail.com
Wed May 8 02:59:35 EDT 2002


Ragu Bharadwaj wrote: 
> Is there an equivalent to Java Taglibs in Python? I'm considering
> Python for a web project where it'd be useful to have taglib like
> functionality which could encapsulate common functions.

Why reimplement the wheel... if you want to use python for the web and
have java experience, use jython (see http://www.jython.org) which is
python implemented in java and get the best of both worlds.

also see: http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/117239
for custom taglib stuff done in jython.

you-can-have-your-python-and-eat-it-too,

sandy



More information about the Python-list mailing list