blackgirlbytes /
copilot-todo-list
This is a self-guided tutorial to help folks learn how to use GitHub Copilot. CodeTour prompts the user to write comments that will trigger GitHub Copilot to generate code.
33/100 healthLoading repository data…
blackgirlbytes / repository
This is a self-guided tutorial to help folks learn how to use GitHub Copilot using the CodeTour extension to build a rock, paper, scissors game
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
This is a self-guided tutorial to help folks learn how to use GitHub Copilot. In this project you will find:
main.py file with no contentsThe CodeTour prompts developers to write comments and lines of code that trigger GitHub Copilot to generate code to create a rock, paper, scissors game.
Introduction: Hi there! this is a guided tour to help you learn GitHub Copilot. We will build a rock, paper, scissors game with Python.
Let's give GitHub Copilot some context about what we're building. Write this comment # Write a rock, paper, scissors, game at the top of your main.py file.
Now, let's prompt Copilot to import the random module. Write this comment # import random module on the next line. Press enter to create a new line and accept Copilot's suggestion.
# define main function that handles all the logic. Press enter to create a new line and accept Copilot's suggestion.# call main function on the next line. Press enter to create a new line and accept Copilot's suggestion.python3 main.py. It should start the rock, paper, scissors game. Mission complete! You've used GitHub Copilot to create a rock, paper, scissors game in Python!
Selected from shared topics, language and repository description—not editorial ratings.
blackgirlbytes /
This is a self-guided tutorial to help folks learn how to use GitHub Copilot. CodeTour prompts the user to write comments that will trigger GitHub Copilot to generate code.
33/100 healthTheMadrasTechie /
This is a tutorial which I am using to learn from co pilot.
27/100 healthjmgood4 /
This template is for creating a copilot agent that can be used to generate project-specific tutorials.
alfredorueda /
This project is a Java utility that checks whether two strings are anagrams of each other. Useful for Copilot training
37/100 health