Skip to content

microsoft/MTC_GHCopilot_Hackathon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project

This repo has been populated by an initial template to help get you started. Please make sure to update the content to build a great experience for community-building.

As the maintainer of this project, please make a few updates:

  • Improving this README.MD file to provide a great experience
  • Updating SUPPORT.MD with content about this project's support experience
  • Understanding the security reporting process in SECURITY.MD
  • Remove this section from the README

Github Copilot Hackathon

The goal of a GitHub Copilot Hackathon is to learn how to use it, using a real-world scenario that consists of building a Python or Java application. Your solution should demonstrate how GitHub Copilot can help you with API usage, data parsing, and error handling.

GitHub Copilot is an AI-powered code assistant that helps developers write better code faster. It uses machine learning models trained on billions of lines of code to suggest whole lines or entire functions based on the context of what you’re working on. By using Copilot, you can learn how to write better code and improve your productivity.

Remember:

  • As you type GitHub Copilot will make suggestions, you can accept them by pressing Tab.
  • If nothing shows up after Copilot writes some lines, press enter and wait a couple of seconds.
  • On Windows, MacOS or Linux, press Ctrl + Enter, then click Open GitHub Copilot.

Problem Statement

Python - Weather Forecasting Tool

Create a command-line tool that accepts a city's name and returns the current weather forecast. Your solution should demonstrate how GitHub Copilot can help you with API usage, data parsing, and error handling.

  • Leverage OpenWeatherMap API to fetch weather data by city and parse it using Python.
  • Retrieve the API key from your Coach and the API service endpoint from https://openweathermap.org/api

Prerequisites

  • Import required libraries Start by importing the necessary Python libraries such as requests, os and json to make API requests and parse JSON data.

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.opensource.microsoft.com.

When you submit a pull request, a CLA bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

Trademarks

This project may contain trademarks or logos for projects, products, or services. Authorized use of Microsoft trademarks or logos is subject to and must follow Microsoft's Trademark & Brand Guidelines. Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship. Any use of third-party trademarks or logos are subject to those third-party's policies.

About

No description, website, or topics provided.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published