- 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.
- Python概率統計
- Practical UX Design
- Java面向對象程序開發及實戰
- Mastering Julia
- 網絡爬蟲原理與實踐:基于C#語言
- Building a Quadcopter with Arduino
- Scientific Computing with Scala
- MySQL入門很輕松(微課超值版)
- Creating Data Stories with Tableau Public
- 小程序從0到1:微信全棧工程師一本通
- OpenCV with Python Blueprints
- MySQL數據庫教程(視頻指導版)
- Socket.IO Cookbook
- PHP程序設計高級教程
- Practical Linux Security Cookbook