filmov
tv
“Readable Output Data Structures in Python Using Pretty Printing Modules” by Eileen Tallman

Показать описание
“Extracting Readable Output from Data Structures in Python Using Pretty Printing Modules” by Eileen Tallman
Pretty printing in Python creates readable output of data structures that can be parsed from the interpreter. Some of the modules that can be used for pretty printing are readily available through the Python Standard Library (i.e. pprint) or require a quick pip install (i.e. tabulate). In this talk, I will review some modules that can serve as alternatives to arduous formatting strategies that novice Python coders might implement. Basic uses will be covered along with relevant examples.
Recorded at Main Event Entertainment in Indianapolis, IN on 07/09/2019
IndyPy Mixer Meetup
Pretty printing in Python creates readable output of data structures that can be parsed from the interpreter. Some of the modules that can be used for pretty printing are readily available through the Python Standard Library (i.e. pprint) or require a quick pip install (i.e. tabulate). In this talk, I will review some modules that can serve as alternatives to arduous formatting strategies that novice Python coders might implement. Basic uses will be covered along with relevant examples.
Recorded at Main Event Entertainment in Indianapolis, IN on 07/09/2019
IndyPy Mixer Meetup