Assignments for CS146S: The Modern Software Dev (Stanford University Fall 2026/2025)
See the codeThis is the home of the assignments for CS146S: The Modern Software Developer, taught at Stanford University fall 2025.
These steps work with Python 3.12.
Install Anaconda
conda is on your PATH.Create and activate a Conda environment (Python 3.12)
conda create -n cs146s python=3.12 -y
conda activate cs146s
Install Poetry
curl -sSL https://install.python-poetry.org | python -
Install project dependencies with Poetry (inside the activated Conda env) From the repository root:
poetry install --no-interaction
Python
78.0%
JavaScript
10.3%
HTML
7.9%
CSS
2.4%
Makefile
1.5%
Assignments for CS146S: The Modern Software Dev (Stanford University Fall 2026/2025)
See the codeThis is the home of the assignments for CS146S: The Modern Software Developer, taught at Stanford University fall 2025.
These steps work with Python 3.12.
Install Anaconda
conda is on your PATH.Create and activate a Conda environment (Python 3.12)
conda create -n cs146s python=3.12 -y
conda activate cs146s
Install Poetry
curl -sSL https://install.python-poetry.org | python -
Install project dependencies with Poetry (inside the activated Conda env) From the repository root:
poetry install --no-interaction
Python
78.0%
JavaScript
10.3%
HTML
7.9%
CSS
2.4%
Makefile
1.5%