Python Workout: 50 Essential Exercises
- Length: 260 pages
- Edition: 1
- Language: English
- Publisher: Manning Publications
- Publication Date: 2020-04-14
- ISBN-10: 1617295507
- ISBN-13: 9781617295508
- Sales Rank: #357268 (See Top 100 Books)
Python Workout presents 50 exercises designed to deepen the reader’s skill with Python.
Readers will not only tackle exercises using built-in data structures, but also more advanced techniques, such as functional programming, object-oriented programming, iterators, and generators. With each engaging challenge, readers will practice a new skill and learn how to apply it to everyday coding tasks.
Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.
Table of Contents
Chapter 1 Numeric types
Chapter 2 Strings
Chapter 3 Lists and tuples
Chapter 4 Dictionaries and sets
Chapter 5 Files
Chapter 6 Functions
Chapter 7 Functional programming with comprehensions
Chapter 8 Modules and packages
Chapter 9 Objects
Chapter 10 Iterators and generators