Creating a Easy Python Web Server

To start building your initial Python internet application , you’ll need the `http.server` library . This integrated module enables you for easily deliver files from your current folder . Simply open a terminal and proceed towards the folder you need for share . Then, execute the instruction `python -m http.server port ` where ` address` is a de

read more