HomeComputers & TechnologyLearning Python: Powerful Object-Oriented Programming
Skip to product information
1 of 1

Learning Python: Powerful Object-Oriented Programming

paperbackJanuary 1, 2009
Regular price $28.09 USD
Regular price Sale price $28.09 USD
Sale Sold out
Shipping calculated at checkout.
Secure Checkout
Quality Guaranteed
New In Stock
ISBN-13: 9780596158064 ISBN-10: 0596158068
Publisher
O'Reilly
Binding
paperback
Published
January 1, 2009
Weight
3.5 lbs
Dimensions
22.90×6.40×17.10 cm

About this book

Learning Python: Powerful Object-Oriented Programming by Lutz, Mark. paperback edition. ISBN: 9780596158064.

Google and YouTube use Python because its highly adaptable, easy to maintain, and allows for rapid development. If you want to write high-quality, efficient code thats easily integrated with other languages and tools, this hands-on book will help you be productive with Python quickly -- whether youre new to programming or just new to Python. Its an easy-to-follow self-paced tutorial, based on author and Python expert Mark Lutzs popular training course. Each chapter contains a stand-alone lesson on a key component of the language, and includes a unique Test Your Knowledge section with practical exercises and quizzes, so you can practice new skills and test your understanding as you go. Youll find lots of annotated examples and illustrations to help you get started with Python 3.0. Learn about Pythons major built-in object types, such as numbers, lists, and dictionariesCreate and process objects using Python statements, and learn Pythons general syntax modelStructure and reuse code using functions, Pythons basic procedural toolLearn about Python modules: packages of statements, functions, and other tools, organized into larger componentsDiscover Pythons object-oriented programming tool for structuring codeLearn about the exception-handling model, and development tools for writing larger programsExplore advanced Python tools including decorators, descriptors, metaclasses, and Unicode processing