- Selezioni con match case
- Liste implicite
- Slicing
- Input/output su file
- EP 8 – Style Guide for Python Code
MiscellaneaIDLEShell
Funzioni
- any() / all()
- enumerate()
- format()
- id()
- isinstance()
- zip()
- Riepilogo ricerche: count() / find() / index()
- Riepilogo ordinamenti: sort(), sorted(), reverse(), reversed()
iter(), next()
TIPI DI DATO
- complex()
- dict()
- float()
- int()
- list()
- range()
- set()
- str()
- tuple()
- Riepilogo sequenze: operatori/funzioni/metodi
TIPI DI DATO – Nei moduli nativi
- array.array()
- calendar.Calendar()
- collections.Counter()
- datetime.date()
- decimal.Decimal()
- collections.deque()
- fractions.Fraction()
- datetime.timedelta()
RISORSE ONLINE
Dopo qualche anno alcuni collegamenti potrebbero NON essere più attivi
In italiano
- python.it
- Wikipedia: Python
- In ordine alfabetico: Corso di Python | Corso su Python 3 | Distillato di Python | Dive into Python | Esempi in Python per la didattica | Fondamenti di Programmazione | HTML.it – Guida Python | Il tutorial di Python | Imparare a Programmare | Laboratorio di matematica con Python | Pensare da Informatico | Python istantaneo | Python nel primo biennio della scuola superiore | Python per sopravvivere | Python, un linguaggio per la ricerca scientifica | PyTutorial | Scientific Python | Tutorial per principianti in Python | Un giorno alle prese con IDLE | Uno sguardo al Python
- PDF: Algoritmi e strutture dati | Appunti per un corso di Python | Introduzione al linguaggio Python | LEARNING | Passo dopo passo impariamo a programmare con Python | PROGRAMMAZIONE | Python per sopravvivere
In inglese
- python.org
- Wikipedia: Python
- How to Think Like a Computer Scientist | How to Think Like a Computer Scientist: Interactive Edition
- Automate the Boring Stuff | Codecademy-Python | Coding Bat/Python | DigitalOcean-Python | jobtensor: Python | Learning with Python | * Interactive Python | Learn Python Programming | Learning to Program | Learn Python – The Hard Way | Let’s Learn Python | Non-Programmer’s Tutorial for Python 3 | Problem Solving with Algorithms and Data Structures using Python | Python Tutorial
- PDF: Free Computer Books > Python | Online Programming Books-Python