Learning Python: Powerful Object-Oriented Programming, 4/e (Paperback)
Mark Lutz
- 出版商: O'Reilly
- 出版日期: 2009-10-12
- 售價: $2,010
- 貴賓價: 9.5 折 $1,910
- 語言: 英文
- 頁數: 1216
- 裝訂: Paperback
- ISBN: 0596158068
- ISBN-13: 9780596158064
-
相關分類:
Python、程式語言、Object-oriented
-
相關翻譯:
Python 學習手冊, 4/e (Learning Python: Powerful Object-Oriented Programming, 4/e) (簡中版)
已過版
買這商品的人也買了...
-
$880$695 -
$880$581 -
$550$468 -
$980$774 -
$990$891 -
$620$527 -
$1,200$1,020 -
$800$632 -
$880$695 -
$860$774 -
$480$408 -
$680$537 -
$750$638 -
$520$411 -
$820$648 -
$580$493 -
$530$419 -
$580$493 -
$890$757 -
$490$417 -
$490$417 -
$490$382 -
$450$351 -
$490$417 -
$850$723
相關主題
商品描述
Google and YouTube use Python because it's highly adaptable, easy to maintain, and allows for rapid development. If you want to write high-quality, efficient code that's easily integrated with other languages and tools, this hands-on book will help you be productive with Python quickly -- whether you're new to programming or just new to Python. It's an easy-to-follow self-paced tutorial, based on author and Python expert Mark Lutz's 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. You'll find lots of annotated examples and illustrations to help you get started with Python 3.0.
- Learn about Python's major built-in object types, such as numbers, lists, and dictionaries
- Create and process objects using Python statements, and learn Python's general syntax model
- Structure and reuse code using functions, Python's basic procedural tool
- Learn about Python modules: packages of statements, functions, and other tools, organized into larger components
- Discover Python's object-oriented programming tool for structuring code
- Learn about the exception-handling model, and development tools for writing larger programs
- Explore advanced Python tools including decorators, descriptors, metaclasses, and Unicode processing