Python Sockets and Postgres
Introduction In this article we will learn how to use Python Sockets and Postgres. We’ll create a small client server application by making two files we can run independently in order to learn and test. The client application will submit data to the server, which will update the database and reply back to the client … Continued