Jump to ratings and reviews
Rate this book

Modern Python Standard Library Cookbook: Over 100 recipes to fully leverage the features of the standard library in Python

Rate this book
Build optimized applications in Python by smartly implementing the standard library The Python 3 Standard Library is a vast array of modules that you can use for developing various kinds of applications. It contains an exhaustive list of libraries, and this book will help you choose the best one to address specific programming problems in Python. The Modern Python Standard Library Cookbook begins with recipes on containers and data structures and guides you in performing effective text management in Python. You will find Python recipes for command-line operations, networking, filesystems and directories, and concurrent execution. You will learn about Python security essentials in Python and get to grips with various development tools for debugging, benchmarking, inspection, error reporting, and tracing. The book includes recipes to help you create graphical user interfaces for your application. You will learn to work with multimedia components and perform mathematical operations on date and time. The recipes will also show you how to deploy different searching and sorting algorithms on your data. By the end of the book, you will have acquired the skills needed to write clean code in Python and develop applications that meet your needs. If you are a developer who wants to write highly responsive, manageable, scalable, and resilient code in Python, this book is for you. Prior programming knowledge in Python will help you make the most out of the book.

366 pages, Paperback

Published August 31, 2018

16 people are currently reading
44 people want to read

About the author

Ratings & Reviews

What do you think?
Rate this book

Friends & Following

Create a free account to discover what your friends think of this book!

Community Reviews

5 stars
8 (57%)
4 stars
5 (35%)
3 stars
0 (0%)
2 stars
1 (7%)
1 star
0 (0%)
Displaying 1 - 2 of 2 reviews
67 reviews1 follower
March 1, 2019
Excellent cookbook with great tips and recipes for common problems.
Profile Image for Vlad Bezden.
237 reviews14 followers
April 17, 2020
It's a great book. I can only compare this book to "Effective Python: 90 Specific Ways to Write Better Python". I thought I know Python well. Well, after reading this book, I realized that I was mistaken. This book covers the hidden gems of Python standard library. In many cases, I was using third party libraries instead of using just regular standard libraries.
This book also follows and teaches the proper Pythonic way of writing code.
This book covers Python 3.6, and I wish Alessandro Molina updated this book with new Python libraries.
Displaying 1 - 2 of 2 reviews

Can't find what you're looking for?

Get help and learn more about the design.