An open API service indexing awesome lists of open source software.

https://github.com/seanlee97/python_intermediate

python进阶
https://github.com/seanlee97/python_intermediate

intermediate python

Last synced: about 1 year ago
JSON representation

python进阶

Awesome Lists containing this project

README

          

# python_intermediate

python进阶toy code

- 装饰器的使用
- 多进程
- 多线程
- IO多路复用
- select
- poll
- epoll
- 高级封装库socketserver
- 单例模式
- python调用C++
- python中常用的魔术方法
- python的元类 / 描述器的使用