Skip to content

CS61A

Intro

CS61A 是 UCB 为新生开的一门计算机入门课

上这门课的过程中,真的可以感觉到课程组的用心

老师是 John DeNero

UCB公开的课程网址:CS 61A

我使用的是2020年的课程网站,但CS61A其实每学期都在更新,想学的可以找比较新的版本

Week 1

Introduction to the Basics of Python

Lab0

Basics of Python

Expression + Values
Operators
Call Expressions
Names
Environment Diagrams
Functions

Week 2

Control

Higher Order Function

Environment Diagrams

Project: Hog

Week 3

Recursion

Tree Recursion

Week 4

Containers

Sequences

Data Abstraction + Dictionaries

Trees

Mutable Sequences

Week 5

Mutable Functions

Iterators & Generators