mihail911/modern-software-dev-assignments

Assignments for CS146S: The Modern Software Dev (Stanford University Fall 2026/2025)

https://themodernsoftware.dev


Assignments for CS146S: The Modern Software Developer

This is the home of the assignments for CS146S: The Modern Software Developer, taught at Stanford University fall 2025.

Repo Setup

These steps work with Python 3.12.

  1. Install Anaconda
  2. Create and activate a Conda environment (Python 3.12)
    conda create -n cs146s python=3.12 -y
    conda activate cs146s
    
  3. Install Poetry
    curl -sSL https://install.python-poetry.org | python -
    
  4. Install project dependencies with Poetry (inside the activated Conda env) From the repository root:
    poetry install --no-interaction
    
添加评论
点赞收藏
点踩分享查看原文
评论
?
参与讨论