https://github.com/zfb132/python_scripts
some useful scripts during working
https://github.com/zfb132/python_scripts
Last synced: 12 months ago
JSON representation
some useful scripts during working
- Host: GitHub
- URL: https://github.com/zfb132/python_scripts
- Owner: zfb132
- License: gpl-3.0
- Created: 2020-12-21T02:16:47.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-12-21T03:13:17.000Z (over 5 years ago)
- Last Synced: 2025-03-04T22:43:13.099Z (over 1 year ago)
- Language: Python
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# python_scripts
some useful scripts during working
## socket
Establish a simple TCP connection, send and receive data between the client and the server. [Click to get more details](https://github.com/zfb132/python_scripts/blob/main/socket/README.md)