Skip to content

highenddeveloper/30-days-Code

 
 

Repository files navigation

30-days-Code

Infinity Ai is going to organize #30DaysCode Challenge! A Fully Open-source event based on solving Python challenges.

What students will get to learn:

  • This Python Language is Important for start Learning journey in Ai
  • Students will get an idea how open-source project works.
  • Students will get to learn about Python, Programming, Git, GitHub, how to make a pull request, how to contribute to Opens-Source and lots more.
  • We will also arrange AMA sessions with Industry experts to motivate more students.

Rewards:

  • Every matched criteria participants will get some special surprice from us.
  • Also whoever make sucessful contributions will be nominated in the contributors panel on the Infinity Ai official #30DaysofCode project.

So what are you waiting for, join us to make this Feb to Pythonic Feb and step into the Opens-Source world.

Material Bread logo

Our Community Partner

Py'Pro

Project Maintainer

Process for upload your work

Step-1

  Forks Infinity-Ai\30 days of code Repository 
  https://github.com/Infinity-AI-Infinite-Learn-and-Grow/30-days-Code.git

Step-2

  open gitbash and type this command = git Clone URL ( git clone url )

Step-3

   sync your account in visual studio code

Step-4

  open cloned folder of this repo in VSC

Step-5

  write your code

Step-6

  Add code file in Day(#) Folder ( file name= Day(#)_username.py) ( username = Your Name )

Step-7

  open git bash and write this command
  git config --global user.name "your github username"
  git config --global user.email "email that you signed in github"
   
  ## you just have to do step 7 once.
  ## not for everytime
 

Step-8

  stage changes in source control

Step-9

  commit changes in source control

Step-10

  push changes from source control

Step-11

  now go to your github account and make pull request
  wait for the project maintainer to accept your request.
  ## YOU ARE NOW OPEN SOURCE CONTRIBUTOR.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%