File | Size |
---|
1 - Introduzione al corso/1 - Presentazione del corso.mkv | 5.42 MB |
1 - Introduzione al corso/10 - Eseguire codice Python.mkv | 14.14 MB |
1 - Introduzione al corso/11 - OPZIONALE - Le basi di Jupyter Notebook.mkv | 20.00 MB |
1 - Introduzione al corso/2 - ++MATERIALE DEL CORSO++ - conversione_notebooks_in_files.py.zip | 63.54 kB |
1 - Introduzione al corso/2 - ++MATERIALE DEL CORSO++ - Materiale_del_corso.zip | 3.63 MB |
1 - Introduzione al corso/3 - ++IMPORTANTE++ Per favore non saltare questa lezione! ++IMPORTANTE++.html | 3.13 kB |
1 - Introduzione al corso/4 - Caratteristiche del linguaggio Python [Opzionale].html | 3.46 kB |
1 - Introduzione al corso/5 - Riga di comando - WINDOWS.mkv | 14.94 MB |
1 - Introduzione al corso/6 - [NON CONSIGLIATO] Windows - Installare Python con Anaconda [vai alla Lezione 8] - INSTALLAZIONE+di+ANACONDA+su+PC+Windows.pdf | 1.31 MB |
1 - Introduzione al corso/7 - Terminale - MacOS - Linux.mkv | 12.45 MB |
1 - Introduzione al corso/8 - CONSIGLIATO - Scrivere codice sul cloud [nessuna installazione necessaria].html | 2.87 kB |
1 - Introduzione al corso/9 - Guida su Installazione Python su PC - MAC - INSTALLAZIONE+PYTHON.pdf | 234.60 kB |
10 - Dizionari/75 - Intro.mkv | 33.20 MB |
10 - Dizionari/76 - Metodi get e setdefault.mkv | 18.18 MB |
10 - Dizionari/77 - Metodi clear, copy, pop e popitem.mkv | 19.01 MB |
10 - Dizionari/78 - Metodi update e fromkeys.mkv | 13.94 MB |
10 - Dizionari/79 - Metodi values, keys e items.mkv | 18.07 MB |
10 - Dizionari/80 - dictionary comprehension.mkv | 11.58 MB |
10 - Dizionari/81 - Esercizi.mkv | 79.04 MB |
11 - Le funzioni/82 - Intro.mkv | 4.37 MB |
11 - Le funzioni/83 - Definizione e chiamata di funzione.mkv | 44.60 MB |
11 - Le funzioni/84 - Statement return.mkv | 9.43 MB |
11 - Le funzioni/85 - Positional arguments e keyword arguments.mkv | 12.59 MB |
11 - Le funzioni/86 - Default arguments.mkv | 14.05 MB |
11 - Le funzioni/87 - args.mkv | 53.11 MB |
11 - Le funzioni/88 - args con altri parametri.mkv | 12.54 MB |
11 - Le funzioni/89 - Esercizi sulle funzioni - parte 1.mkv | 38.42 MB |
11 - Le funzioni/90 - kwargs e unpacking di un dizionario.mkv | 27.15 MB |
11 - Le funzioni/91 - Ordine dei parametri.mkv | 15.32 MB |
11 - Le funzioni/92 - scope (introduzione).mkv | 30.56 MB |
11 - Le funzioni/93 - docstring - come documentare le funzioni.mkv | 3.79 MB |
11 - Le funzioni/94 - Esercizi sulle funzioni - parte 2.mkv | 31.55 MB |
12 - Le funzioni built-in e lambda expressions/100 - lambda expressions.mkv | 37.12 MB |
12 - Le funzioni built-in e lambda expressions/101 - Esercizi con filter, map e lambda expressions.mkv | 22.01 MB |
12 - Le funzioni built-in e lambda expressions/102 - any() e all().mkv | 6.02 MB |
12 - Le funzioni built-in e lambda expressions/103 - max() e min().mkv | 11.28 MB |
12 - Le funzioni built-in e lambda expressions/104 - sum(), abs() e round().mkv | 6.93 MB |
12 - Le funzioni built-in e lambda expressions/105 - Esercizi.mkv | 13.53 MB |
12 - Le funzioni built-in e lambda expressions/95 - enumerate().mkv | 23.24 MB |
12 - Le funzioni built-in e lambda expressions/96 - zip().mkv | 10.87 MB |
12 - Le funzioni built-in e lambda expressions/97 - Esercizi con enumerate() e zip().mkv | 15.65 MB |
12 - Le funzioni built-in e lambda expressions/98 - map().mkv | 19.00 MB |
12 - Le funzioni built-in e lambda expressions/99 - filter().mkv | 14.20 MB |
13 - Gestione degli errori (Exception handling)/106 - Intro ed errori comuni.mkv | 11.34 MB |
13 - Gestione degli errori (Exception handling)/107 - Il blocco try - except.mkv | 37.26 MB |
13 - Gestione degli errori (Exception handling)/108 - try - except e la keyword as.mkv | 10.00 MB |
13 - Gestione degli errori (Exception handling)/109 - raise.mkv | 15.55 MB |
13 - Gestione degli errori (Exception handling)/110 - AssertionError e assert.mkv | 13.73 MB |
13 - Gestione degli errori (Exception handling)/111 - else e finally.mkv | 14.89 MB |
14 - Moduli/112 - Moduli e script.mkv | 7.93 MB |
14 - Moduli/113 - import - modulo1.py | 256.00 B |
14 - Moduli/113 - import - modulo2.py | 188.00 B |
14 - Moduli/113 - import - script.py | 151.00 B |
14 - Moduli/113 - import.mkv | 18.19 MB |
14 - Moduli/114 - La keyword as per importare moduli usando un alias.mkv | 8.40 MB |
14 - Moduli/115 - La keyword from.mkv | 9.03 MB |
14 - Moduli/116 - Importare moduli dalla libreria standard e installare librerie.mkv | 18.48 MB |
14 - Moduli/117 - if __name__ == __main__.mkv | 37.54 MB |
14 - Moduli/118 - Esercizi.mkv | 19.14 MB |
15 - Decoratori/119 - First class functions e funzioni di ordine superiore.mkv | 43.90 MB |
15 - Decoratori/120 - Namespace e regola LEGB.mkv | 67.51 MB |
15 - Decoratori/121 - global e nonlocal.mkv | 14.36 MB |
15 - Decoratori/122 - Esercizi.mkv | 15.86 MB |
15 - Decoratori/123 - closures.mkv | 63.21 MB |
15 - Decoratori/124 - Decoratori.mkv | 61.98 MB |
15 - Decoratori/125 - Decoratori con argomenti.mkv | 10.53 MB |
15 - Decoratori/126 - Decoratori con return statement.mkv | 8.74 MB |
15 - Decoratori/127 - Decoratori esempio pratico (timer).mkv | 30.64 MB |
15 - Decoratori/128 - Preservare metadata con decoratori (@wraps).mkv | 11.25 MB |
16 - OOP (Object Oriented Programming)/129 - Definizione di classi, oggetti, istanze, attributi e metodi.mkv | 37.88 MB |
16 - OOP (Object Oriented Programming)/130 - Creazione di una classe e metodo__init__.mkv | 63.27 MB |
16 - OOP (Object Oriented Programming)/131 - Aggiungere attributi di istanza.mkv | 28.35 MB |
16 - OOP (Object Oriented Programming)/132 - Attributi di istanza con valori di default.mkv | 16.09 MB |
16 - OOP (Object Oriented Programming)/133 - Esercizio metodo __ init __ e attributi di istanza.mkv | 20.74 MB |
16 - OOP (Object Oriented Programming)/134 - Metodi di istanza.mkv | 25.13 MB |
16 - OOP (Object Oriented Programming)/135 - Esercizio metodi di istanza.mkv | 5.38 MB |
16 - OOP (Object Oriented Programming)/136 - Attributi di classe.mkv | 28.70 MB |
16 - OOP (Object Oriented Programming)/137 - Metodi di classe.mkv | 31.90 MB |
16 - OOP (Object Oriented Programming)/138 - Metodi statici.mkv | 16.99 MB |
16 - OOP (Object Oriented Programming)/139 - Dunder methods (metodi speciali).mkv | 5.67 MB |
16 - OOP (Object Oriented Programming)/140 - Metodi __str__ e __repr__.mkv | 16.89 MB |
16 - OOP (Object Oriented Programming)/141 - Esercizio sui dunder methods.mkv | 12.06 MB |
16 - OOP (Object Oriented Programming)/142 - Incapsulamento, data hiding e name mangling.mkv | 58.93 MB |
16 - OOP (Object Oriented Programming)/143 - Getters, setters e properties.mkv | 60.89 MB |
16 - OOP (Object Oriented Programming)/144 - Ancora sulle properties e deleter.mkv | 25.98 MB |
16 - OOP (Object Oriented Programming)/145 - Intro su ereditarieta (Inheritance).mkv | 11.89 MB |
16 - OOP (Object Oriented Programming)/146 - Esercizio sui primi concetti legati all'ereditarieta.mkv | 6.74 MB |
16 - OOP (Object Oriented Programming)/147 - La classe object.mkv | 7.02 MB |
16 - OOP (Object Oriented Programming)/148 - Aggiungere metodi ad una sottoclasse.mkv | 12.43 MB |
16 - OOP (Object Oriented Programming)/149 - Override.mkv | 9.63 MB |
16 - OOP (Object Oriented Programming)/150 - super(), come delegare alla classe base.mkv | 22.35 MB |
16 - OOP (Object Oriented Programming)/151 - Opzionale - ereditarieta multipla.mkv | 9.35 MB |
16 - OOP (Object Oriented Programming)/152 - Polimorfismo.mkv | 6.54 MB |
16 - OOP (Object Oriented Programming)/153 - Esercizio mazzo di carte - presentazione.mkv | 52.50 MB |
16 - OOP (Object Oriented Programming)/154 - Esercizio mazzo di carte - La classe Carta.mkv | 27.88 MB |
16 - OOP (Object Oriented Programming)/155 - Esercizio mazzo di carte - La classe Mazzo, parte 1.mkv | 53.00 MB |
16 - OOP (Object Oriented Programming)/156 - Esercizio mazzo di carte - La classe Mazzo, parte 2.mkv | 94.54 MB |
17 - Leggere e scrivere dati in un file di testo/157 - open, read e close.mkv | 17.44 MB |
17 - Leggere e scrivere dati in un file di testo/158 - readline e readlines.mkv | 18.34 MB |
17 - Leggere e scrivere dati in un file di testo/159 - Statement with e modi di lettura.mkv | 11.16 MB |
17 - Leggere e scrivere dati in un file di testo/160 - Scrivere in un file di testo.mkv | 10.82 MB |
17 - Leggere e scrivere dati in un file di testo/161 - Esercizi.mkv | 51.47 MB |
18 - Generatori/162 - Iteratori e iterabili - 18+Iteratori+e+Generatori.ipynb | 15.11 kB |
18 - Generatori/162 - Iteratori e iterabili.mkv | 42.21 MB |
18 - Generatori/163 - Rendere un oggetto iterabile.mkv | 12.02 MB |
18 - Generatori/164 - Generatori come funzioni.mkv | 18.74 MB |
18 - Generatori/165 - Generator expressions.mkv | 25.62 MB |
18 - Generatori/166 - Il modulo itertools.mkv | 23.15 MB |
18 - Generatori/166 - Il modulo itertools.txt | 49.00 B |
19 - Esame finale/167 - Info esame - Test_Esame.pdf | 269.26 kB |
19 - Esame finale/167 - Info esame.mkv | 6.44 MB |
19 - Esame finale/168 - Risposte a domande 1-10.mkv | 27.89 MB |
19 - Esame finale/169 - Risposte a domande 11-20.mkv | 31.26 MB |
19 - Esame finale/170 - Risposte a domande 21-30.mkv | 37.22 MB |
19 - Esame finale/171 - Risposte a domande 31-40.mkv | 32.42 MB |
2 - Intro su concetti base/12 - Intro e assegnazione di variabile.mkv | 27.39 MB |
2 - Intro su concetti base/13 - Ancora sulle variabili.mkv | 25.53 MB |
2 - Intro su concetti base/14 - Tipi Numerici.mkv | 32.27 MB |
2 - Intro su concetti base/15 - Booleani.mkv | 10.55 MB |
2 - Intro su concetti base/16 - Differenza tra assegnamento e confronto.mkv | 12.82 MB |
2 - Intro su concetti base/17 - Stringhe, Liste, tuple, dizionari e set - Definizione e sintassi.mkv | 44.42 MB |
2 - Intro su concetti base/18 - Cosa sono le funzioni.mkv | 13.23 MB |
2 - Intro su concetti base/18 - Cosa sono le funzioni.txt | 52.00 B |
2 - Intro su concetti base/19 - La funzione print().mkv | 32.30 MB |
2 - Intro su concetti base/20 - La funzione input().mkv | 29.69 MB |
2 - Intro su concetti base/21 - Esercizio riassuntivo.mkv | 22.56 MB |
20 - Progettino - Turtle race/172 - Presentazione.mkv | 27.39 MB |
20 - Progettino - Turtle race/173 - Comandi base della libreria turtle.mkv | 26.76 MB |
20 - Progettino - Turtle race/174 - Ancora sui comandi base.mkv | 31.61 MB |
20 - Progettino - Turtle race/175 - App finale.mkv | 42.09 MB |
21 - Progettino - Snake/176 - Presentazione - my_snake.py | 2.59 kB |
21 - Progettino - Snake/176 - Presentazione.mkv | 5.35 MB |
21 - Progettino - Snake/177 - Parte 1.mkv | 48.46 MB |
21 - Progettino - Snake/178 - Parte 2.mkv | 17.01 MB |
21 - Progettino - Snake/179 - Parte 3.mkv | 46.54 MB |
21 - Progettino - Snake/180 - Parte 4.mkv | 37.39 MB |
21 - Progettino - Snake/181 - Parte 5.mkv | 16.45 MB |
21 - Progettino - Snake/182 - Parte 6.mkv | 37.63 MB |
21 - Progettino - Snake/183 - Suggerimenti per come strutturare il gioco Snake con OOP.mkv | 7.87 MB |
22 - Progettino - Split Bill/184 - Presentazione.mkv | 3.32 MB |
22 - Progettino - Split Bill/185 - Struttura.mkv | 8.72 MB |
22 - Progettino - Split Bill/186 - Le classi Bill e Inquilino.mkv | 28.51 MB |
22 - Progettino - Split Bill/187 - Creare pdf tramite fpdf.mkv | 45.67 MB |
22 - Progettino - Split Bill/188 - Creazione del report e interfaccia utente.mkv | 72.39 MB |
23 - Progettino - mamma non ho perso l'ISS/189 - Presentazione - 23+Mamma+non+ho+perso+l'ISS.zip | 215.01 kB |
23 - Progettino - mamma non ho perso l'ISS/189 - Presentazione.mkv | 9.14 MB |
23 - Progettino - mamma non ho perso l'ISS/190 - ++NOTA++ - per usare twilio occorre prima installarlo.html | 281.00 B |
23 - Progettino - mamma non ho perso l'ISS/191 - Intro sulle API e come decidere quando inviare la notifica.mkv | 90.22 MB |
23 - Progettino - mamma non ho perso l'ISS/192 - Deployment dello script.mkv | 69.64 MB |
24 - Progettino - OK il prezzo e giusto (web scraping con BeautifulSoup)/193 - Note generali sul web scraping - WEB_Scraping_con_PYTHON.pdf | 548.13 kB |
24 - Progettino - OK il prezzo e giusto (web scraping con BeautifulSoup)/193 - Note generali sul web scraping.mkv | 17.90 MB |
24 - Progettino - OK il prezzo e giusto (web scraping con BeautifulSoup)/194 - OK il prezzo e giusto - parte 1.mkv | 193.95 MB |
24 - Progettino - OK il prezzo e giusto (web scraping con BeautifulSoup)/195 - OK il prezzo e giusto - parte 2 - ok_il_prezzo_è_giusto.py | 1.65 kB |
24 - Progettino - OK il prezzo e giusto (web scraping con BeautifulSoup)/195 - OK il prezzo e giusto - parte 2.mkv | 132.56 MB |
25 - Virtual environment/196 - Python virtual environment - teoria - virtual+env.pdf | 57.61 kB |
25 - Virtual environment/196 - Python virtual environment - teoria.mkv | 26.86 MB |
25 - Virtual environment/197 - Python virtual environment - pratica.mkv | 9.23 MB |
25 - Virtual environment/198 - Creazione virtual environment - fonte python.org.html | 144.00 B |
25 - Virtual environment/199 - Guida riassuntiva.html | 2.02 kB |
26 - Progettino - Web App (no html, css o javascript)/200 - Intro - Wep+App.zip | 1.97 kB |
26 - Progettino - Web App (no html, css o javascript)/200 - Intro.mkv | 13.61 MB |
26 - Progettino - Web App (no html, css o javascript)/201 - Backend.mkv | 152.32 MB |
26 - Progettino - Web App (no html, css o javascript)/202 - Frontend.mkv | 201.32 MB |
26 - Progettino - Web App (no html, css o javascript)/202 - Frontend.txt | 21.00 B |
3 - Stringhe/22 - Intro.mkv | 22.12 MB |
3 - Stringhe/23 - Indexing, slicing e operatori in e not in.mkv | 26.54 MB |
3 - Stringhe/24 - Metodi per le stringhe parte 1.mkv | 11.97 MB |
3 - Stringhe/25 - Metodi per le stringhe parte 2.mkv | 15.23 MB |
3 - Stringhe/26 - Metodi per le stringhe parte 3.mkv | 15.44 MB |
3 - Stringhe/27 - Metodi per le stringhe parte 4.mkv | 15.38 MB |
3 - Stringhe/28 - Metodi per la formattazione delle stringhe.mkv | 51.02 MB |
3 - Stringhe/29 - Conversioni di tipo.mkv | 6.45 MB |
3 - Stringhe/30 - Esercizi.mkv | 30.61 MB |
3 - Stringhe/31 - Metodi sulle stringhe - Riassunto.html | 1.87 kB |
4 - Controllo di flusso - if, elif, else/32 - Intro.mkv | 14.65 MB |
4 - Controllo di flusso - if, elif, else/33 - If, elif e else statements.mkv | 63.54 MB |
4 - Controllo di flusso - if, elif, else/34 - Truthiness vs falsiness.mkv | 23.72 MB |
4 - Controllo di flusso - if, elif, else/35 - Operatori logici.mkv | 5.99 MB |
4 - Controllo di flusso - if, elif, else/36 - Differenza tra is e ==.mkv | 6.52 MB |
4 - Controllo di flusso - if, elif, else/37 - Esercizio Operatori logici e controllo di flusso.mkv | 18.24 MB |
4 - Controllo di flusso - if, elif, else/38 - if statement annidati.mkv | 16.47 MB |
4 - Controllo di flusso - if, elif, else/39 - Esercizi.mkv | 47.79 MB |
5 - Liste/40 - Intro.mkv | 8.17 MB |
5 - Liste/40 - Intro.txt | 68.00 B |
5 - Liste/41 - Indexing e reverse indexing nelle liste.mkv | 17.10 MB |
5 - Liste/42 - Slicing con le liste.mkv | 38.51 MB |
5 - Liste/43 - Funzione dir() per conoscere metodi ed attributi di un oggetto.mkv | 18.67 MB |
5 - Liste/44 - append, extend, insert.mkv | 39.38 MB |
5 - Liste/45 - clear, pop, remove.mkv | 21.85 MB |
5 - Liste/46 - keyword del.mkv | 5.86 MB |
5 - Liste/47 - index e count.mkv | 6.72 MB |
5 - Liste/48 - reverse, sort (e sorted).mkv | 18.60 MB |
5 - Liste/49 - Metodo copy e suo significato.mkv | 56.86 MB |
5 - Liste/50 - join e split.mkv | 10.22 MB |
5 - Liste/51 - Sovrascrivere elementi di una lista.mkv | 8.70 MB |
5 - Liste/52 - Esercizi.mkv | 47.29 MB |
6 - Iterazione con cicli for e while/53 - Intro.mkv | 1.62 MB |
6 - Iterazione con cicli for e while/54 - Il ciclo for.mkv | 55.15 MB |
6 - Iterazione con cicli for e while/55 - Funzione range().mkv | 5.30 MB |
6 - Iterazione con cicli for e while/56 - Esercizio con for loop, if statement e funzione range().mkv | 9.23 MB |
6 - Iterazione con cicli for e while/57 - Keyword break.mkv | 16.51 MB |
6 - Iterazione con cicli for e while/58 - Keyword continue.mkv | 19.94 MB |
6 - Iterazione con cicli for e while/59 - Keyword pass.mkv | 15.31 MB |
6 - Iterazione con cicli for e while/60 - While loop.mkv | 11.81 MB |
6 - Iterazione con cicli for e while/61 - Esercizi.mkv | 52.97 MB |
7 - List comprehension/62 - Definizione e sintassi.mkv | 27.63 MB |
7 - List comprehension/63 - Esempi con list comprehension e if statement.mkv | 34.74 MB |
7 - List comprehension/64 - List comprehension con liste innestate.mkv | 27.02 MB |
7 - List comprehension/65 - Differenze tra ciclo for e list comprehension.mkv | 12.07 MB |
8 - Tuple/66 - Intro.mkv | 7.60 MB |
8 - Tuple/66 - Intro.txt | 75.00 B |
8 - Tuple/67 - Liste vs tuple, metodi e list comprehension con le tuple.mkv | 22.85 MB |
8 - Tuple/68 - Tuple unpacking.mkv | 32.62 MB |
8 - Tuple/69 - Esercizi.mkv | 14.87 MB |
9 - Sets/70 - Intro.mkv | 14.48 MB |
9 - Sets/71 - Metodi su set singolo.mkv | 14.18 MB |
9 - Sets/72 - Metodi su due sets.mkv | 20.67 MB |
9 - Sets/73 - set comprehension.mkv | 6.05 MB |
9 - Sets/74 - frozenset.mkv | 5.61 MB |
Read Me.txt | 17.00 B |