Giter Site home page Giter Site logo

hackbeats / python-bootcamp Goto Github PK

View Code? Open in Web Editor NEW
5.0 0.0 11.0 7.01 MB

Learn to code python in just 6 months

License: MIT License

Python 100.00%
hacktoberfest hacktoberfest-accepted hacktoberfest2022 bootcamp hacktoberfest-starter python python3 pythonprojects

python-bootcamp's Introduction

Hey 👋 everyone , hacktoberfest is back with biggest beginners friendly opensource event. Event will start from 1st of October and will remain upto 31st October 2022

What you need to do in this event?

You need to generate 4 valid pull request and want to contribute in opensource

let's discuss how you can contribute in hacktoberfest 2022 🙌

Rules

1) Fork this repository first

2) Star this repository⭐

3) Create a new issue detailing what you want to add and create a branch from the issue

4) Add your details in the CONTRIBUTING.md file⭐

**5) check for tags like hacktoberfest , goofirstissue or generate a new issue if you have some crazy ideas

Some Code Guidelines

  1. Variable name should be meaningful.
  2. Use comments in your code.
  3. Your Code must be pretty formated.

After a valid pull request your code will be carefully reviewed and if it matches the rule then it will be accepted otherwise you need to generate a new file

🐍 PYTHON BOOTCAMP 🐍

Learn to code python in just 6 months

Be a part of our Community on Discord 🚀

The topics covered in this course are:

  • Programming Fundamentals - Python Basics
  • Python Fundamentals
  • Data Structures
  • Object Oriented Programming with Python
  • Functional Programming with Python
  • Lambdas
  • Decorators
  • Generators
  • Testing in Python
  • Debugging
  • Error Handling
  • Regular Expressions
  • Comprehensions
  • Modules
  • Virtual Environments
  • Developer Environments (PyCharm, Jupyter Notebooks, VS Code, Sublime Text + more)
  • File Processing: Image, CSV, PDFs, Text + more
  • Web Development with Python
  • Machine Learning with Python
  • Data Science with Python
  • Automation with Python and Selenium
  • Scripting with Python
  • Web Scraping with Python and BeautifulSoup
  • Image Detection
  • Data Visualizations
  • Kaggle, Pandas, NumPy, scikit-learn
  • Email and SMS with Python
  • Working with APIs (Twitter Bot, Password Checker, Translator)

✨OUR VALUABLE CONTRIBUTORS✨



Contribution Guidelines 🏗

If you wish to contribute, we highly recommend following the guidelines mentioned below.

1. Fork this repository.

2. Clone your forked copy of the project.

   git clone [email protected]:hackbeats/python-bootcamp.git

3. Navigate to the project directory.

   cd python-bootcamp

4. Create a new branch:

   git checkout -b YourBranchName

5. Make changes in source code.

6. Stage your changes and commit

   git add .
   git commit -m "<your_commit_message>"

7. Push your local commits to the remote repo.

   git push origin YourBranchName

8. Create a PR

Note: If anyone contributes to this repository, the changes will not be reflected in your local repository. For that:

9. Setup a reference(remote) to the original repository to get all the changes from the remote.

   git remote add upstream  [email protected]:hackbeats/python-bootcamp.git

10. Check the remotes for this repository.

   git remote -v

11. Fetching from the remote repository will bring in its branches and their respective commits.

   git fetch upstream

12. Make sure that you're on your master branch.

   git checkout main

13. Now that you have fetched the upstream repository, you can merge its changes into our local branch. This will bring that branch into sync with the upstream, without losing the local changes.

   git merge upstream/main

Code of Conduct 📜

We welcome all kinds of positive contributions helping us to improve and grow the project.

If you wish to contribute, you can work on any issues listed here or create one on your own. After adding your code, please send us a Pull Request.

Please read Guidelines for Contributing and CODE OF CONDUCT to understand the process for submitting pull requests to us and comply to code of conduct.


This project is licensed under the MIT license.

© 2022 Hack Beats and contributors

python-bootcamp's People

Contributors

adi-abhishek avatar ayushigeorge avatar btanisha11 avatar gouravchawla avatar hackbeatsorg avatar kumar-kalyan avatar motton-briyani avatar nishachawla2004 avatar rittika1234 avatar sharanya-mitra avatar

Stargazers

 avatar  avatar  avatar  avatar

python-bootcamp's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.