Skip to content

A 12-Lesson course teaching everything you need to know about harnessing GitHub Copilot as an AI Paired Programming resource.

License

Notifications You must be signed in to change notification settings

microsoft/Mastering-GitHub-Copilot-for-Paired-Programming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mastering GitHub Copilot for AI Paired Programming

Mastering GitHub Copilot for Paired Programming

A 12-Lesson course teaching everything you need to know about harnessing GitHub Copilot as an AI Paired Programming resource.

Unlock the power of collaborative coding with our comprehensive curriculum on Mastering GitHub Copilot for Paired Programming. This cutting-edge program seamlessly integrates AI-driven coding assistance through GitHub Copilot, empowering students to accelerate their coding skills in tandem with a partner. Over the course of 10 engaging hours, participants will navigate through essential setup procedures, leveraging Visual Studio Code and GitHub Copilot Chat for real-time collaboration. Dive deep into GitHub Copilot's autocompletion, customizable features, and advanced programming techniques, all while embracing AI-driven algorithms. From error handling to unit testing, this curriculum is tailored to instill best practices and enhance code quality. Immerse yourself in a transformative learning experience that fuses the latest AI technology with paired programming strategies, equipping you with the tools needed for success in today's dynamic software development landscape.

🌱 Getting Started

To get started, make sure to follow the instructions on how to fork the lessons into your own GitHub account. This will allow you to modify the code and complete the challenges at your own pace.

To use GitHub Copilot, you must have an active GitHub Copilot subscription.

Sign up for free here: GitHub Copilot.

To make it easier to revisit this repository in the future, you can also star (🌟) this repo this repo.

Below are links to each lesson—feel free to explore and dive into any topic that interests you the most!

🧠 Want to learn more?

After completing this course, check out our GitHub Copilot Learn Collection to continue leveling up your AI Paired Programming knowledge!

🚀 Are you a startup or got an idea you want to launch?

Sign up for Microsoft for Startups Founders Hub to receive free OpenAI credits and up to $150k towards Azure credits to access OpenAI models through Azure OpenAI Services.

🙏 Want to help?

Here are ways you can contribute to this course:

  • Find spelling errors or code errors, Raise an issue or Create a pull request
  • Send us your ideas, maybe your ideas for new lessons or exercises, and let us know how we can improve.

📂 Each lesson includes:

  • a written lesson located in the README
  • a challenge or assignment to apply your learning
  • links to extra resources to continue your learning

🗃️ Lessons

Lesson LinkConcepts TaughtLearning Goal
01Introduction to GitHubGet started using GitHub in less than an hour.Introduction to repositories, branches, commits, and pull requests.
02Introduction to GitHub CodespacesDevelop code using GitHub Codespaces and Visual Studio Code!How to create a codespace, push code from a codespace, select a custom image, and customize a codespace.
03Introduction to GitHub CopilotGitHub Copilot can help you code by offering autocomplete-style suggestions right in VS Code and Codespaces.Creating files that will have code generated by Copilot AI for code and comment suggestions.
04Using GitHub Copilot with JavaScriptUse GitHub Copilot, an AI pair programmer that offers autocomplete-style suggestions as you code, to work with JavaScript.Enable the GitHub Copilot extension in Visual Studio Code. Craft prompts that can generate useful suggestions from GitHub Copilot. Use GitHub Copilot to improve a JavaScript project.
05Using GitHub Copilot with PythonUse GitHub Copilot, an AI pair programmer that offers autocomplete-style suggestions as you code, to work with Python.Enable the GitHub Copilot extension in Visual Studio Code. Craft prompts that can generate useful suggestions from GitHub Copilot. Use GitHub Copilot to improve a Python project.
06Using GitHub Copilot with C#Use GitHub Copilot, an AI pair programmer that offers autocomplete-style suggestions as you code, to work with C#.Enable the GitHub Copilot extension in Visual Studio Code. Craft prompts that can generate useful suggestions from GitHub Copilot. Use GitHub Copilot to improve a C# Minimal API project.
07Creating a Mini Game with GitHub CopilotUse GitHub Copilot to assist you in building a Python-based mini game.Craft prompts that can generate useful suggestions from GitHub Copilot to incorporate gaming logic and improve your Python-based game.
08Using Advanced GitHub Copilot FeaturesUse advanced GitHub Copilot features like inline chat, slash commands, and agents.Interact with GitHub Copilot with deeper context on your project and ask questions about it.
09Getting Started with Copilot for Azure to Deploy to the CloudLearn cloud deployment with GitHub Copilot for Azure—your ultimate guide to streamlined cloud success.Effortless application deployment leveraging Azure’s powerful scalability.
10NEW Challenging GitHub Copilot with complex SQLApply advanced GitHub Copilot features to work with a challenging application working with a complex SQL queryGain a clear understanding of how to work with extremely challenging SQL and yield better results when simple prompts don't work well
11NEW Upgrading Legacy projectLeverage GitHub Copilot to upgrade a legacy Python project to the latest version of Python.Apply techniques to overcome the challenges involved in working with legacy projects
12NEW Migrating to a new languageRewrite an existing application using a different language with the guidance of GitHub CopilotUse advanced workflows with GitHub Copilot applicable when translating projects to different programming languages

🎒 Other Courses

Our team produces other courses! Check out:

close