Skip to content

LC1332/learn-software-dev-with-AI

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

跟着AI学软件工程

李鲁鲁对于 CS146S的翻译和学习

TODO List

  • 完成每一课的粗翻
  • 思考一下用什么环境来完成这节课的作业(如果不太想折腾本机环境的话)

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

About

李鲁鲁对于 CS146S的翻译和学习 The Modern Software Dev (Stanford University Fall 2025)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 77.9%
  • JavaScript 10.3%
  • HTML 7.9%
  • CSS 2.4%
  • Makefile 1.5%