|
|
1 - Presentazione del corso.mkv
|
MKV
|
5.4 MB
|
|
|
10 - Eseguire codice Python.mkv
|
MKV
|
14.1 MB
|
|
|
100 - lambda expressions.mkv
|
MKV
|
37.1 MB
|
|
|
101 - Esercizi con filter, map e lambda expressions.mkv
|
MKV
|
22 MB
|
|
|
102 - any() e all().mkv
|
MKV
|
6 MB
|
|
|
103 - max() e min().mkv
|
MKV
|
11.3 MB
|
|
|
104 - sum(), abs() e round().mkv
|
MKV
|
6.9 MB
|
|
|
105 - Esercizi.mkv
|
MKV
|
13.5 MB
|
|
|
106 - Intro ed errori comuni.mkv
|
MKV
|
11.3 MB
|
|
|
107 - Il blocco try - except.mkv
|
MKV
|
37.3 MB
|
|
|
108 - try - except e la keyword as.mkv
|
MKV
|
10 MB
|
|
|
109 - raise.mkv
|
MKV
|
15.5 MB
|
|
|
11 - OPZIONALE - Le basi di Jupyter Notebook.mkv
|
MKV
|
20 MB
|
|
|
110 - AssertionError e assert.mkv
|
MKV
|
13.7 MB
|
|
|
111 - else e finally.mkv
|
MKV
|
14.9 MB
|
|
|
112 - Moduli e script.mkv
|
MKV
|
7.9 MB
|
|
|
113 - import - modulo1.py
|
PY
|
307.2 B
|
|
|
113 - import - modulo2.py
|
PY
|
204.8 B
|
|
|
113 - import - script.py
|
PY
|
102.4 B
|
|
|
113 - import.mkv
|
MKV
|
18.2 MB
|
|
|
114 - La keyword as per importare moduli usando un alias.mkv
|
MKV
|
8.4 MB
|
|
|
115 - La keyword from.mkv
|
MKV
|
9 MB
|
|
|
116 - Importare moduli dalla libreria standard e installare librerie.mkv
|
MKV
|
18.5 MB
|
|
|
117 - if __name__ == __main__.mkv
|
MKV
|
37.5 MB
|
|
|
118 - Esercizi.mkv
|
MKV
|
19.1 MB
|
|
|
119 - First class functions e funzioni di ordine superiore.mkv
|
MKV
|
43.9 MB
|
|
|
12 - Intro e assegnazione di variabile.mkv
|
MKV
|
27.4 MB
|
|
|
120 - Namespace e regola LEGB.mkv
|
MKV
|
67.5 MB
|
|
|
121 - global e nonlocal.mkv
|
MKV
|
14.4 MB
|
|
|
122 - Esercizi.mkv
|
MKV
|
15.9 MB
|
|
|
123 - closures.mkv
|
MKV
|
63.2 MB
|
|
|
124 - Decoratori.mkv
|
MKV
|
62 MB
|
|
|
125 - Decoratori con argomenti.mkv
|
MKV
|
10.5 MB
|
|
|
126 - Decoratori con return statement.mkv
|
MKV
|
8.7 MB
|
|
|
127 - Decoratori esempio pratico (timer).mkv
|
MKV
|
30.6 MB
|
|
|
128 - Preservare metadata con decoratori (@wraps).mkv
|
MKV
|
11.3 MB
|
|
|
129 - Definizione di classi, oggetti, istanze, attributi e metodi.mkv
|
MKV
|
37.9 MB
|
|
|
13 - Ancora sulle variabili.mkv
|
MKV
|
25.5 MB
|
|
|
130 - Creazione di una classe e metodo__init__.mkv
|
MKV
|
63.3 MB
|
|
|
131 - Aggiungere attributi di istanza.mkv
|
MKV
|
28.3 MB
|
|
|
132 - Attributi di istanza con valori di default.mkv
|
MKV
|
16.1 MB
|
|
|
133 - Esercizio metodo __ init __ e attributi di istanza.mkv
|
MKV
|
20.7 MB
|
|
|
134 - Metodi di istanza.mkv
|
MKV
|
25.1 MB
|
|
|
135 - Esercizio metodi di istanza.mkv
|
MKV
|
5.4 MB
|
|
|
136 - Attributi di classe.mkv
|
MKV
|
28.7 MB
|
|
|
137 - Metodi di classe.mkv
|
MKV
|
31.9 MB
|
|
|
138 - Metodi statici.mkv
|
MKV
|
17 MB
|
|
|
139 - Dunder methods (metodi speciali).mkv
|
MKV
|
5.7 MB
|
|
|
14 - Tipi Numerici.mkv
|
MKV
|
32.3 MB
|
|
|
140 - Metodi __str__ e __repr__.mkv
|
MKV
|
16.9 MB
|
|
|
141 - Esercizio sui dunder methods.mkv
|
MKV
|
12.1 MB
|
|
|
142 - Incapsulamento, data hiding e name mangling.mkv
|
MKV
|
58.9 MB
|
|
|
143 - Getters, setters e properties.mkv
|
MKV
|
60.9 MB
|
|
|
144 - Ancora sulle properties e deleter.mkv
|
MKV
|
26 MB
|
|
|
145 - Intro su ereditarieta (Inheritance).mkv
|
MKV
|
11.9 MB
|
|
|
146 - Esercizio sui primi concetti legati all'ereditarieta.mkv
|
MKV
|
6.7 MB
|
|
|
147 - La classe object.mkv
|
MKV
|
7 MB
|
|
|
148 - Aggiungere metodi ad una sottoclasse.mkv
|
MKV
|
12.4 MB
|
|
|
149 - Override.mkv
|
MKV
|
9.6 MB
|
|
|
15 - Booleani.mkv
|
MKV
|
10.5 MB
|
|
|
150 - super(), come delegare alla classe base.mkv
|
MKV
|
22.3 MB
|
|
|
151 - Opzionale - ereditarieta multipla.mkv
|
MKV
|
9.3 MB
|
|
|
152 - Polimorfismo.mkv
|
MKV
|
6.5 MB
|
|
|
153 - Esercizio mazzo di carte - presentazione.mkv
|
MKV
|
52.5 MB
|
|
|
154 - Esercizio mazzo di carte - La classe Carta.mkv
|
MKV
|
27.9 MB
|
|
|
155 - Esercizio mazzo di carte - La classe Mazzo, parte 1.mkv
|
MKV
|
53 MB
|
|
|
156 - Esercizio mazzo di carte - La classe Mazzo, parte 2.mkv
|
MKV
|
94.5 MB
|
|
|
157 - open, read e close.mkv
|
MKV
|
17.4 MB
|
|
|
158 - readline e readlines.mkv
|
MKV
|
18.3 MB
|
|
|
159 - Statement with e modi di lettura.mkv
|
MKV
|
11.2 MB
|
|
|
16 - Differenza tra assegnamento e confronto.mkv
|
MKV
|
12.8 MB
|
|
|
160 - Scrivere in un file di testo.mkv
|
MKV
|
10.8 MB
|
|
|
161 - Esercizi.mkv
|
MKV
|
51.5 MB
|
|
|
162 - Iteratori e iterabili - 18+Iteratori+e+Generatori.ipynb
|
IPYNB
|
15.1 KB
|
|
|
162 - Iteratori e iterabili.mkv
|
MKV
|
42.2 MB
|
|
|
163 - Rendere un oggetto iterabile.mkv
|
MKV
|
12 MB
|
|
|
164 - Generatori come funzioni.mkv
|
MKV
|
18.7 MB
|
|
|
165 - Generator expressions.mkv
|
MKV
|
25.6 MB
|
|
|
166 - Il modulo itertools.mkv
|
MKV
|
23.2 MB
|
|
|
166 - Il modulo itertools.txt
|
TXT
|
0 B
|
|
|
167 - Info esame - Test_Esame.pdf
|
PDF
|
269.3 KB
|
|
|
167 - Info esame.mkv
|
MKV
|
6.4 MB
|
|
|
168 - Risposte a domande 1-10.mkv
|
MKV
|
27.9 MB
|
|
|
169 - Risposte a domande 11-20.mkv
|
MKV
|
31.3 MB
|
|
|
17 - Stringhe, Liste, tuple, dizionari e set - Definizione e sintassi.mkv
|
MKV
|
44.4 MB
|
|
|
170 - Risposte a domande 21-30.mkv
|
MKV
|
37.2 MB
|
|
|
171 - Risposte a domande 31-40.mkv
|
MKV
|
32.4 MB
|
|
|
172 - Presentazione.mkv
|
MKV
|
27.4 MB
|
|
|
173 - Comandi base della libreria turtle.mkv
|
MKV
|
26.8 MB
|
|
|
174 - Ancora sui comandi base.mkv
|
MKV
|
31.6 MB
|
|
|
175 - App finale.mkv
|
MKV
|
42.1 MB
|
|
|
176 - Presentazione - my_snake.py
|
PY
|
2.6 KB
|
|
|
176 - Presentazione.mkv
|
MKV
|
5.3 MB
|
|
|
177 - Parte 1.mkv
|
MKV
|
48.5 MB
|
|
|
178 - Parte 2.mkv
|
MKV
|
17 MB
|
|
|
179 - Parte 3.mkv
|
MKV
|
46.5 MB
|
|
|
18 - Cosa sono le funzioni.mkv
|
MKV
|
13.2 MB
|
|
|
18 - Cosa sono le funzioni.txt
|
TXT
|
102.4 B
|
|
|
180 - Parte 4.mkv
|
MKV
|
37.4 MB
|
|
|
181 - Parte 5.mkv
|
MKV
|
16.5 MB
|
|
|
182 - Parte 6.mkv
|
MKV
|
37.6 MB
|
|
|
183 - Suggerimenti per come strutturare il gioco Snake con OOP.mkv
|
MKV
|
7.9 MB
|
|
|
184 - Presentazione.mkv
|
MKV
|
3.3 MB
|
|
|
185 - Struttura.mkv
|
MKV
|
8.7 MB
|
|
|
186 - Le classi Bill e Inquilino.mkv
|
MKV
|
28.5 MB
|
|
|
187 - Creare pdf tramite fpdf.mkv
|
MKV
|
45.7 MB
|
|
|
188 - Creazione del report e interfaccia utente.mkv
|
MKV
|
72.4 MB
|
|
|
189 - Presentazione - 23+Mamma+non+ho+perso+l'ISS.zip
|
ZIP
|
215 KB
|
|
|
189 - Presentazione.mkv
|
MKV
|
9.1 MB
|
|
|
19 - La funzione print().mkv
|
MKV
|
32.3 MB
|
|
|
190 - ++NOTA++ - per usare twilio occorre prima installarlo.html
|
HTML
|
307.2 B
|
|
|
191 - Intro sulle API e come decidere quando inviare la notifica.mkv
|
MKV
|
90.2 MB
|
|
|
192 - Deployment dello script.mkv
|
MKV
|
69.6 MB
|
|
|
193 - Note generali sul web scraping - WEB_Scraping_con_PYTHON.pdf
|
PDF
|
548.1 KB
|
|
|
193 - Note generali sul web scraping.mkv
|
MKV
|
17.9 MB
|
|
|
194 - OK il prezzo e giusto - parte 1.mkv
|
MKV
|
194 MB
|
|
|
195 - OK il prezzo e giusto - parte 2 - ok_il_prezzo_è_giusto.py
|
PY
|
1.7 KB
|
|
|
195 - OK il prezzo e giusto - parte 2.mkv
|
MKV
|
132.6 MB
|
|
|
196 - Python virtual environment - teoria - virtual+env.pdf
|
PDF
|
57.6 KB
|
|
|
196 - Python virtual environment - teoria.mkv
|
MKV
|
26.9 MB
|
|
|
197 - Python virtual environment - pratica.mkv
|
MKV
|
9.2 MB
|
|
|
198 - Creazione virtual environment - fonte python.org.html
|
HTML
|
102.4 B
|
|
|
199 - Guida riassuntiva.html
|
HTML
|
2 KB
|
|
|
2 - ++MATERIALE DEL CORSO++ - Materiale_del_corso.zip
|
ZIP
|
3.6 MB
|
|
|
2 - ++MATERIALE DEL CORSO++ - conversione_notebooks_in_files.py.zip
|
ZIP
|
63.5 KB
|
|
|
20 - La funzione input().mkv
|
MKV
|
29.7 MB
|
|
|
200 - Intro - Wep+App.zip
|
ZIP
|
2 KB
|
|
|
200 - Intro.mkv
|
MKV
|
13.6 MB
|
|
|
201 - Backend.mkv
|
MKV
|
152.3 MB
|
|
|
202 - Frontend.mkv
|
MKV
|
201.3 MB
|
|
|
202 - Frontend.txt
|
TXT
|
0 B
|
|
|
21 - Esercizio riassuntivo.mkv
|
MKV
|
22.6 MB
|
|
|
22 - Intro.mkv
|
MKV
|
22.1 MB
|
|
|
23 - Indexing, slicing e operatori in e not in.mkv
|
MKV
|
26.5 MB
|
|
|
24 - Metodi per le stringhe parte 1.mkv
|
MKV
|
12 MB
|
|
|
25 - Metodi per le stringhe parte 2.mkv
|
MKV
|
15.2 MB
|
|
|
26 - Metodi per le stringhe parte 3.mkv
|
MKV
|
15.4 MB
|
|
|
27 - Metodi per le stringhe parte 4.mkv
|
MKV
|
15.4 MB
|
|
|
28 - Metodi per la formattazione delle stringhe.mkv
|
MKV
|
51 MB
|
|
|
29 - Conversioni di tipo.mkv
|
MKV
|
6.5 MB
|
|
|
3 - ++IMPORTANTE++ Per favore non saltare questa lezione! ++IMPORTANTE++.html
|
HTML
|
3.1 KB
|
|
|
30 - Esercizi.mkv
|
MKV
|
30.6 MB
|
|
|
31 - Metodi sulle stringhe - Riassunto.html
|
HTML
|
1.9 KB
|
|
|
32 - Intro.mkv
|
MKV
|
14.6 MB
|
|
|
33 - If, elif e else statements.mkv
|
MKV
|
63.5 MB
|
|
|
34 - Truthiness vs falsiness.mkv
|
MKV
|
23.7 MB
|
|
|
35 - Operatori logici.mkv
|
MKV
|
6 MB
|
|
|
36 - Differenza tra is e ==.mkv
|
MKV
|
6.5 MB
|
|
|
37 - Esercizio Operatori logici e controllo di flusso.mkv
|
MKV
|
18.2 MB
|
|
|
38 - if statement annidati.mkv
|
MKV
|
16.5 MB
|
|
|
39 - Esercizi.mkv
|
MKV
|
47.8 MB
|
|
|
4 - Caratteristiche del linguaggio Python [Opzionale].html
|
HTML
|
3.5 KB
|
|
|
40 - Intro.mkv
|
MKV
|
8.2 MB
|
|
|
40 - Intro.txt
|
TXT
|
102.4 B
|
|
|
41 - Indexing e reverse indexing nelle liste.mkv
|
MKV
|
17.1 MB
|
|
|
42 - Slicing con le liste.mkv
|
MKV
|
38.5 MB
|
|
|
43 - Funzione dir() per conoscere metodi ed attributi di un oggetto.mkv
|
MKV
|
18.7 MB
|
|
|
44 - append, extend, insert.mkv
|
MKV
|
39.4 MB
|
|
|
45 - clear, pop, remove.mkv
|
MKV
|
21.9 MB
|
|
|
46 - keyword del.mkv
|
MKV
|
5.9 MB
|
|
|
47 - index e count.mkv
|
MKV
|
6.7 MB
|
|
|
48 - reverse, sort (e sorted).mkv
|
MKV
|
18.6 MB
|
|
|
49 - Metodo copy e suo significato.mkv
|
MKV
|
56.9 MB
|
|
|
5 - Riga di comando - WINDOWS.mkv
|
MKV
|
14.9 MB
|
|
|
50 - join e split.mkv
|
MKV
|
10.2 MB
|
|
|
51 - Sovrascrivere elementi di una lista.mkv
|
MKV
|
8.7 MB
|
|
|
52 - Esercizi.mkv
|
MKV
|
47.3 MB
|
|
|
53 - Intro.mkv
|
MKV
|
1.6 MB
|
|
|
54 - Il ciclo for.mkv
|
MKV
|
55.1 MB
|
|
|
55 - Funzione range().mkv
|
MKV
|
5.3 MB
|
|
|
56 - Esercizio con for loop, if statement e funzione range().mkv
|
MKV
|
9.2 MB
|
|
|
57 - Keyword break.mkv
|
MKV
|
16.5 MB
|
|
|
58 - Keyword continue.mkv
|
MKV
|
19.9 MB
|
|
|
59 - Keyword pass.mkv
|
MKV
|
15.3 MB
|
|
|
6 - [NON CONSIGLIATO] Windows - Installare Python con Anaconda [vai alla Lezione 8] - INSTALLAZIONE+di+ANACONDA+su+PC+Windows.pdf
|
PDF
|
1.3 MB
|
|
|
60 - While loop.mkv
|
MKV
|
11.8 MB
|
|
|
61 - Esercizi.mkv
|
MKV
|
53 MB
|
|
|
62 - Definizione e sintassi.mkv
|
MKV
|
27.6 MB
|
|
|
63 - Esempi con list comprehension e if statement.mkv
|
MKV
|
34.7 MB
|
|
|
64 - List comprehension con liste innestate.mkv
|
MKV
|
27 MB
|
|
|
65 - Differenze tra ciclo for e list comprehension.mkv
|
MKV
|
12.1 MB
|
|
|
66 - Intro.mkv
|
MKV
|
7.6 MB
|
|
|
66 - Intro.txt
|
TXT
|
102.4 B
|
|
|
67 - Liste vs tuple, metodi e list comprehension con le tuple.mkv
|
MKV
|
22.8 MB
|
|
|
68 - Tuple unpacking.mkv
|
MKV
|
32.6 MB
|
|
|
69 - Esercizi.mkv
|
MKV
|
14.9 MB
|
|
|
7 - Terminale - MacOS - Linux.mkv
|
MKV
|
12.5 MB
|
|
|
70 - Intro.mkv
|
MKV
|
14.5 MB
|
|
|
71 - Metodi su set singolo.mkv
|
MKV
|
14.2 MB
|
|
|
72 - Metodi su due sets.mkv
|
MKV
|
20.7 MB
|
|
|
73 - set comprehension.mkv
|
MKV
|
6.1 MB
|
|
|
74 - frozenset.mkv
|
MKV
|
5.6 MB
|
|
|
75 - Intro.mkv
|
MKV
|
33.2 MB
|
|
|
76 - Metodi get e setdefault.mkv
|
MKV
|
18.2 MB
|
|
|
77 - Metodi clear, copy, pop e popitem.mkv
|
MKV
|
19 MB
|
|
|
78 - Metodi update e fromkeys.mkv
|
MKV
|
13.9 MB
|
|
|
79 - Metodi values, keys e items.mkv
|
MKV
|
18.1 MB
|
|
|
8 - CONSIGLIATO - Scrivere codice sul cloud [nessuna installazione necessaria].html
|
HTML
|
2.9 KB
|
|
|
80 - dictionary comprehension.mkv
|
MKV
|
11.6 MB
|
|
|
81 - Esercizi.mkv
|
MKV
|
79 MB
|
|
|
82 - Intro.mkv
|
MKV
|
4.4 MB
|
|
|
83 - Definizione e chiamata di funzione.mkv
|
MKV
|
44.6 MB
|
|
|
84 - Statement return.mkv
|
MKV
|
9.4 MB
|
|
|
85 - Positional arguments e keyword arguments.mkv
|
MKV
|
12.6 MB
|
|
|
86 - Default arguments.mkv
|
MKV
|
14 MB
|
|
|
87 - args.mkv
|
MKV
|
53.1 MB
|
|
|
88 - args con altri parametri.mkv
|
MKV
|
12.5 MB
|
|
|
89 - Esercizi sulle funzioni - parte 1.mkv
|
MKV
|
38.4 MB
|
|
|
9 - Guida su Installazione Python su PC - MAC - INSTALLAZIONE+PYTHON.pdf
|
PDF
|
234.6 KB
|
|
|
90 - kwargs e unpacking di un dizionario.mkv
|
MKV
|
27.1 MB
|
|
|
91 - Ordine dei parametri.mkv
|
MKV
|
15.3 MB
|
|
|
92 - scope (introduzione).mkv
|
MKV
|
30.6 MB
|
|
|
93 - docstring - come documentare le funzioni.mkv
|
MKV
|
3.8 MB
|
|
|
94 - Esercizi sulle funzioni - parte 2.mkv
|
MKV
|
31.6 MB
|
|
|
95 - enumerate().mkv
|
MKV
|
23.2 MB
|
|
|
96 - zip().mkv
|
MKV
|
10.9 MB
|
|
|
97 - Esercizi con enumerate() e zip().mkv
|
MKV
|
15.7 MB
|
|
|
98 - map().mkv
|
MKV
|
19 MB
|
|
|
99 - filter().mkv
|
MKV
|
14.2 MB
|
|
|
Read Me.txt
|
TXT
|
0 B
|