Overview
Save Big on Coursera Plus. 7,000+ courses at $160 off. Limited Time Only!
Explore 10 Python functions that streamline coding and boost efficiency in this 19-minute video. Learn about pprint for improved data visualization, collections.defaultdict for handling missing dictionary keys, pickle for object serialization, any and all for boolean operations on iterables, collections.counter for counting hashable objects, timeit.timeit for performance measurement, itertools.chain for combining multiple iterables, and dataclasses.dataclass for creating classes with less boilerplate code. Discover how these functions can save time and reduce complexity in your Python projects, with each concept explained in-depth and demonstrated through practical examples.
Syllabus
| pprint
| collections.defaultdict
| pickle
| any
| all
| collections.counter
| timeit.timeit
| itertools.chain
| dataclasses.dataclass
Taught by
Tech With Tim