Secret Recipes of the Python Ninja (Packt)
Monday, 09 July 2018

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.

 

 

Banner
 


Modern JavaScript for the Impatient

Author: Cay S. Horstmann
Publisher: Addison-Wesley
Date: July 2020
Pages: 352
ISBN: 978-0136502142
Print: 0136502148
Kindle: B08F5HFWBH
Audience: Developers interested in JavaScript
Rating: 4
Reviewer: Mike James
So you're impatient - what next?



The Art of WebAssembly

Author: Rick Battagline
Publisher: No Starch
Date: May 2021
Pages: 304
ISBN: 978-1718501447
Print: 1718501447
Kindle: B08TSYXJTS
Audience: WebAssembly developers
Rating: 5
Reviewer: Ian Elliot
WebAssembly is the coming thing - or so we are told.


More Reviews