 |
 |
 |
 |
 |
 |
 |
 |
 |
 |
 |
 |
 |
 |
 |
 |
| |
Data
types
|
|
|
|
|
Scalars
(numbers, strings)
|
|
|
|
|
Containers
(lists, dictionaries)
|
|
| |
Expressions
|
|
|
|
|
Operators
|
|
|
|
|
Precedence
|
|
|
|
|
Overloading
|
|
|
| |
Variables
|
|
|
|
|
assignment
|
|
|
| |
Statements
& Control flow
|
|
|
|
|
Branching
(if..elif..else)
|
|
|
|
|
Looping
(for..in.., while
)
|
|
|
|
|
Exceptions
(try
, finally)
|
|