Learn-AI-Assisted-Python-Programming
Learn-AI-Assisted-Python-Programming copied to clipboard
📖 《AI 辅助编程 Python 实战》这本书的大本营。
## 2.1 Time to set up your computer to start learning ## 2.1 为接下来的学习做好准备工作 Learning how to write software requires that you perform the task of writing software, not just...
## 2.5 Our first programming problem ## 2.5 我们的第一个编程练习 The goal of this next section is twofold: (1) for you to see the workflow of interacting with Copilot and (2)...
## 2.4 Addressing common Copilot challenges ## 2.4 应对常见的 Copilot 难题 It may seem early in your experience with Copilot to start talking about common challenges with Copilot, but you...
## 2.3 Working with Copilot in Visual Studio Code ## 2.3 在 VS Code 中使用 Copilot Now that you have your system set up, let’s get acquainted with the VS...
## 2.2 Getting your system set up ## 2.2 设置你的系统 This is a four-step process. To streamline this chapter, we’re just providing the main steps for this process. However, there...
# 5 Reading Python Code: Part 2 # 第五章 理解 Python 代码(下) ### This chapter covers ### 本章内容概要 * Repeating code the required number of times using loops * Using...
# 7 Problem Decomposition # 第七章 分解问题 ### This chapter covers ### 本章内容概要 * Understanding problem decomposition and why we need to do it * Using top-down design to carry...
# 8 Debugging and Better Understanding Your Code # 第八章 调试代码并且更深入地理解代码 ### This chapter covers ### 本章内容概要 * Determining the source of a bug * Fixing errors with Copilot techniques...
# 9 Automating Tedious Tasks # 第九章 繁琐事务自动化 ### This chapter covers ### 本章内容概要 * Understanding why programmers write tools * Determining which modules we need to write a given...
# 10 Making Some Games # 第十章 开发小游戏 ### This chapter covers ### 本章内容概要 * Adding randomness to our programs * Designing and programming a code-breaking logic game * Designing...