Skip to content

CS61A Guide

Windows Setup

  • 环境首推 WSL
  • 编辑器首推 VS Code
  • 更习惯 Windows 本地开发就用 Scoop 包管理器来解决环境问题
  • 另外为了避免 Python 环境冲突,推荐使用 Rye 作为 Python 的一站式解决方案

Python Tutorial