https://github.com/hubertroy/full-speed-python-chinese
full-speed-python 进击的Python 自学者初学指南
https://github.com/hubertroy/full-speed-python-chinese
python
Last synced: 7 months ago
JSON representation
full-speed-python 进击的Python 自学者初学指南
- Host: GitHub
- URL: https://github.com/hubertroy/full-speed-python-chinese
- Owner: HuberTRoy
- Created: 2018-05-21T03:47:20.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-12-14T08:25:07.000Z (almost 5 years ago)
- Last Synced: 2025-03-20T17:23:44.338Z (7 months ago)
- Topics: python
- Homepage:
- Size: 656 KB
- Stars: 198
- Watchers: 14
- Forks: 23
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Full-speed-python 的个人翻译版本
原书地址:https://github.com/joaoventura/full-speed-python进入GitBook在线阅读:[GitBook](https://hubertroy.gitbooks.io/full-speed-python-chinese/content/)
进入Love2io在线阅读:[Love2io](https://love2.io/@hubertroy/doc/full-speed-python-chinese)
# 目录
* 简介
* 安装
* 基础数据类型
* 列表
* 函数
* 循环
* 字典
* 类
* 迭代器
* 生成器
* 协程
* 异步