Skip to content

Latest commit

 

History

History
52 lines (39 loc) · 1.2 KB

README.md

File metadata and controls

52 lines (39 loc) · 1.2 KB

Workshop Assignments

Join the chat at https://gitter.im/DeepLearn-lab/workshop-assignments

Assignments on cloud computing, machine learning and big data workshop

1. Getting Started

Forking this repo

  • Click on the Fork Button.
  • Select your username.
  • You have a repo in your in your account.

Example:

https://github.com/your_username/workshop-assignments

Cloning to local system

  • From your Git Bash, type:
$ git clone https://github.com/your_username/workshop-assignments.git

Assignment Additions

  • Go to assignments directory.
  • Make a new folder with as your-name_rollno.

Example:

aditya_1
  • Make your assignments as prog1.py, prog2.py, etc..

Submissions

  • Go to home directory of this repo in local system.
$ git add .
$ git commit -m "YourName Commit"
$ git push -u origin master

2. Generating Pull Request

  • Go to
https://github.com/your_username/workshop-assignments
  • Click on Pull request.
  • Click on Create pull request.