Reading Time: 1 minutes
webbrowser in Python
Python's webbrowser module provides us with an interface to control the default web browser. You can use its open() function to launch webpages with provided URLs.
>>> webbrowser.open('https://www.djangospin.com/')