The webbrowser library provides a convenient way to launch a URL with a browser window through the webbrowser.open() method. Numerous browser types are available, b
webbrowser.open()
More elegant code:
import webbrowser ie = webbrowser.get(webbrowser.iexplore) ie.open('google.com')