This repo was created to help people who want learn abour socket programming in python
Python is a very simple language and is excellent for beginners. To create a socket in python, we just need the socket module
You can use import socket
to start working with sockets