urlparse is written in python to demonstrate the ability to write python code that is legible and testable.
urlparse takes in any url and seprates the scheme from host and query/paths and puts them in a dictionary.
urlparse is a replica of urllib.parse in some ways...
python