In Python, if I have a URL, what is the simplest way to turn something like:
http://stackoverflow.com
into:
<a href="http://stackoverflow.com">http://stackoverflow.com</a>
So far I have tied a lot with Regular Expressions, but nothing works at all.