Table des matières

Python

Data Types and Data Structures

Variables and Objects

<note important> function subroutine executed independandly
method function bound to an instance of an object
operator function bound or not to instance, do not use parenthesis and part </note>

<note tip> Python keywords
and class elif finally if lambda print while as continue else for import not raise with assert def except from in or return yield break del exec global is pass try </note>

Numbers and Strings

Integers and Long Integers

Float and Decimal

String TYpes