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.
- Python 2.7
- pip
- Git Bash
- 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
- From your Git Bash, type:
git clone https://github.com/your_username/modules-cloud
- 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..
- Go to home directory of this repo in local system.
git add .
git commit -m "YourName Commit"
git push -u origin master
- Go to
https://github.com/your_username/modules-cloud
- Click on Pull request.
- Click on Create pull request.