Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 1.09 KB

File metadata and controls

21 lines (16 loc) · 1.09 KB

🐍 Python — Core Language

Articoli fondamentali sulla sintassi, i costrutti base e le caratteristiche distintive del linguaggio Python, dai principianti agli sviluppatori intermedi.

📌 Argomenti chiave

  • Sintassi di base, variabili, scope e namespace
  • Funzioni built-in, range, iteratori, generatori
  • Pattern matching, type hinting, f-strings
  • Moduli, import, virtual environments
  • Gestione dei file e delle eccezioni
  • Confronto Python vs C++

🔗 File consigliati