News

This project was made using my First_Webpage as the website to host. The python script is responsible for scrapping a bit of data for the website and writing to a text file(Not Relevant). The python ...
This repository provides a C++ ostream class (client) and a Python script (server) for writing a file on a remote system via an IP socket connection. I tested the class FileViaSocket (and made sure it ...
If you need a quick web server running and you don't want to mess with setting up apache or something similar, then Python can help. Python comes with a simple builtin HTTP server. With the help of ...