8000 File rinominati per ordine in menù · Massimo-code/python-abc@9573ee3 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9573ee3

Browse files
committed
File rinominati per ordine in menù
Il menù sulla barra sinistra è generato automaticamente sulla base del nome del file. E' stato messo un numero progressivo (non sequenziale per lasciar spazio a futuri contenuti) per ordinarlo così com'é nella pagina.
1 parent 85e0f08 commit 9573ee3

27 files changed

+14
-17
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

docs/_config.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
11
theme: jekyll-theme-architect
2-
markdown: kramdown
3-
highlighter: rouge
4-
kramdown:
5-
input: GFM
6-
hard_wrap: false
2+
title: Python ABC
3+
description: Se vuoi imparare Python parti dall'ABC

docs/index.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -29,24 +29,24 @@ Prima di F438 voler scrivere un qualunque programma con Python è necessario conoscer
2929

3030
Le Pyllole sono brevi e semplici spiegazioni relative al linguaggio Python 3.
3131

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)
4242

4343

4444
## Strumenti online
4545

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)
4648
* Puoi provare il tuo codice, senza installare nulla sul tuo PC, usando un compilatore online
4749
* [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)
5050

5151
## Documentazione Gratuita
5252

0 commit comments

Comments
 (0)
0