Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
I
intro
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Corsi
Slides Corsi Python
intro
Commits
73c85780
Commit
73c85780
authored
May 08, 2017
by
Tancredi Orlando
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixes man.
parent
fb71d9a1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
5 deletions
+20
-5
day_1.md
day_1.md
+20
-5
No files found.
day_1.md
View file @
73c85780
...
...
@@ -352,9 +352,9 @@ False
lista = [False, 1, "due", 3.0, 4, 5]
```
-
Il primo elemento ha indice 0 (zero-based)
-
Si accede a un elemento della lista aggiungendo l'indice dell'elemento
desiderato tra parentesi quadre
-
Il primo elemento ha indice 0 (zero-based)
```
>>> lista[2]
...
...
@@ -1159,7 +1159,6 @@ Exception: No internet connection!
----
# Nella prossima puntata
Lunedì 15 alle 17.15 in aula 5.0.3.
...
...
@@ -1175,9 +1174,25 @@ Lunedì 15 alle 17.15 in aula 5.0.3.
----
```
>>> import this
The Zen of Python, by Tim Peters
Beautiful is better than ugly.
Explicit is better than implicit.
Simple is better than complex.
Complex is better than complicated.
Flat is better than nested.
Sparse is better than dense.
Readability counts.
Special cases aren't special enough to break the rules.
[...]
```
----
# Thank you!
Queste slides sono sotto licenza Creative Commons
<br>
Attribution-ShareAlike 3.0 Unported

## [poul.org](https://www.poul.or
g)

Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment