Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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格式
- Host: GitHub
- URL: https://github.com/thinkwee/fluent_python_cn
- Owner: thinkwee
- Created: 2018-03-22T08:05:16.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-20T07:45:48.000Z (over 5 years ago)
- Last Synced: 2024-10-11T18:07:49.518Z (about 1 month ago)
- Topics: chinese-translation, fluent-python, jupyter-notebook, python
- Language: Jupyter Notebook
- Homepage:
- Size: 112 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
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块
- 更新中