Building flexible tools to store sums and report on CSV data - Margery Harrison

Опубликовано: 27 Август 2026
на канале: PyGotham 2014
183
0

If you're new to Python, you might find that you're using Python as if it were C. This talk will demonstrate how to take advantage of Python's special data structures to build tools for analyzing and creating nicely-formatted reports from CSV data. ("CSV" stands for "Comma Separated Values" although the term describes flat files where the fields in each row are delimited by commas, or tabs, or pipe characters, or whatever. )