2 Getting started with Copilot
This chapter covers
- Setting up Python, Visual Studio Code, and Copilot on your system
- Introducing the Copilot design process
- Understanding Copilot’s value for a data processing task
We want you to be able to create software yourself right from the start. To do this, we’ll guide you through setting up Visual Studio Code (VS Code), Python, and Copilot on your machine and familiarize you with how to interact with these tools. After you’ve set up the tools, you’ll be able to follow along with our examples and start creating software yourself. There’s no substitute for practice, and we believe you can learn right alongside us for the remainder of the book.
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 you can write software without writing any actual code. Keep in mind that Copilot isn’t perfect, and you need to be able to read and understand a little Python to get what you want, but it gives you a big head start. Let’s get started creating your first computer program.