David Beazley – författare
Visar alla böcker från författaren David Beazley. Handla med fri frakt och snabb leverans.
2 produkter
2 produkter
330 kr
Skickas inom 7-10 vardagar
Expert insight for modern Python (3.6+) coding from the author of Python Essential ReferencePython educator Dave Beazley’s concise handbook focuses on the essential core of the Python programming language, with code examples to illuminate how Python works and how to structure programs that can be more easily explained, tested, and debugged. Rather than trying to cover every possible feature and quirk of a 30-year-old language, this pragmatic guide provides a concise narrative related to fundamental programming topics that form the foundation for Python projects of any size includingData abstractionControl flowProgram structureFunctions: master functions and functional programming idiomsObjects: control objects and master the "protocols" that define their behaviorModules: plan for project growth by understanding modules and packagesGeneratorsClasses: understand classes from both high-level and technical perspectivesI/O handling: proper techniques and abstractionsDicts"This is a pragmatic book that presents some of the most important topics about the Python programming language in a concise form, designed to make it easier to find out the most relevant information bits in a context where resources abound and frequently are just too overwhelming."—Victor Domingos, Software Developer, Slim Business Solutions, The No Title® Tech Blog
476 kr
Skickas inom 5-8 vardagar
If you need help writing programs in Python 3, or want to update older Python 2 code, this book is just the ticket. Packed with practical recipes written and tested with Python 3.3, this unique cookbook is for experienced Python programmers who want to focus on modern tools and idioms. Inside, you'll find complete recipes for more than a dozen topics, covering the core Python language as well as tasks common to a wide variety of application domains. Each recipe contains code samples you can use in your projects right away, along with a discussion about how and why the solution works. Topics include: Data Structures and Algorithms Strings and Text Numbers, Dates, and Times Iterators and Generators Files and I/O Data Encoding and Processing Functions Classes and Objects Metaprogramming Modules and Packages Network and Web Programming Concurrency Utility Scripting and System Administration Testing, Debugging, and Exceptions C Extensions