Back to Browse

Python Standard Lib | 11. CSV: Il Modo Standard per Trattare Dati Tabellari in Python

160 views
Dec 11, 2025
11:45

Il modulo csv ti permette di leggere e scrivere file tabellari in modo semplice e compatibile con strumenti come Excel, Google Sheets o database. In questo video vediamo come: 📄 leggere righe da un file .csv come liste o dizionari (csv.reader, csv.DictReader) ✍️ scrivere dati su file CSV (csv.writer, csv.DictWriter) ⚙️ configurare separatori Uno strumento essenziale se lavori con dati strutturati o scambi informazioni con altri software.

Download

1 formats

Video Formats

360pmp49.2 MB

Right-click 'Download' and select 'Save Link As' if the file opens in a new tab.

Python Standard Lib | 11. CSV: Il Modo Standard per Trattare Dati Tabellari in Python | NatokHD