Modern Python Standard Library Cookbook: Over 100 recipes to fully leverage the features of the standard library in Python: Alessandro Molina: 9781788830829: Amazon.com: Books (original) (raw)

Build optimized applications in Python by learning how to smartly implement the standard libraries

Key Features

Book Description

Python 3's Standard Library is an ocean of modules that developers can use for various kinds of application development. Given the exhaustive list of libraries, how do you choose the best one to solve your programming needs? This book will show you how you can address specific programming problems in Python using the standard libraries effectively.

The book begins with recipes on containers and data structures and how to perform effective text management in Python. You will find recipes for command line operations, networking, file systems and directories, and concurrent execution. You will learn about security essentials in Python and various development tools for debugging, benchmarking, inspection, error reporting, code evacuation, and tracing. The book covers recipes on graphical user interfaces, multimedia, date and time, and mathematical functions and algorithms.

By the end of the book you will have acquired the skills to write clean codes in Python that meets your team's expectations.

What you will learn

Who This Book Is For

This book is well suited for a developer who wants to write highly responsive, manageable, scalable, and resilient code in Python. Prior programming knowledge in Python is expected to make the most out of the book.