# pythonstudy **Repository Path**: zhengliyuan/pythonstudy ## Basic Information - **Project Name**: pythonstudy - **Description**: study python - **Primary Language**: Python - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2017-03-20 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #pythonstudy pythonTcp总结 ==================== First running sevrver.py, second running client.py. The server is running, it will create a socket and bind this address. And listening client connection under five. The client try to connect the server through the address and port. When client connect the server, it will send `hihi` to server. The server will get the string and output, while sent a string to client, the client will to output the string. hello =============== A hello python program.