- Secret Recipes of the Python Ninja
- Cody Jackson
- 208字
- 2021-06-25 22:14:36
Preface
Many readers might feel that they have mastered the Python language and know everything it takes to write applications that utilize the best features of the language. This book aims to delve into aspects of Python and related technology that some developers have never experienced.
The book will unveil little-known or misunderstood aspects of Python related to the implementation of the standard library and provide understanding of how the modules actually work. The book shows the proper implementation of collections and the math module, along with numbers such as decimals and fractions that will help readers expand their horizons. Readers will learn about decorators, context managers, coroutines, and generator functions before learning about internal special methods in detail. The book explores the CPython interpreter, covering command options that can change how the environment functions as well as alternative interactive shells that improve on the normal Python experience. Readers will take a tour of the PyPy project, where they will be exposed to several new ways to improve speed and concurrency of their applications. Several Python Enhancement Proposals of the latest versions are reviewed to see what will be coming in the future of Python. Finally, it provides information on the different ways to document Python code.
- Google Flutter Mobile Development Quick Start Guide
- Learning ArcGIS Pro 2
- Programming ArcGIS 10.1 with Python Cookbook
- 數據結構與算法JavaScript描述
- Microsoft Dynamics GP 2013 Reporting, Second Edition
- Apex Design Patterns
- Express Web Application Development
- RESTful Java Web Services(Second Edition)
- 小型編譯器設計實踐
- 鴻蒙OS應用編程實戰
- Apache Camel Developer's Cookbook
- JavaScript+jQuery網頁特效設計任務驅動教程
- Penetration Testing with the Bash shell
- C#從入門到精通(微視頻精編版)
- VB語言程序設計實驗教程