creating website script in Myghty

Fredrik Lundh fredrik at pythonware.com
Tue Mar 21 12:38:26 EST 2006


"piotr maliñski" wrote:

> I'm learning Myghty from few weeks and now I'm making a simple forum
> script ;) and I have problem finding few things in python that I need:
> - how to strip all HTML tags leaving the text

http://effbot.org/zone/re-sub.htm#strip-html

might be helpful.

> strip all code (python/other) from a string?

not sure what this means.

> - how to highlight a python/html/other code (result in HTML code)?

http://www.google.com/search?q=colorize+python

</F>






More information about the Python-list mailing list