Clickable hyperlinks

D'Arcy Cain darcy at vex.net
Wed Jan 4 05:00:08 EST 2017


On 2017-01-04 05:58 PM, Deborah Swanson wrote:
>> the user to go and authenticate, you can simply
>> webbrowser.open("http://......./") and it'll DTRT.
>
> Thank you, thank you! Finally, at least one person on this list knows
> about something (anything) in the python world that is internet aware.

Lots of things in Python are Internet aware.  That's not the question you asked 
though.

> It's also occurred to me that Beautifulsoup downloads data from a url,
> so that code must have access to some kind of an internet engine too.

Nope.  You have to feed it HTML.  You either need to generate that or capture 
it from somewhere.

--
D'Arcy J.M. Cain
System Administrator, Vex.Net
http://www.Vex.Net/ IM:darcy at Vex.Net VoIP: sip:darcy at Vex.Net




More information about the Python-list mailing list