Skip to content

Commit dd2ae6e

Browse files
committed
feat: update chapter(s) by CAT
1 parent 2d100b0 commit dd2ae6e

File tree

4 files changed

+27
-7
lines changed

4 files changed

+27
-7
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,9 @@
3131
* [1.6 我们所需的技能](https://github.com/cssmagic/Learn-AI-Assisted-Python-Programming/issues/8)
3232
* [1.7 大众对于 AI 编程助手的担忧](https://github.com/cssmagic/Learn-AI-Assisted-Python-Programming/issues/9)
3333
* [本章小结](https://github.com/cssmagic/Learn-AI-Assisted-Python-Programming/issues/10)
34-
2. 快速上手 Copilot
34+
2. [快速上手 Copilot](https://github.com/cssmagic/Learn-AI-Assisted-Python-Programming/issues/29)
35+
* (TBD)
36+
* [本章小结](https://github.com/cssmagic/Learn-AI-Assisted-Python-Programming/issues/30)
3537
3. [设计函数](https://github.com/cssmagic/Learn-AI-Assisted-Python-Programming/issues/27)
3638
* (TBD)
3739
* [本章小结](https://github.com/cssmagic/Learn-AI-Assisted-Python-Programming/issues/28)

content/chapter-2/200.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
id:
2+
id: 29
33
title: "[译] [200] 第二章 快速上手 Copilot"
44
---
55

@@ -13,6 +13,17 @@ title: "[译] [200] 第二章 快速上手 Copilot"
1313
* Introducing the Copilot design process
1414
* Copilot’s value for a basic data processing task
1515

16+
<!-- -->
17+
18+
* 在你的系统中安装 Python、VS Code 以及 Copilot
19+
* Copilot 设计流程介绍
20+
* Copilot 在基础数据处理任务中的应用价值
21+
22+
1623
This chapter will help you start working with Copilot on your own machine and familiarize you with how to interact with it. After you are set up with Copilot, we’ll ask that you follow along with our examples when you can. There’s no substitute for practice, and we believe you can learn right alongside us for the remainder of the book.
1724

25+
本章将指导你如何在自己的设备上开始使用 Copilot,并教你如何与它交流。一旦你成功配置 Copilot,我们建议你跟随书中的示例进行实践。毕竟,实践出真知。我们坚信,在本书的剩余章节中,你能够跟着我们一起学习进步。
26+
1827
Once you’ve set up Copilot, we’ll walk through a fun example that showcases the power of Copilot in solving standard tasks, you’ll see how to interact with Copilot, and you’ll learn how we can write software without writing any actual code ourselves.
28+
29+
一旦配置完毕 Copilot,我们将引导你体验一个既有趣又能体现 Copilot 解决标准任务能力的示例。你将掌握如何与 Copilot 进行互动,并学习到我们如何能在不直接编写任何实际代码的前提下进行软件开发。

content/chapter-2/206.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
2-
id:
3-
title: "[译] [XXX] XXXXXXXXXXXXXXXX"
2+
id: 30
3+
title: "[译] [206] 本章小结"
44
---
55

66

7-
## 2.6 Summary
8-
## 2.6 本章小结
7+
## Summary
8+
## 本章小结
99

1010
* You installed Python and VSCode and set up Copilot so you are able to work along with the book and start writing code yourself!
1111
* The VSCode interface has areas for file management, code editing, and running code that will be used throughout the book.
@@ -15,3 +15,10 @@ title: "[译] [XXX] XXXXXXXXXXXXXXXX"
1515
* Copilot is a powerful tool that is capable of producing code that is as sophisticated (or more) as that produced by college students finishing their first programming course.
1616

1717
<!-- -->
18+
19+
* 你已经完成了 Python 和 VS Code 的安装,并且配置好了 Copilot,现在你可以按照书中的指导开始自己动手编程了!
20+
* VS Code 界面包括文件管理、代码编辑和代码运行等区域,这些在整本书中都会用到。
21+
* 提示词是我们命令 Copilot 生成代码的方式,如果细致入微地编写,能够成为创造软件的一种极为有效的手段。
22+
* 数据分析是常见的编程任务之一,而 .csv 文件则是存储待计算机处理数据的一种常见格式。
23+
* Copilot 生成的代码可能需要你额外安装一些 Python 模块。
24+
* Copilot 是一个强大的工具,其生成的代码在复杂性方面能与完成第一门编程课的大学生产出的代码相匹敌,甚至更胜一筹。

content/chapter-5/500.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
id: 11
3-
title: "[译] [500] 第五章 阅读 Python 代码(下)"
3+
title: "[译] [500] 第五章 理解 Python 代码(下)"
44
---
55

66
# 5 Reading Python Code: Part 2

0 commit comments

Comments
 (0)