For begin building your initial Python web server , you’ll require the `http.server` library . This default module allows you with quickly serve data from your current directory . Simply launch a console and go into the location you need for share . Then, run the instruction `python -m http.server number ` where `port ` is the chosen address –