Skip to content

Commit 4ad9f73

Browse files
committed
feat: update chapter(s)
1 parent 682b0ac commit 4ad9f73

File tree

2 files changed

+13
-19
lines changed

2 files changed

+13
-19
lines changed

README.md

Lines changed: 10 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -19,23 +19,17 @@
1919

2020
## 目录
2121

22-
0. [Welcome](https://github.com/cssmagic/Learn-AI-Assisted-Python-Programming/issues/1)
23-
1. Introducing AI-assisted programming with Copilot
24-
2. Getting started with Copilot
25-
3. Designing functions
26-
4. Reading Python code – Part 1
27-
5. Reading Python Code – Part 2
28-
6. Testing and prompt engineering
29-
7. Problem decomposition
30-
8. Debugging and better understanding your code
31-
9. Automating tedious tasks
32-
10. Making some games
33-
11. Future directions
34-
35-
<!-- -->
36-
37-
0. [欢迎加入](https://github.com/cssmagic/Learn-AI-Assisted-Python-Programming/issues/1)
22+
0. 序章
23+
* [欢迎加入](https://github.com/cssmagic/Learn-AI-Assisted-Python-Programming/issues/1)
3824
1. 基于 GitHub Copilot 介绍 AI 辅助编程
25+
* 1.1 How we talk to computers
26+
* 1.2 About the technology
27+
* 1.3 How Copilot changes how we learn to program
28+
* 1.4 What else can Copilot do for us?
29+
* 1.5 Risks and challenges of using Copilot
30+
* 1.6 The skills we need
31+
* 1.7 Societal concerns about AI code assistants like Copilot
32+
* 1.8 本章小结
3933
2. 快速上手 GitHub Copilot
4034
3. 设计函数
4135
4. 阅读 Python 代码(上)

chapter-0/010-welcome.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
idxx: 1
3-
title: "欢迎加入"
2+
id: 1
3+
title: "[译] [010] 欢迎加入"
44
---
55

66
# Welcome
@@ -35,7 +35,7 @@ At the same time, we need to caution you: it’s early. These tools seem to be c
3535

3636
If you have any questions, comments, or suggestions, please share them in Manning’s liveBook Discussion forum for our book.
3737

38-
如果您对这本书有任何疑问、意见或建议,请在 Manning LiveBook 的讨论区分享
38+
如果您对这本书有任何疑问、意见或建议,请在 Manning 的开放出版论区分享
3939

4040
-—Leo Porter and Daniel Zingaro
4141

0 commit comments

Comments
 (0)