Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 406 Bytes

File metadata and controls

10 lines (8 loc) · 406 Bytes

Practicing-Python-1

Creating a simple web server. The web server class inherits from BaseHTTPRequestHandler.

To run the server: - download both the python and html files to the same folder - open your command line interpreter - change directories to the folder you downloaded your files to - run the .py file using Python 3.6 or later versions

Thanks for looking at my repository!