urllib.parse — Split URLs into Components — PyMOTW 3

The urllib.parse module provides functions for manipulating URLs and their component parts, to either break them down or build them up.

Read more…

This post is part of the Python Module of the Week series for Python 3. See PyMOTW.com for more articles from the series.