Python 3 urllib is a package that helps us to open urls. It contains four parts:urllib.request, urllib.error, urllib.parse and urllib.robotparser. urllib.request and urllib.parse are most used in python applications, In this tutorial, we will introduce how to crawl web page using python 3 urllib.