Skip to content

Repository to be used by people participating of the Hacktober Fest 2019 and looking for creating pull requests.

License

Notifications You must be signed in to change notification settings

AlexUnderConstruction/python_scripts_hacktoberfest2019

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Welcome to HacktoberFest 2019

Repository intented to be used by people participating of the Hacktober Fest 2019 and looking for creating pull requests.

Please, follow these steps to make your first pull request

  • Fork this repository.
  • Clone your forked repository to your local machine.
  • Add a Python script/Code. It can be anything! Simple HelloWorld, Data Structures and algorithms stuff, automation, web scraping, data analysis, ML, etc. Be sure to create it under a folder such as "Automation" or "Algorithms".
  • Once you finish, write the following commands on your terminal.
git add -A
git commit -m "<yourname>: <what you did>"
git push origin master
  • Create your pull request!

Star the repo, if possible. =) And Congrats for creating your pull request.

About

Repository to be used by people participating of the Hacktober Fest 2019 and looking for creating pull requests.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%