Название: The Pythonic Way: An Architect’s Guide to Conventions and Best Practices for the Design, Development, Testing and Management of Enterprise Python Code
Автор: Sonal Raj
Издательство: BPB Publications
Год: 2022
Формат: ePUB, PDF
Страниц: 1073
Размер: 10 Mb
Язык: English
‘The Pythonic Way' acquaints you with Python's capabilities beyond basic syntax. This book will help you understand widely accepted Pythonic constructs and procedures, thus enabling you to write reliable, optimized, and modular applications.
You'll learn about Pythonic data structures, class and object creation, and more. The book then delves into some of Python's lesser-known but incredibly powerful functionalities such as meta-programming, decorators, context managers, generators, and iterators. Additionally, you'll learn how to accelerate computations by using Pandas Series and Dataframes. You will be introduced to various design patterns that work well with Python applications. Finally, we'll discuss testing frameworks and best practices for testing, packaging, launching, and publishing applications in production environments.