2016 September 16,

CS 111: Getting Started with Python

What is Python?

Running Python Interactively

Python as a Calculator

Integers vs. Floating-Point Numbers

All Data are Numeric

Strings

Type

Programs

for Loops

Conditionals

while Loops

Something Interesting

Booleans

Lists

Built-In Functions

User-Defined Functions