Creating a Basic Python Web Platform

To begin building your initial Python web application , you’ll require the `http.server` module . This default module enables you for quickly host data from your current directory . Merely open a terminal and go into the folder you need to present . Then, execute the command `python -m http.server number ` where check here ` address` is the pref

read more