Skip to Content
Learning Python, 2nd Edition
book

Learning Python, 2nd Edition

by Mark Lutz, David Ascher
December 2003
Beginner
620 pages
17h 3m
English
O'Reilly Media, Inc.
Content preview from Learning Python, 2nd Edition

Part VI. Classes and OOP

In Part VI, we study the basics of object-oriented programming (OOP), as well as the code you write to use OOP in Python—the class statement. As you’ll see, OOP is an option in Python, but a good one: no other construct in the language supports code reuse to the degree that the class statement does. Especially in larger programs, OOP’s notion of programming by customizing is a powerful paradigm to apply, and can cut development time substantially when used well.

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Learning Python, 5th Edition

Learning Python, 5th Edition

Mark Lutz

Publisher Resources

ISBN: 0596002815Supplemental ContentErrata Page