Indice:
- Cartella col materiale delle lezioni
slides - Cartella con gli esercizi
exercises - Cartella col materiale del progetto
project
Warning
La cartella col materiale del progetto per ora è vuota!
[M1] Basics
- The Python environment
- Variables, constants
- Numeric, strings, boolean literals
- Flow control statements
- Functions, parameter passing
- Exceptions (?)
- I/O Basics
[M2] Data Structures
- Iterable, Iterator, Generator
- List, Tuple, Set, Dictionary
- Generator, List, Dictionary Comprehension
- Itertools
[M3] Object Oriented Programming
- Classes, objects, informal interfaces
- Getters, setters, properties
- Encapsulation, inheritance, polymorphism
- Modules and packages
[M4] Project
- TBD