Constructing a Basic Python Web Platform

In start building your initial Python internet platform, you’ll require the `http.server` component. This default module provides you for rapidly host files from your local location. Merely run a terminal and proceed within the folder you need for share . Then, perform the command `python -m http.server number ` where `port ` is the desired port

read more