Introduction
This appendix will give you a brief tour of the Python syntax. This is not intended to be a course on Python programming, but can be used by readers who are unfamiliar with the language as a quick introduction. The following topics will be covered in this appendix:
Basic types, expressions, and variables and their assignment
Sequence types
Dictionaries
Control structures
Functions, objects, and methods