Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/omgzui/getsister
Let girlfriend learning python step-by-step
https://github.com/omgzui/getsister
python
Last synced: about 2 months ago
JSON representation
Let girlfriend learning python step-by-step
- Host: GitHub
- URL: https://github.com/omgzui/getsister
- Owner: OMGZui
- License: mit
- Created: 2018-02-27T11:06:44.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-14T02:43:57.000Z (almost 7 years ago)
- Last Synced: 2023-10-20T22:10:46.276Z (about 1 year ago)
- Topics: python
- Language: Python
- Size: 4.75 MB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Let girlfriend learning python step-by-step
- [Let girlfriend learning python step-by-step](#let-girlfriend-learning-python-step-by-step)
- [ch01 An Informal Introduction to Python](#ch01-an-informal-introduction-to-python)
- [ch02 More Control Flow Tools](#ch02-more-control-flow-tools)
- [ch03 Data Structures](#ch03-data-structures)
- [ch04 Modules](#ch04-modules)
- [ch05 Input and Output](#ch05-input-and-output)
- [ch06 Errors and Exceptions](#ch06-errors-and-exceptions)
- [ch07 Classes](#ch07-classes)
- [ch08 Brief Tour of the Standard Library](#ch08-brief-tour-of-the-standard-library)
- [ch09 spider](#ch09-spider)## ch01 An Informal Introduction to Python
python 简介
## ch02 More Control Flow Tools
python 控制语句
## ch03 Data Structures
python 数据结构
## ch04 Modules
python 模块
## ch05 Input and Output
python 输入输出
## ch06 Errors and Exceptions
python 错误与异常
## ch07 Classes
python 类与对象
## ch08 Brief Tour of the Standard Library
python 标准库
## ch09 spider
python 爬虫