# 聪明办法学 Python 第二版
[](https://nbviewer.org/github/datawhalechina/learn-python-the-smart-way-v2/tree/main/slides/)
## 课程简介
**课程主页**:[https://datawhalechina.github.io/learn-python-the-smart-way-v2/](https://datawhalechina.github.io/learn-python-the-smart-way-v2/)
**聪明办法学 Python 第二版**是 Datawhale 基于[第一版](https://github.com/datawhalechina/learn-python-the-smart-way)教程的一次大幅更新。我们尝试在教程中融入更多**计算机科学**与**人工智能**相关的内容,制作“面向人工智能的 Python 专项教程”。
我们的课程简称为 ***P2S***,有两个含义:
1. ***Learn Python The Smart Way V2***,“聪明办法学 Python 第二版”的缩写。
2. ***Prepare To Be Smart***, 我们希望同学们学习这个教程后能**学习到聪明的办法,从容的迈入人工智能的后续学习**。
## 课程目录
- 基础 (Chap0 - Chap6 制作完成):
- Chapter 0 安装 Installation
- Chapter 1 启航 Getting Started
- Chapter 2 数据类型和操作 Data Types and Operators
- Chapter 3 变量与函数 Variables and Functions
- Chapter 4 条件 Conditionals
- Chapter 5 循环 Loop
- Chapter 6 字符串 Strings
- 进阶 (Chap7 - Chap12 制作中,待定):