Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 1.24 KB

README.md

File metadata and controls

32 lines (24 loc) · 1.24 KB

Git & GitHub with Python Workshop

Welcome to the Git & GitHub with Python Workshop repository! This repository is designed to help you practice Git, GitHub, and Python through a series of hands-on exercises.

Setup Instructions

  1. Fork this repository: Click the "Fork" button at the top right of this page to create a copy of this repository in your GitHub account.
  2. Clone your fork: Clone the repository to your local machine using the following command:
    git clone https://github.com/IIIT-Delhi/Github-Workshop.git
  3. Navigate to the project directory:
    cd Github-Workshop

Exercises

  1. Exercise 1: Cloning and Initial Commit
  2. Exercise 2: Modifying main.py
  3. Exercise 3: Extending calculator.py
  4. Exercise 4: Data Analysis
  5. Exercise 5: Number Guessing Game
  6. Exercise 6: Branching and Merging

Resources

Happy coding!