You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
1.0 KiB

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

# Summary
* [第一部分: Python从0到1](Part1/简介.md)
* [第一章: Python基础知识](Part1/Chapter1/简介.md)
* 1.1: Python基础
* [1.1.1 Hello, Python](Part1/Chapter1/1.1 Python基础/1.1.1 HelloPython.md)
* [1.1.2 数据类型与变量](Part1/Chapter1/1.1 Python基础/1.1.2 数据类型与运算.md)
* [1.1.3 运算符](README.md)
* [1.1.4 数据结构](README.md)
* [1.1.5 分支与循环](README.md)
* [1.2 Python进阶](README.md)
* [1.2.1 函数](README.md)
* 第二章:数值计算利器---NumPy
* 2.1: NumPy基础
* [2.1.1 ndarray对象](Part1/Chapter2/2.1 NumPy基础/2.1.1 ndarray对象.md)
* [2.1.2 形状操作](Part1/Chapter2/2.1 NumPy基础/2.1.2 形状操作.md)
* [2.1.3 基础操作](Part1/Chapter2/2.1 NumPy基础/2.1.3 基础操作.md)
* [2.1.4 随机数生成](Part1/Chapter2/2.1 NumPy基础/2.1.4 随机数生成.md)
* 2.1.5 索引与切片