- Добавил: literator
- Дата: 27-05-2023, 18:39
- Комментариев: 0

Автор: Nash Maverick
Издательство: Vigilant Vaults
Год: 2023
Страниц: 126
Язык: английский
Формат: pdf, epub, mobi
Размер: 10.2 MB
"Python Clean Code" is a comprehensive guidebook for Python developers who want to improve the quality of their code by adopting best practices for writing clean, readable, and maintainable code. The book is authored by Nash Maverick, who has many years of experience in software development and has worked with multiple programming languages. The book is divided into four parts, each covering a specific aspect of clean code development. Part 1 focuses on the fundamentals of clean code, including the definition of clean code, the importance of code readability, and the benefits of writing clean code. Part 2 delves into the specifics of writing clean code in Python, such as choosing clear and concise names, following the PEP 8 style guide, and handling errors and exceptions. Part 3 highlights the common mistakes developers make while writing clean code and provides solutions for avoiding these mistakes. Finally, Part 4 covers the best practices for writing clean code, such as establishing coding standards, encouraging code reviews, and continuously improving code quality.