Giter Site home page Giter Site logo

python_projects's Introduction

Python Projects is ready for Hacktoberfest🥳🥳🥳🥳

Email Banners-Dark

Python Projects

PRs Welcome Open Source Love

A Collection of Beginner Python Projects.

If you want to learn about python, visit here.

⭐ How to get started with open source?

You can refer to the following articles on the basics of Git and Github.

Steps To Follow

  • Select an issue and ask to be assigned to it.

  • Check existing scripts in the projects directory.

  • Star this repository.

  • On the Python_Projects repo page, click the Fork button.

  • Clone your forked repository to your local machine. This button will show you the URL to run.

    For example, run this command inside your terminal:

    git clone https://github.com/<your-github-username>/Python_Projects.git

    Replace <your-github-username> with your GitHub Username!

    Learn more about forking and cloning a repo.

  • Before you make any changes, keep your fork in sync to avoid merge conflicts:

    git remote add upstream https://github.com/Arindam200/Python_Projects.git
    git fetch upstream
    git pull upstream master
    git push

    Alternatively, GitHub also provides syncing now - click "Fetch upstream" at the top of your repo below "Code" button.

  • If you run into a merge conflict, you have to resolve the conflict. There are a lot of guides online, or you can try this one by opensource.com.

  • Checkout to development branch (name your branch according to the issue name).

    git checkout -b <branch-name>
  • Create a folder in projects directory according to issue name.

  • Write your code and add to the respective folder in the projects directory, locally.

  • Don't forget to add a README.md in your folder, according to the README_TEMPLATE.

  • Add the changes with git add, git commit (write a good commit message, if possible):

    git add -A
    git commit -m "<your message>"
  • Push the code to your repository.

    git push origin <branch-name>
  • Go to the GitHub page of your fork, and make a pull request:

    pull request image

    Read more about pull requests on the GitHub help pages.

  • Now wait, until one of us reviews your Pull Request! If there are any conflicts, you will get a notification.

Hi, I'm Arindam! 👋

🛠 Skills

Python,Go,HTML,CSS

Other Common Github Profile Sections

🧠 I'm currently learning Python and Go

💬 Ask me about Python

📫 How to reach me [email protected]

😄 Pronouns He/Him

⚡️ Fun fact

🔗 Links

linkedin twitter

😎 Project Maintainers


Arindam Majumder

Thanks to all Contributors 💪

Contributions are always welcome!

Please adhere to this project's code of conduct.

Thanks a lot for spending your time helping all-round-calculator grow. Thanks a lot! Keep rocking 🍻

python_projects's People

Contributors

arindam200 avatar akshitagupta15june avatar arpy8 avatar tharindudilshan avatar gazal2708 avatar malavi1 avatar sanyika69 avatar akshay-gidwani-psl avatar davejane25 avatar waniathar avatar yashjain1974 avatar tejesh18 avatar devtomilola-os avatar mercurius13 avatar d1dayer99 avatar sonniki avatar sunny619 avatar siddharth2812 avatar sidmogoesbrrr avatar adeyinkaezra123 avatar alokmahapatra26 avatar madhusankha avatar raashika0201 avatar babbarraghav avatar rishishukla09 avatar saharshdanerd avatar acrazypotato avatar abdulwahid7027 avatar sijanregmi avatar sourodip20kar avatar

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.