Analysis updated 2026-05-18
Clone the repo to complete and submit CS146S coding assignments.
Follow the setup steps as a template for creating a Conda plus Poetry Python environment.
Browse the assignments for inspiration on modern software development course design.
Reference the setup instructions when troubleshooting Anaconda and Poetry together.
| mihail911/modern-software-dev-assignments | next-gpt/next-gpt | mrgemy95/tensorflow-project-template | |
|---|---|---|---|
| Stars | 3,621 | 3,621 | 3,620 |
| Language | Python | Python | Python |
| Setup difficulty | moderate | hard | moderate |
| Complexity | 2/5 | 5/5 | 3/5 |
| Audience | developer | researcher | developer |
Figures from each repo's GitHub metadata at analysis time.
Requires installing both Anaconda and Poetry before dependencies will install.
This repository holds the programming assignments for CS146S: The Modern Software Developer, a course taught at Stanford University in fall 2025. The course has its own website at themodernsoftware.dev, and this repository is where students download and submit the associated coding work. The assignments are written in Python and require Python 3.12. The setup process uses Anaconda to manage the Python environment, which is a common approach in data science and engineering courses because it keeps project dependencies isolated from the rest of your system. Once the environment is created and activated, the project uses Poetry to install its dependencies. Poetry is a tool for managing Python packages and project configurations in a reproducible way. The README for this repository covers only the initial setup steps needed to get the development environment running. It does not describe the content of individual assignments or the topics covered in the course itself. Students looking for lecture materials, syllabi, or assignment descriptions would need to visit the course website. This kind of repository is typical of university courses that require students to write code: a shared starting point is provided, students clone it, complete the assignments locally, and submit their work. The repository is public, which is why it has accumulated a large number of stars from people outside the course who are interested in the material or the tooling setup.
A Stanford course repository holding Python programming assignments for CS146S, The Modern Software Developer.
Mainly Python. The stack also includes Python, Anaconda, Poetry.
Not stated in the explanation provided.
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.