In start crafting your own Python web server , you’ll need the `http.server` module . This built-in module enables you to easily host data from your local location. Simply open a console and go into the folder you need to present . Then, execute the directive `python -m http.server port ` where ` address` is a preferred port – typically 80 . I