[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-72255":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":10,"language":11,"languages":10,"totalLinesOfCode":10,"stars":12,"forks":13,"watchers":14,"openIssues":15,"contributorsCount":16,"subscribersCount":16,"size":16,"stars1d":17,"stars7d":18,"stars30d":19,"stars90d":16,"forks30d":16,"starsTrendScore":20,"compositeScore":21,"rankGlobal":10,"rankLanguage":10,"license":10,"archived":22,"fork":22,"defaultBranch":23,"hasWiki":22,"hasPages":22,"topics":24,"createdAt":10,"pushedAt":10,"updatedAt":25,"readmeContent":26,"aiSummary":27,"trendingCount":16,"starSnapshotCount":16,"syncStatus":15,"lastSyncTime":28,"discoverSource":29},72255,"modern-software-dev-assignments","mihail911\u002Fmodern-software-dev-assignments","mihail911","Assignments for CS146S: The Modern Software Dev (Stanford University Fall 2025)","https:\u002F\u002Fthemodernsoftware.dev",null,"Python",3706,899,28,2,0,31,51,91,93,30.86,false,"master",[],"2026-06-12 02:03:00","# Assignments for CS146S: The Modern Software Developer\n\nThis is the home of the assignments for [CS146S: The Modern Software Developer](https:\u002F\u002Fthemodernsoftware.dev), taught at Stanford University fall 2025.\n\n## Repo Setup\nThese steps work with Python 3.12.\n\n1. Install Anaconda\n   - Download and install: [Anaconda Individual Edition](https:\u002F\u002Fwww.anaconda.com\u002Fdownload)\n   - Open a new terminal so `conda` is on your `PATH`.\n\n2. Create and activate a Conda environment (Python 3.12)\n   ```bash\n   conda create -n cs146s python=3.12 -y\n   conda activate cs146s\n   ```\n\n3. Install Poetry\n   ```bash\n   curl -sSL https:\u002F\u002Finstall.python-poetry.org | python -\n   ```\n\n4. Install project dependencies with Poetry (inside the activated Conda env)\n   From the repository root:\n   ```bash\n   poetry install --no-interaction\n   ```","该项目是斯坦福大学2025年秋季课程CS146S《现代软件开发》的作业集合。核心功能包括一系列编程任务，旨在帮助学生掌握Python 3.12环境下的现代软件开发技能，使用Anaconda创建和管理Python环境，并通过Poetry进行依赖项管理。技术特点上强调了最新版本的Python语言应用以及现代化的包管理和虚拟环境配置实践。适合计算机科学专业的学生或希望提升自己在软件工程领域知识与技能的开发者使用，特别是在学习如何高效地构建、测试及维护高质量软件项目方面。","2026-06-11 03:41:05","high_star"]