Mastering Python : write powerful and efficient code using the full range of Python's capabilities
Even if you find writing Python code easy, writing code that is efficient, maintainable, and reusable is not so straightforward. Many of Python's capabilities are underutilized even by more experienced programmers. Mastering Python, Second Edition, is an authoritative guide to understanding adv...
Saved in:
| Main Author | |
|---|---|
| Format | Electronic eBook |
| Language | English |
| Published |
[Birmingham, United Kingdom] :
Packt,
[2022]
|
| Edition | Second edition. |
| Series | Expert insight.
|
| Subjects | |
| Online Access | Full text |
| ISBN | 9781800202108 1800202105 9781800207721 |
| Physical Description | 1 online resource (710 pages) : illustrations |
Cover
Table of Contents:
- Table of Contents Getting Started - One Environment per Project Interactive Python Interpreters Pythonic Syntax and Common Pitfalls Pythonic Design Patterns Functional Programming - Readability Versus Brevity Decorators - Enabling Code Reuse by Decorating Generators and Coroutines - Infinity, One Step at a Time Metaclasses - Making Classes (Not Instances) Smarter Documentation - How to Use Sphinx and reStructuredText Testing and Logging - Preparing for Bugs Debugging - Solving the Bugs Performance - Tracking and Reducing Your Memory and CPU Usage asyncio - Multithreading without Threads Multiprocessing - When a Single CPU Core Is Not Enough Scientific Python and Plotting Artificial Intelligence Extensions in C/C++, System Calls, and C/C++ Libraries Packaging - Creating Your Own Libraries or Applications.