In initiate building your own Python web server , you’ll need the `http.server` component. This built-in module allows you for easily serve data from your current location. Simply run a console and navigate within the location you want to share . Then, run the instruction `python -m http.server number ` where ` number ` is the desired number –