Table of Contents

Python Cheat Sheet

Overview

Python is a dynamic object-oriented programming language with extensive standard libraries. These notes summarize the Python 3.0 tutorial.

The Interpreter

Basics

Functions

Lists

Strings

Control Flow

Assorted Collection Stuff

Modules & Packages

Input/Output