learn-python-the-smart-way-v2
├── docs # P2S 网站相关内容
│ ├── aims.md # 学习目标
│ ├── background.md # 课程背景
│ ├── contribute.md # 参与贡献
│ ├── contribute_detail # 贡献细则
│ │ └── repo_tree.md # Repo 结构
│ ├── datawhale.md # 关于 Datawhale
│ ├── images # 图片资源
│ │ ├── datawhale_logo.png # Datawhale Logo
│ │ └── datawhale_wechat_qrcode.jpeg # Datawhale 公众号二维码
│ ├── index.md # 简介
│ ├── method.md # 授课形式
│ ├── question.md # 答疑交流
│ ├── reference.md # 课程资源
│ ├── schedule.md # 课程进度
│ ├── schedule_detail # 课程进度详情
│ │ ├── chap0.md
│ │ ├── chap1.md
│ │ ├── ...
│ └── team.md # 教学团队
├── homework # 作业相关文件夹
│ ├── chapter_0-Install
│ │ ├── hw0_info.md
│ │ ├── p2s.yaml
│ │ └── requirements.txt
│ └── hw1.py
├── LICENSE # 项目协议
├── mkdocs.yml # P2S 网站配置
├── README.md
├── resources # Slides 的资源
│ ├── datawhale_logo.png
│ ├── datawhale_wechat_qrcode.jpeg
│ ├── icon
│ │ └── video.svg
│ └── slides
│ └── chap1
│ └── pic
│ ├── chap1_1_464px-Brian-Kernighan-2017.png
│ ├── chap1_1_AIMaster.jpg
│ └── reference.md
└── slides # 幻灯片
├── chapter_0-Installation.ipynb
├── chapter_1-Getting_Started.ipynb
├── chapter_2-Data_Types_and_Operators.ipynb
├── chapter_3-Variables_and_Functions.ipynb
├── chapter_4-Conditionals.ipynb
├── datawhale_logo.png
└── rise.css # Jupyter Notebook RISE 插件配置