- Secret Recipes of the Python Ninja
- Cody Jackson
- 181字
- 2021-06-25 22:14:36
What this book covers
Chapter 1, Working with Python Modules, looks at Python packages, modules, and namespaces, using virtual environments, and wrapping up Python code for distribution.
Chapter 2, Utilizing the Python Interpreter, explores Python command-line options, customizing interactive sessions, working with Python on Windows OS, and alternative Python interactive shells.
Chapter 3, Working with Decorators, reviews Python functions and shows how to improve them with decorators.
Chapter 4, Using Python Collections, covers containers and takes an in-depth look at the collections available in Python.
Chapter 5, Generators, Coroutines, and Parallel Processing, focuses on iteration within Python and how it works with generators and then it moves into concurrent and parallel processing.
Chapter 6, Working with Python's Math Module, takes a deep pe into how Python implements a variety of mathematical operations.
Chapter 7, Improving Python Performance with PyPy, outlines improving Python performance using just-in-time compilation.
Chapter 8, Python Enhancement Proposals, discusses how improvements to the Python language are handled and looks at several current proposals.
Chapter 9, Documenting with LyX, demonstrates different techniques and tools to document code.
- PostgreSQL for Data Architects
- Interactive Data Visualization with Python
- 軟件測試工程師面試秘籍
- Animate CC二維動畫設計與制作(微課版)
- 基于Swift語言的iOS App 商業實戰教程
- Unity 2D Game Development Cookbook
- 代替VBA!用Python輕松實現Excel編程
- 從零開始學Android開發
- 軟件工程與UML案例解析(第三版)
- Penetration Testing with the Bash shell
- Java服務端研發知識圖譜
- 自己動手構建編程語言:如何設計編譯器、解釋器和DSL
- 熱處理常見缺陷分析與解決方案
- Getting Started with Hazelcast
- Building Web Applications with Flask