Creating a Easy Python Internet Server

To initiate crafting your own Python network application , you’ll need the `http.server` component. This built-in module provides you with rapidly host files from your current directory . Just launch a console and go within the folder you need with present . Then, execute the command `python -m http.server port ` where `port ` is a chosen number

read more