Giter VIP home page Giter VIP logo

ml-circle-20-21's People

Contributors

1218muskan avatar aceta-0-minophen avatar aditim22 avatar ahanavish avatar apoorvatiwaree avatar astikanehra avatar kashika0112 avatar mehakagg1313 avatar priyanshigarg24 avatar priyanshisharma01 avatar ritika-pal avatar shriya0202 avatar shweta2512 avatar soumyaa1804 avatar surbhi2607 avatar

Watchers

 avatar  avatar

ml-circle-20-21's Issues

Python Libraries Assignment Submission

Note: The following steps assume that you have completed the previous Python assignment as some steps were one-timer only.

  1. Do git bash on the ML-Circle-20-21 folder on your system.
  2. Follow steps 6 till the end of the previous assignment submission steps. The only difference here would be that now the assignment is in Python-Libraries/submissions/ location. Do the same way as did previously, copy the assignment notebook and rename it as your GitHub username and then complete it and save the notebook.

In case of any doubt, feel free to comment your doubt below or ask on the WhatsApp group.
All the Best! ๐Ÿš€

Python Assignment Submission

The following steps will help you submit the latest Python Assignment on GitHub:

  1. Fork this original repository.

On Git Bash
2. cd to the location you want to clone your repository.
3. Clone the forked repository (newly created repository on your GitHub Profile) using:
git clone <url of forked repo>
4. cd to that repository and check git status to see if everything is fine.
5. Add a Git remote (say named upstream) for the original repository using the command:
git remote add upstream https://github.com/Lean-IN-IGDTUW/ML-Circle-20-21.git
Check if everything worked fine with git remote -v command and make sure that origin should point to repo on your profile and upstream should point to the original repo (in the Lean In organization like shown below):
image

  1. Update any changes (if any) using:
    git checkout main
    git pull upstream main
    git push origin main
    Enter username and password, if prompt.
  2. Create a branch to work on and checkout/switch to it.
    git checkout -b <branch name>

On Anaconda Prompt
8. Open the cloned repository in Jupyter Notebook
9. Go to Python-Session/Submissions and copy the Assignment 1.ipynb in the same folder and name it as your GitHub-name.
10. Start solving the assignment and save when done.

On Git Bash
11. Check git status to know if only the required files are changed.
12. Do the following:
* git add .
* git commit -m "<commit message>"
* git push origin <branch name>
13. Open the this repository. It must be showing that a new branch is pushed.
14. Click Pull request or Compare
15. Create a pull request.

On Git Bash
Once the Pull Request gets merged update your origin and local main with the changes in upstream using:
git checkout main
git pull upstream main
git push origin main

Congratulations for completing an Open Source Workflow!

Note: You can read more about these steps here

GitHub Task

image

After completion of this task add a comment below with your repository link.

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.