mihail911/modern-software-dev-assignments

▲ 174 stars today★ 4,438⑂ 1,006

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

About mihail911/modern-software-dev-assignments

mihail911/modern-software-dev-assignments is an open-source project on GitHub, mainly written in Python. Assignments for CS146S: The Modern Software Dev (Stanford University Fall 2026/2025) It currently holds 4,438 stars and 1,006 forks with 31 open issues, and was last pushed on 2025-11-10 (repository created 2025-08-07).

Project Overview

Git Homed tracks it on the Today's Trending board, currently at rank #27 with 174 new stars today.

GitHub Repository Details

Repository mihail911/modern-software-dev-assignments · default branch master · size 57 KB · watchers 55 · source: GitHub REST API and repository README

README

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
   

GitHub Stars & Activity

4,438Stars
1,006Forks
31Open issues
PythonLanguage

GitHub Popularity

GitHub stars4,438
Forks1,006
Open issues31
Primary languagePython
License-
Stars gained today174
Created2025-08-07
Last pushed2025-11-10

Trending History

Daily boardrank #27 · ▲ 174 stars

Related GitHub Projects

1

Significant-Gravitas / AutoGPT

Python★ 187,458⑂ 46,009▲ 30 stars
2

docling-project / docling

Python★ 67,380⑂ 4,855▲ 629 stars
3

paperless-ngx / paperless-ngx

Python★ 45,402⑂ 3,137▲ 32 stars
4

anthropics / financial-services

Python★ 35,231⑂ 5,236▲ 236 stars
5

harvard-edge / cs249r_book

Python★ 28,375⑂ 3,589▲ 31 stars
6

browser-use / browser-harness

Python★ 17,832⑂ 1,747▲ 86 stars
7

cactus-compute / needle

Python★ 11,843⑂ 759▲ 404 stars
8

FareedKhan-dev / train-llm-from-scratch

Python★ 10,089⑂ 1,400▲ 196 stars

More Trending Repositories