2. Make an http connection

import modules

Once idle starts it’ll launch a Python Shell (also known as a Repl).

Type the following in the shell.

    import urllib.request
    import urllib.parse
    import urllib.error
    import json
    import getpass

These are the three modules we’ll use throughout our Workshop.