https://github.com/seanlee97/python_intermediate
python进阶
https://github.com/seanlee97/python_intermediate
intermediate python
Last synced: about 1 year ago
JSON representation
python进阶
- Host: GitHub
- URL: https://github.com/seanlee97/python_intermediate
- Owner: SeanLee97
- License: mit
- Created: 2018-06-23T07:34:49.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-31T08:26:56.000Z (over 7 years ago)
- Last Synced: 2025-02-14T11:52:22.619Z (about 1 year ago)
- Topics: intermediate, python
- Language: Python
- Homepage:
- Size: 32.2 KB
- Stars: 0
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# python_intermediate
python进阶toy code
- 装饰器的使用
- 多进程
- 多线程
- IO多路复用
- select
- poll
- epoll
- 高级封装库socketserver
- 单例模式
- python调用C++
- python中常用的魔术方法
- python的元类 / 描述器的使用