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.