Filters like old skool Jive, Fudd, Valspeak... Text transformation in Python

bruno at modulix onurb at xiludom.gro
Wed Apr 5 08:14:40 EDT 2006


dananrg at yahoo.com wrote:

(snip part about filters)

> Any good "generators" written in Python? I'd like to roll me one of
> these as well; e.g. execute the program and it will create a few
> paragraphs of text in the jargon of a discipline, subdiscipline,
> subculture, etc. Anyone know what I'm talking about?

There's a Kant generator example in Dive Into Python:
http://diveintopython.org/xml_processing/index.html


-- 
bruno desthuilliers
python -c "print '@'.join(['.'.join([w[::-1] for w in p.split('.')]) for
p in 'onurb at xiludom.gro'.split('@')])"



More information about the Python-list mailing list