@@ -29,24 +29,24 @@ Prima di
F438
voler scrivere un qualunque programma con Python è necessario conoscer
29
29
30
30
Le Pyllole sono brevi e semplici spiegazioni relative al linguaggio Python 3.
31
31
32
- * [ Come usare Python] ( Pyllole/Use_Python .md ) - [ Ambiente di sviluppo] ( Pyllole/Development_Environment .md )
33
- * [ Sintassi di base] ( Pyllole/Syntax .md )
34
- * [ Le variabili] ( Pyllole/Variables .md )
35
- * [ Print] ( Pyllole/Print .md ) - [ Input] ( Pyllole/Input .md ) - [ If/Else] ( Pyllole/If -Else.md ) - [ Cicli] ( Pyllole/Loops.md )
36
- * [ Numeri] ( Pyllole/Type_Number .md ) - [ Stringhe] ( Pyllole/Type_String .md ) - [ Booleani] ( Pyllole/Type_Boolean .md ) - [ None] ( Pyllole/Type_None .md )
37
- * [ Liste] ( Pyllole/Type_List .md ) - [ Tuple] ( Pyllole/Type_Tuple .md ) - [ Set] ( Pyllole/Type_Set .md ) - [ Dizionari] ( Pyllole/Type_Dictionary .md )
38
- * [ Try/Except] ( Pyllole/Try_Except .md )
39
- * [ Funzioni] ( Pyllole/Functions .md ) - [ Moduli] ( Pyllole/Modules .md )
40
- * [ Iterabili] ( Pyllole/Iterable .md ) - [ List Comprehension] ( Pyllole/List_Comprehension .md )
41
- * [ Classi] ( Pyllole/Classes .md ) - [ Ereditarietà] ( Pyllole/Inheritance .md ) - [ Ereditarietà Multipla] ( Pyllole/Inheritance_Multiple .md )
32
+ * [ Come usare Python] ( Pyllole/01_Use_Python .md ) - [ Ambiente di sviluppo] ( Pyllole/05_Development_Environment .md )
33
+ * [ Sintassi di base] ( Pyllole/11_Syntax .md )
34
+ * [ Le variabili] ( Pyllole/21_Variables .md )
35
+ * [ Print] ( Pyllole/23_Print .md ) - [ Input] ( Pyllole/25_Input .md ) - [ If/Else] ( Pyllole/27_If -Else.md ) - [ Cicli] ( Pyllole/Loops.md )
36
+ * [ Numeri] ( Pyllole/41_Type_Number .md ) - [ Stringhe] ( Pyllole/42_Type_String .md ) - [ Booleani] ( Pyllole/43_Type_Boolean .md ) - [ None] ( Pyllole/44_Type_None .md )
37
+ * [ Liste] ( Pyllole/53_Type_List .md ) - [ Tuple] ( Pyllole/55_Type_Tuple .md ) - [ Set] ( Pyllole/57_Type_Set .md ) - [ Dizionari] ( Pyllole/59_Type_Dictionary .md )
38
+ * [ Try/Except] ( Pyllole/61_Try_Except .md )
39
+ * [ Funzioni] ( Pyllole/63_Functions .md ) - [ Moduli] ( Pyllole/65_Modules .md )
40
+ * [ Iterabili] ( Pyllole/71_Iterable .md ) - [ List Comprehension] ( Pyllole/75_List_Comprehension .md )
41
+ * [ Classi] ( Pyllole/81_Classes .md ) - [ Ereditarietà] ( Pyllole/83_Inheritance .md ) - [ Ereditarietà Multipla] ( Pyllole/85_Inheritance_Multiple .md )
42
42
43
43
44
44
## Strumenti online
45
45
46
+ * Per condividere il tuo codice, in un forum o chat, usa un servizio per la condivisione del codice
47
+ * [ hastebin] ( https://hastebin.com ) - [ arin.ga] ( https://arin.ga ) - [ dpaste.de] ( https://dpaste.de )
46
48
* Puoi provare il tuo codice, senza installare nulla sul tuo PC, usando un compilatore online
47
49
* [ Judge0 IDE] ( https://ide.judge0.com ) - [ repl.it] ( https://repl.it/ )
48
- * Per condividere il tuo codice, in un forum o chat, usa un servizio per la condivisione del codice
49
- * [ Pastebin] ( https://pastebin.com ) - [ hastebin] ( https://hastebin.com ) - [ dpaste.de] ( https://dpaste.de ) - [ arin.ga] ( https://arin.ga )
50
50
51
51
## Documentazione Gratuita
52
52
0 commit comments