Open
Description
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 VS Code interface has areas for file management, code editing, and running code that will be used throughout the book.
- Prompts are how we tell Copilot to generate code and, when written carefully, can be a highly effective way of creating software.
- Data analysis is a common programming task, and CSV files are a common way for storing data to be processed by computers.
- Copilot may generate code that requires you to install additional Python modules.
- Copilot is a powerful tool that can produce code that is as sophisticated (or more) as that produced by college students finishing their first programming course.
- 你完成了 Python 和 VS Code 的安装,并且配置好了 Copilot,现在你可以跟着本书开始自己动手编程了!
- VS Code 界面包括文件管理、代码编辑和代码运行等功能区域,它们在整本书中都会用到。
- 提示词是我们要求 Copilot 生成代码的手段,如果提示词足够细致,它可以成为创造软件的一种极为有效的途径。
- 数据分析是一种常见的编程任务,而 CSV 文件则是存储数据并交由计算机处理的一种常见格式。
- Copilot 生成的代码可能需要你额外安装一些 Python 模块。
- Copilot 是一款强大的工具,其生成的代码在复杂性方面能与学完编程入门课的大学生所产出的代码相匹敌,甚至更胜一筹。