More likely: s = "something < other" s = s.replace("<", "&lt;") Even more likely: import cgi s = cgi.escape(s) In Python, much string manipulation is done with builtins (especially string methods) and…
Start here: http://www.realclimate.org/index.php/archives/2007/05/start-...
Lomborg is a menace: http://climateprogress.org/2007/09/17/debunking-bjorn-lombor...
More likely: s = "something < other" s = s.replace("<", "&lt;") Even more likely: import cgi s = cgi.escape(s) In Python, much string manipulation is done with builtins (especially string methods) and…
Start here: http://www.realclimate.org/index.php/archives/2007/05/start-...
Lomborg is a menace: http://climateprogress.org/2007/09/17/debunking-bjorn-lombor...