Skip to content

Projects offer you a promising way to kick-start your career in this field.

License

Notifications You must be signed in to change notification settings

sheikhasim/Python-PRojEcTs

This branch is up to date with adityamangal1/Python-PRojEcTs:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e56a7ca · May 12, 2021

History

86 Commits
Nov 13, 2020
Feb 11, 2021
Apr 16, 2021
Nov 13, 2020
Oct 31, 2020
Oct 9, 2020
Nov 13, 2020
Apr 16, 2021
Nov 14, 2020
Feb 11, 2021
Nov 13, 2020
Oct 1, 2020
Sep 16, 2020
Sep 16, 2020
Apr 27, 2021

Repository files navigation

Python Mini Projects

forthebadge made-with-python

This repository contains some various interesting mini-projects using the python programming language.Trying to work on Python projects would definitely uplift your skills and build up your profile to face the competitive world outside.Projects offer you a promising way to kick start your career in this field.This language really deserves hype in today’s era and why not if it can solve a lot of real-world problems.

Follow Me On

Python-Projects-1

source

Steps To Follow

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

  • Check existing scripts.

  • Star the repository.

  • On the GitHub page for this repository, click on the Button "Fork". fork image

  • Create clone your forked repository on your local machine. code ui For example, run this command inside your terminal:

    git clone https://github.com/<your-github-username>/python-mini-projects.git

    Replace <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/chavarera/python-mini-projects.git
    git fetch upstream
    git pull upstream master
    git push
  • 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.

  • 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.

68747470733a2f2f692e696d6775722e636f6d2f646b31494737322e676966

Sloan, the sloth mascot
Happy Coding ❤️

About

Projects offer you a promising way to kick-start your career in this field.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 82.7%
  • TeX 11.2%
  • Python 6.1%