Demo Guide - Lecture 3: NumPy Arrays and Data Science Tools
main branch (initial commit)feature/project-scaffold branchfeature/data-processing branchDeliverables:
# Create new repository (separate from assignment folder)
mkdir datasci-week02-integration
cd datasci-week02-integration
git init
# Create initial README
# (Students can follow README template from assignment)
git add README.md
git commit -m "Initial commit: Add project README"
# Verify first commit
git log --oneline
# Create branch for Part 2 - CLI automation script
git checkout -b feature/project-scaffold
Objective: Create a shell script that automates project setup.
Tasks:
setup_project.sh from scratch with the following functionality: