Instruction Manual

Easy Script in Python
80000ST10020a Rev.8 - 01/10/08
Reproduction forbidden without Telit Communications S.p.A. written authorization - All Rights Reserved page 6 of 100
4.2.1 Operators, statements, functions........................................................................................................................80
4.2.2 Truth Value Testing...........................................................................................................................................81
4.2.3 Boolean Operations............................................................................................................................................81
4.2.4 Comparisons ......................................................................................................................................................81
4.2.5 Numeric Types: Integers....................................................................................................................................81
4.2.6 Numeric Types: Long Integers ..........................................................................................................................82
4.2.7 Numeric Types: Float ........................................................................................................................................83
4.2.8 Numeric Types: Complex..................................................................................................................................83
4.2.9 Sequence Types: Strings....................................................................................................................................83
4.2.10 Sequence Types: Tuples................................................................................................................................84
4.2.11 Sequence Types: Lists ...................................................................................................................................84
4.2.12 Mapping Types: Dictionaries ........................................................................................................................85
4.2.13 Other Built-in Types: File Objects ................................................................................................................86
4.2.14 Other Built-in Types: Modules......................................................................................................................86
4.2.15 Other Built-in Types: Classes........................................................................................................................87
4.2.16 Other Built-in Types: Functions....................................................................................................................87
4.2.17 Other Built-in Types: Methods......................................................................................................................88
4.2.18 Other Built-in Types: Type Objects ..............................................................................................................88
4.2.19 Other Built-in Types: Null Object.................................................................................................................88
4.2.20 Other Built-in Types: Ellipsis Object ............................................................................................................88
4.2.21 Other Built-in Types: Buffer Objects ............................................................................................................88
4.2.22 Other Built-in Types: Range Objects ............................................................................................................88
4.2.23 Other Built-in Internal Types: Code Objects.................................................................................................89
4.2.24 Other Built-in Internal Types: Frame Objects ...............................................................................................89
4.2.25 Other Built-in Internal Types: Traceback Objects.........................................................................................89
4.2.26 Other Built-in Internal Types: Slice Objects .................................................................................................90
4.2.27 Built-in Exceptions........................................................................................................................................90
4.2.28 Built-in Functions..........................................................................................................................................91
4.2.29 Built-in Modules: marshal.............................................................................................................................92
4.2.30 Built-in Modules: imp ...................................................................................................................................93
4.2.31 Built-in Modules: __main__..........................................................................................................................93
4.2.32 Built-in Modules: __builtin__ .......................................................................................................................93
4.2.33 Built-in Modules: sys ....................................................................................................................................93
4.2.34 Built-in Modules: md5 ..................................................................................................................................94
4.2.35 Library Modules ............................................................................................................................................95
5 Python notes.................................................................................................................................... 96
5.1 Memory Limits .....................................................................................................................................96
5.2 Other Limits..........................................................................................................................................97
6 List of acronyms.............................................................................................................................. 98
7 Document Change Log................................................................................................................. 100