Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/thinkwee/fluent_python_cn

Flunet Python中文笔记,jupyter notebook格式
https://github.com/thinkwee/fluent_python_cn

chinese-translation fluent-python jupyter-notebook python

Last synced: 10 days ago
JSON representation

Flunet Python中文笔记,jupyter notebook格式

Awesome Lists containing this project

README

        

# introduction
- 流畅的python随书代码,it's useless to browse these code without reading the book
- python3.6环境
- jupyter notebook格式
- 原书附带代码库:[fluentpython/example-code](https://github.com/fluentpython/example-code)
- 一些部分带有书的doctest
- 第四章起加入中文注释

# catalog
- 第二章:序列和数组
- 第三章:字典和集合
- 第四章:文本和字节
- 第五章:一等函数
- 第六章:使用一等函数实现设计模式
- 第七章:函数装饰器和闭包
- 第八章:对象引用、可变性和垃圾回收
- 第九章:符合Python风格的对象
- 第十章:序列的修改、散列和切片
- 第十一章:接口:从协议到抽象基类
- 第十二章:继承的优缺点
- 第十三章:正确重载运算符
- 第十四章:可迭代的对象、迭代器、生成器
- 第十五章:上下文管理器和else块
- 更新中