CSS魔法
CSS魔法
## 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...
# 11 Future Directions # 第十一章 展望未来 ### This chapter covers ### 本章内容概要 * Using prompt patterns to write and explain code * Current limitations and future directions of generative...
## Summary ## 本章小结 * You installed Python and VS Code and set up Copilot so you can work along with the book and start writing code yourself! * The...