Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pinple/py-article
🐍精通Python之路
https://github.com/pinple/py-article
blog python
Last synced: about 1 month ago
JSON representation
🐍精通Python之路
- Host: GitHub
- URL: https://github.com/pinple/py-article
- Owner: pinple
- License: mit
- Created: 2018-10-22T03:05:07.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-19T16:38:08.000Z (almost 6 years ago)
- Last Synced: 2024-10-15T01:23:09.073Z (3 months ago)
- Topics: blog, python
- Homepage:
- Size: 6.84 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# py-article
收集整理一些关于Python语言特性的文章。
1. [Python’s super() considered super!](https://rhettinger.wordpress.com/2011/05/26/super-considered-super/)
2. [你不知道的 super](http://funhacks.net/2016/11/09/super/)
3. [陌生的 metaclass](http://funhacks.net/2016/11/12/metaclass/)
4. [Python 中的单例模式](http://funhacks.net/2017/01/17/singleton/)
5. [Python中的单例模式的几种实现方式的及优化](https://www.cnblogs.com/huchong/p/8244279.html)
6. [高效的 itertools 模块](http://funhacks.net/2017/02/13/itertools/)
7. [PYTHON-进阶-FUNCTOOLS模块小结](http://www.wklken.me/posts/2013/08/18/python-extra-functools.html)
8. [C3 线性化算法与 MRO](http://kaiyuan.me/2016/04/27/C3_linearization/)
9. [生成器和协程](http://kaiyuan.me/2016/04/04/Python_coroutine/)
10. [理解 Python asyncio](https://lotabout.me/2017/understand-python-asyncio/)
11. [关于Monkey Patch猴子补丁](https://blog.eson.org/pub/7b5bc9fe/)