E-Book, Englisch, 422 Seiten
Anaya Clean Code in Python
2. Auflage 2021
ISBN: 978-1-80056-209-7
Verlag: De Gruyter
Format: EPUB
Kopierschutz: 0 - No protection
Develop maintainable and efficient code
E-Book, Englisch, 422 Seiten
ISBN: 978-1-80056-209-7
Verlag: De Gruyter
Format: EPUB
Kopierschutz: 0 - No protection
No detailed description available for "Clean Code in Python".
Autoren/Hrsg.
Fachgebiete
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
- Generators, Iterators, and Asynchronous Programming
- Unit Testing and Refactoring
- Common Design Patterns
- Clean Architecture