Lab 0: Dev Environment Setup
setup
Set up your development environment with shell, Git, and Python.
Overview
Get your development environment ready for the course. By the end of this lab, you’ll have a working shell, Git, Python, and PyTorch setup, and you’ll have made your first commit to your course repository.
Learning Objectives
- Navigate the command line and use common shell commands
- Configure Git and understand the basic commit workflow
- Set up a Python environment with PyTorch
- Use Claude as a coding assistant
Tasks
To be determined.