Skip to content

Latest commit

 

History

History
70 lines (41 loc) · 1.36 KB

File metadata and controls

70 lines (41 loc) · 1.36 KB

Setup

Clone the Repository

Open a terminal (macOS/Linux) or Git Bash (Windows) and run the following commands:

1. Navigate to your working directory and confirm your location:

cd your/directory/here
pwd

2. Fork the repository

Go to the GitHub repository page and fork it to your own GitHub account.


3. Clone your fork

Once the repository has been forked, clone your fork (not the original repo):

git clone https://github.com/<your-github-username>/Python_Bootcamp.git

Replace <your-github-username> with your actual GitHub username.


4. Navigate into the repository

cd Python_Bootcamp
pwd

Using Google Colab for Python

We will be using Google Colab for this bootcamp.

1. Open Google Colab

Go to: https://colab.research.google.com/

Click “New Notebook” to start a fresh Python notebook.


2. Save your notebook

  • Click File → Save a copy in Drive
  • Rename it appropriately (e.g., Day1_Live_Code)

3. Load course materials

If you are opening a notebook from GitHub:

  • Click File → Open notebook
  • Select the GitHub tab
  • Paste the repository link
  • Open the required notebook