Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 760 Bytes

README.md

File metadata and controls

35 lines (23 loc) · 760 Bytes

Python3 Socket Practice

Version: 1.0.0

Introduction

This repository contains three practice problems for using the python3 socket module. Each problem has a corresponding solution.

Usage

To run the problem, run server[x].py files using Python3.

Example Usage:
./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.

Example Usage:
./client.py
python3 client.py

Dependencies

All of the problems require Python3. The solution of problem3 (client3.py) requires numpy

Installation of numpy:
pip3 install numpy

License

Python3 Socket Practice is released under the MIT License.