Principles of Python Principles Of Python Contents Chapter 1 10 Introduction to Python Programming 10 Python Introduction 10 Variables 15 Python IO Operations 17 Output Operations using print() function 17 Keywords 21 Python Data Types 22 Indentation 26 Statements and Expressions 26 Comments 27 Python Typecasting / Type Conversions 28 Operators 30 Precedence and Associativity 40 Dynamic and Strongly Typed Language 41 Chapter 2 42 Control Flow Statements 42 Sequential Control Flow Statements: 42 Decision Control Flow Statements / Selection Control Statements 42 Loop Control Flow Statements: 43 Loop Control ...