This is a collection of over 70 Python recipes illustrating a range of programming tactics. Author Cody Jackson demonstrates the implementation of collections, decimals, and fraction modules. Decorators, coroutines, and generator functions are also covered in the recipes. Other recipes cover the CPython interpreter, the PyPy project, and PEPs of the latest versions.
<ASIN:1788294874>
Author: Cody Jackson Publisher: Packt Publishing Date: May 2018 Pages: 380 ISBN: 978-1788294874 Print: 1788294874 Kindle: B07BYBMGQT Audience: Python developers Level: Intermediate Category: Python
- Know the differences between .py and .pyc files
- Explore the different ways to install and upgrade Python packages
- Understand the working of the PyPI module that enhances built-in decorators
- See how coroutines are different from generators and how they can simulate multithreading
- Grasp how the decimal module improves floating point numbers and their operations
- Standardize sub interpreters to improve concurrency
- Discover Python's built-in docstring analyzer
More details of Secret Recipes of the Python Ninja
For recommendations of Python books see Books for Pythonistas and Python Books For Beginners in our Programmer's Bookshelf section.
For more Book Watch just click.
Book Watch is I Programmer's listing of new books and is compiled using publishers' publicity material. It is not to be read as a review where we provide an independent assessment. Some, but by no means all, of the books in Book Watch are eventually reviewed.
To have new titles included in Book Watch contact BookWatch@i-programmer.info
Follow @bookwatchiprog on Twitter or subscribe to I Programmer's Books RSS feed for each day's new addition to Book Watch and for new reviews.
Python Programming with Design Patterns
Author: James W. Cooper Publisher: Addison-Wesley Date: February 2022 Pages: 352 ISBN: 978-0137579938 Print: 0137579934 Kindle: B09D2RKQB5 Audience: Python developers Rating: 1 Reviewer: Mike James There was a time that design patterns were all the thing. Not so much now. But Python - does it have [ ... ]
|
PostgresSQL 14 Administration Cookbook
Author: Simon Riggs and Gianno Ciolli Publisher: Packt Publishing Pages: 608 ISBN: 978-1803248974 Print:1803248971 Kindle: B09R4VBHX3 Audience: PostgresSQL developers and administrators Rating: 4.5 Reviewer: Kay Ewbank
While this book describes itself as a cookbook, the recipes in it work through the nec [ ... ]
| More Reviews |
|