Installieren Sie die genialokal App auf Ihrem Startbildschirm für einen schnellen Zugriff und eine komfortable Nutzung.
Tippen Sie einfach auf Teilen:
Und dann auf "Zum Home-Bildschirm [+]".
Bei genialokal.de kaufen Sie online bei Ihrer lokalen, inhabergeführten Buchhandlung!
A lightning-fast guide to Python for programmers who already know the basics. Dead Simple Python dives deep into the nuts and bolts of the Python programming language. It unpacks the technical "whys" and "hows" of the language's fundamental concepts and helps you use these concepts to write idiomatic Python. Throughout the book, McDonald delves into Python programming concepts like structuring a project, the Python type system, functional and object-oriented programming, loops and iterators, generators and comprehensions, concurrency, distribution, and other essentials. You'll go from basics to project deployment in under 400 pages.
Jason C. McDonald is a software engineer, manager, speaker, and author of both fiction and nonfiction. You can usually find him haunting his local coffee shops.
Introduction Part 1: The Python Environment Chapter 1: The Python Philosophy Chapter 2: Your Workbench Chapter 3: Syntax Crash Course Chapter 4: Project Structure and Imports Part 2: Essential Structures Chapter 5: Variables and Types Chapter 6: Functions and Lambdas Chapter 7: Objects and Classes Chapter 8: Errors and Exceptions Part 3: Data and Flow Chapter 9: Collections and Iteration Chapter 10: Generators and Comprehensions Chapter 11: Text IO and Context Managers Chapter 12: Binary and Serialization Part 4: Advanced Concepts Chapter 13: Inheritance and Mixins Chapter 14: Metaclasses and ABCs Chapter 15: Inspection and Generics Chapter 16: Asynchrony and Concurrency Chapter 17: Threading and Parallelism Part 5: Beyond the Code Chapter 18: Packaging and Distribution Chapter 19: Debugging and Analysis Chapter 20: Testing and Profiling Chapter 21: The Parting of the Ways Appendix A: Special Attributes and Methods Appendix B: Python Debugger (pdb) Commands Glossary