Create your own Python Server.
1. First copy paste the codes in a New IDE Python Script.
2. Save it as "server.py"
3. Double click the script and run.
4. Minimize the python window.
Create an HTML file and name it as index.html
type something inside like
<html>
hello world
</html>
and now open your browser and just type this URL 127.0.0.1:8000
No comments:
Post a Comment