Appunti di Python 3

Appunti di Python 3

Indice
001 Python3 – Cose da sapere prima di procedere
http://sargonsei.altervista.org/001-Python3/
002 Python3 – IDLE Shell e IDLE Editor.
http://sargonsei.altervista.org/002-Python3/
003 Python3 – Comandi di output
http://sargonsei.altervista.org/003-Python3
004 Python3 – Variabili
http://sargonsei.altervista.org/004-Python3/
005 Python3 – Comandi di input
http://sargonsei.altervista.org/005-Python3/
006 Python3 – Gli operatori
http://sargonsei.altervista.org/006-Python3/
007 Python3 – Script: istruzioni di base
http://sargonsei.altervista.org/007-Python3/
008 Python3 – Ciclo “for” (contatore)
http://sargonsei.altervista.org/008-Python3/
009 Python3 – Ciclo “while”
http://sargonsei.altervista.org/009-Python3/
010 Python3 – “if”, “elif”, “else”: lo script prende decisioni
http://sargonsei.altervista.org/010-Python3/
011 Python3 – Le funzioni definite dall’utente
http://sargonsei.altervista.org/011-Python3/
012 Python3 – Script Calcolatrice (+ – x : Potenza Radice)
http://sargonsei.altervista.org/012-Python3/
013 Python3 – Variabili ad indice [Liste] + (Tuple) + {Set} + {Dizionari}.
http://sargonsei.altervista.org/013-Python3/
014 Python3 – Manipolazione delle stringhe
http://sargonsei.altervista.org/014-Python3/
015 Python 3 – Errori di sintassi ed eccezioni
http://sargonsei.altervista.org/015-python3/
016 Python3 – Script Calcolatrice con Gestione Errori/Eccezioni
http://sargonsei.altervista.org/016-python3/
017 Esprimere un numero reale decimale (in base dieci) utilizzando: la Notazione Esponenziale, la Notazione Scientifica, e la Notazione Normalizzata.
http://sargonsei.altervista.org/017-python3/
018 Python3 – Utilizzare notazione scientifica per esprimere numeri a virgola mobile
http://sargonsei.altervista.org/018-python3/
019 Python3 – Calcolatrice (+ – x : Potenza Radice) a notazione scientifica con Gestione Errori/Eccezioni
http://sargonsei.altervista.org/019-python3/
020-Python 3 – Metodi e Funzioni di Python
http://sargonsei.altervista.org/020-python3/
021-Python 3 – Gestione trascorrere del tempo
http://sargonsei.altervista.org/021-python3/