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.
- 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.
- Clone your fork: Clone the repository to your local machine using the following command:
git clone https://github.com/IIIT-Delhi/Github-Workshop.git
- Navigate to the project directory:
cd Github-Workshop
- Exercise 1: Cloning and Initial Commit
- Exercise 2: Modifying
main.py
- Exercise 3: Extending
calculator.py
- Exercise 4: Data Analysis
- Exercise 5: Number Guessing Game
- Exercise 6: Branching and Merging
Happy coding!