Indice

Simboli | _ | A | B | C | D | F | H | I | M | N | O | P | R | S | U | V

Simboli

  • # (hash)
    • comment
  • * (asterisk)
    • in function calls
  • **
    • in function calls
  • ->
    • function annotations
  • : (colon)
    • function annotations

_

  • __all__

A

  • annotations
    • function

B

  • built-in function
    • help
    • open
  • builtins
    • module

C

  • coding
    • style

D

  • docstrings, [1]
  • documentation strings, [1]

F

  • f-string
  • file
    • object
  • for
    • statement
  • formatted string literal
  • fstring
  • function
    • annotations

H

  • help
    • built-in function

I

  • interpolated string literal

M

  • mangling
    • name
  • method
    • object
  • module
    • builtins
    • search path
    • sys

N

  • name
    • mangling

O

  • object
    • file
    • method
  • open
    • built-in function

P

  • PATH, [1]
  • path
    • module search
  • Python Enhancement Proposals
    • PEP 3107
    • PEP 3147
    • PEP 484
    • PEP 636
    • PEP 8
  • PYTHON_BASIC_REPL
  • PYTHONPATH, [1]
  • PYTHONSTARTUP

R

  • RFC
    • RFC 2822

S

  • search
    • path, module
  • sitecustomize, [1]
  • statement
    • for
  • string
    • formatted literal
    • interpolated literal
  • strings, documentation, [1]
  • style
    • coding
  • sys
    • module

U

  • usercustomize, [1]

V

  • variabile d'ambiente, PATH, [1]
  • variabile d'ambiente, PYTHON_BASIC_REPL
  • variabile d'ambiente, PYTHONPATH, [1]
  • variabile d'ambiente, PYTHONSTARTUP

Il tutorial di Python

Navigazione

  • 1. Per stuzzicare l’appetito.
  • 2. Usare l’interprete Python.
  • 3. Un’introduzione informale a Python
  • 4. Altri strumenti per il controllo di flusso
  • 5. Strutture dati
  • 6. Moduli
  • 7. Input e Output
  • 8. Errori ed eccezioni
  • 9. Classi
  • 10. Una breve visita alla libreria standard
  • 11. Una breve visita alla libreria standard - 2
  • 12. Virtual environment e package
  • 13. E adesso?
  • 14. Editing e history substitution nell’input interattivo
  • 15. Aritmetica in virgola mobile: problemi e limiti
  • 16. Appendice

Related Topics

  • Documentation overview
©2025, Riccardo Polignieri. | Powered by Sphinx 8.1.3 & Alabaster 1.0.0