Skip to content

1. Python InterpreterΒΆ

To start off with programming, you first need to get used to how Python works. Knowing how a language works is unique to each language (like the setup, syntax, etc.), but knowing how Python is handled and a general workflow of using the language is a great place to start. Get back to toc CS61A

Here are the topics we will cover: 1.1 Expressions in the Terminal 1.2 Evaluation Procedure