Skip to content

GFGRCOEM/Python-projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Git-For-Geeks-Python-Projects-REPO-2023

gfg-banner.png

Git For Geeks - 2023

Python Projects

Rules :

  • To earn Git-For-Geeks goodies, you must register and make 4 valid pull requests (PRs) between October 19-29 (in any time zone).
  • Pull requests can be made in any repository of Git-For-Geeks organizations.
  • Pull requests must be approved by a maintainer of the repository/project to count.
  • If a maintainer reports your pull request as spam or behavior is not in line with the project’s code of conduct, you will be ineligible to participate.

For your PR to count, it must be:

  • Submitted in a Git-for-Geeks repository
  • The PR should be labeled as gitforgeeks-accepted by a maintainer.

Whether it’s your 1st or 999th pull request, there’s always more to learn! We’ve put together a few resources to help you create quality pull requests, keep your repositories pristine, and build on your open-source knowledge.



Rules To Contribute To This Repo

  • Select projects from the repo and try to provide python solutions for the same.
  • Follow the file naming convention for all your pull requests.
  • While adding any content, it should be inside its appropriate directory
  • If there is any inaccurate solution, create an issue!

How to get started

  1. Fork this repository.

  2. Clone your forked copy of the project.

   git clone https://github.com/<your_github_user_name>/Python-projects
  1. Navigate to the project directory.
   cd Python-projects
  1. Make changes in source code and stage.
   git add .
  1. Stage your changes and commit
   git commit -m "<your_commit_message>"
  1. Push your local commits to your repository.
   git push origin main
  1. Create a PR to main repository.

  2. Note : if maintainer has suggested changes, do that, otherwise your request won't be considered

Keep Checking leaderBoard to know whether your PR is accepted or not

Materials


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published