Table of Contents¶
Chapter 1 Introduction to Python¶
Chapter 2 Using Python as a Calculator¶
- 2.1 Executing Python in this Book
- 2.2 Values and Data Types
- 2.3 Type conversion functions
- 2.4 Simple Arithmetics
- 2.5 Floating Point Expressions
- 2.6 Identifiers, Variables and Assignment
- 2.7 The Underlying Mechanism
- 2.8 Python Memory Management
- 2.9 More Mathematical Functions Using the math and cmath Modules
- 2.10 Randoms Numbers