E-Book, Englisch, 332 Seiten
Anaya Clean Code in Python
1. Auflage 2018
ISBN: 978-1-78883-706-4
Verlag: De Gruyter
Format: EPUB
Kopierschutz: Adobe DRM (»Systemvoraussetzungen)
Refactor your legacy code base
E-Book, Englisch, 332 Seiten
ISBN: 978-1-78883-706-4
Verlag: De Gruyter
Format: EPUB
Kopierschutz: Adobe DRM (»Systemvoraussetzungen)
No detailed description available for "Clean Code in Python".
Autoren/Hrsg.
Fachgebiete
- Mathematik | Informatik EDV | Informatik Programmierung | Softwareentwicklung Programmier- und Skriptsprachen
- Mathematik | Informatik EDV | Informatik Programmierung | Softwareentwicklung Programmierung: Methoden und Allgemeines
- Mathematik | Informatik EDV | Informatik Business Application Unternehmenssoftware
Weitere Infos & Material
Table of Contents - Introduction, Code Formatting, and Tools
- Pythonic Code
- General Traits of Good Code
- The SOLID Principles
- Using Decorators to Improve our Code
- Getting more out of our objects with Descriptors
- Using Generators
- Unit Testing and Refactoring
- Common Design Patterns
- Clean Architecture