Version: 1.0.0
This repository contains three practice problems for using the python3 socket module. Each problem has a corresponding solution.
To run the problem, run server[x].py files using Python3.
./server.py
python3 server.py
To test the problem, run the corresponding client[x].py file in solutions. Make sure the problem is running while you are doing this.
./client.py
python3 client.py
All of the problems require Python3. The solution of problem3 (client3.py) requires numpy
pip3 install numpy
Python3 Socket Practice is released under the MIT License.