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

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 自学者初学指南

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)

# 目录
* 简介
* 安装
* 基础数据类型
* 列表
* 函数
* 循环
* 字典
* 类
* 迭代器
* 生成器
* 协程
* 异步