The GitHub repository for Socket Programming presentation in March 2022
- ✅ Slide
Example:
First Change the directory to ./src
then run the command below:
Server
:
$ python Server.py 9998
Client
:
$ python Client.py localhost 9998
- Parsa Memarzade - team: Zahra Hashemi
- Ali Nafisi
- Farouk Fallahi
- Babak khezri
- Nazanin Parvizi - team: Matin Gholami
- Saeed Ahmad Nasab - team: Moslem Goily
- Elina Panahy - team: Payam Shah Mohammadi
- Pouya Ayoubi - team: Danesh Abdi - Neda Bakhtiar
- Parand Salvati - team: Adib Mardokhi
- Nazila Hoessini - team: Maede Ghaderi
- Hemin Ahmadi - team: Mohammad Shikh Ahmadi
- Hasti Malmir - team: Nika Amanati
- Negin Ahmadi
- Kamal Moradi - team: Chalak Azizi
The Socket module in Python
>>> import socket
>>> dir(socket)
['__builtins__', '__cached__', '__doc__', '__file__',
'__loader__', '__name__', '__package__', '__spec__', '_
blocking_errnos', '_intenum_converter', ... ]
>>>
- Mastering Python for Networking and Security (book)
- Mastering Python Networking (book)
- Socket Programming in Python (course)
- Socket Programming Zero to Hero (Persian)
- Socket Programming Basics Presentation
- Java Socket Programming
- ⭐Socket Programming
- Linux Socket Programming by Example
- Developing a Live Video Streaming Application using Socket Programming with Python
- Socket Programming in python
- Socket Programming (XBox PC Controller)
- Socket Programming: Using Socket() Module in Python
- Python Socket Communication (Practical)
- Python Chat App using Socket Programming via UDP Protocol & Multi-Threading!!
- Django : WebSockets and Channels
- Sockets + MVVM in Swift
List of GitHub Repository:
GNU GPLv3