Have a personal or library account? Click to login
Clean Code in Python: Refactor your legacy code base Cover

Clean Code in Python: Refactor your legacy code base

Chapter in the book
Paid access
|Jun 2024
Table of contents

Table of Contents

  1. Introduction, Code Formatting, and Tools
  2. Pythonic Code
  3. General Traits of Good Code
  4. The SOLID Principles
  5. Using Decorators to Improve our Code
  6. Getting more out of our objects with Descriptors
  7. Using Generators
  8. Unit Testing and Refactoring
  9. Common Design Patterns
  10. Clean Architecture

PDF preview is not available for this content.

PDF ISBN: 978-1-78883-706-4
Publisher: Packt Publishing Limited
Copyright owner: © 2018 Packt Publishing Limited
Publication date: 2024
Language: English
Pages: 332
Clean Code in Python