Skip to content

Gaganpreet12/modules-cloud

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Cloud Computing Workshop

Join the chat at https://gitter.im/Interns-deepLearn/modules-cloud Please follow these instructions to access the materials of the workshop and submission of assignments. Go to each week's folder for specific content of that session.

1. Dependencies

  • Python 2.7
  • pip
  • Git Bash

2. 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/modules-cloud

Cloning to local system

  • From your Git Bash, type:
git clone https://github.com/your_username/modules-cloud

Assignment Additions

  • Go to week1/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

3. Generating Pull Request

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%