

Python 3 Object-oriented Programming - Third Edition: Build robust and maintainable software with object-oriented design, (Paperback)
Key item features
- Python 3 Object-oriented Programming - Third Edition: Build robust and maintainable software with object-oriented design, (Paperback)
- Author: Packt Publishing
- ISBN: 9781789615852
- Format: Paperback
- Publication Date: 2018-10-30
- Page Count: 466
Specs
- Book formatPaperback
- Fiction/nonfictionNon-Fiction
- GenreComputing & Internet
- Publication dateOctober, 2018
- Pages466
- SubgenreLanguages
- Free shipping
Free 30-day returns
How do you want your item?
More seller options (2)
Similar items you might like
Python Crash Course, 3rd Edition : A Hands-On, Project-Based Introduction to Programming (Paperback) $23.49 Was $49.99
2 optionsAvailable in additional 2 options$2349current price $23.49, Was $49.99$49.99Python Crash Course, 3rd Edition : A Hands-On, Project-Based Introduction to Programming (Paperback)
154.9 out of 5 Stars. 15 reviewsArchitecting AI Software Systems: Crafting robust and scalable AI systems for modern software development, (Paperback) $34.99
$3499current price $34.99Architecting AI Software Systems: Crafting robust and scalable AI systems for modern software development, (Paperback)
C Software Interoperability for Windows Programmers: Connecting to C#, R, and Python Clients, (Paperback) $33.86
$3386current price $33.86C Software Interoperability for Windows Programmers: Connecting to C#, R, and Python Clients, (Paperback)
Hands-On Object-Oriented Programming: Mastering Oop Features for Real-World Software Systems Development, (Paperback) $46.39
$4639current price $46.39Hands-On Object-Oriented Programming: Mastering Oop Features for Real-World Software Systems Development, (Paperback)
Python: Ensure your code is sleek, efficient and elegant by mastering powerful Python design patterns, (Paperback) $84.99
$8499current price $84.99Python: Ensure your code is sleek, efficient and elegant by mastering powerful Python design patterns, (Paperback)
Python 3 Object Oriented Programming: If you feel it'Äôs time you learned object-oriented programming techniques, this i, (Paperback) $75.05
$7505current price $75.05Python 3 Object Oriented Programming: If you feel it'Äôs time you learned object-oriented programming techniques, this i, (Paperback)
Pre-Owned Object-Oriented Python: Master Oop by Building Games and GUIs (Paperback) 1718502060 9781718502062 $27.86
$2786current price $27.86Pre-Owned Object-Oriented Python: Master Oop by Building Games and GUIs (Paperback) 1718502060 9781718502062
Ultimate Python Programming: Learn Python with 650 Programs, 900 Practice Questions, and 5 Projects, (Paperback) $34.50
$3450current price $34.50Ultimate Python Programming: Learn Python with 650 Programs, 900 Practice Questions, and 5 Projects, (Paperback)
Design Patterns in Modern C 20: Reusable Approaches for Object-Oriented Software Design, (Paperback) $33.25 Was $39.99
$3325current price $33.25, Was $39.99$39.99Design Patterns in Modern C 20: Reusable Approaches for Object-Oriented Software Design, (Paperback)
Pre-Owned Head First Design Patterns: Building Extensible and Maintainable Object-Oriented Software (Paperback) 149207800X 9781492078005 $51.89
2 optionsAvailable in additional 2 options$5189current price $51.89Pre-Owned Head First Design Patterns: Building Extensible and Maintainable Object-Oriented Software (Paperback) 149207800X 9781492078005
Object-Oriented Programming with Visual Basic .Net: Developing Robust & Scalable Objects with Oop (Paperback) $26.28
$2628current price $26.28Object-Oriented Programming with Visual Basic .Net: Developing Robust & Scalable Objects with Oop (Paperback)
Structured and Object-Oriented Programming: A Comprehensive Guide to Modern Programming Paradigms, (Paperback) $38.08
$3808current price $38.08Structured and Object-Oriented Programming: A Comprehensive Guide to Modern Programming Paradigms, (Paperback)
PLC Programming For Beginners: From Fundamentals to Professional Practice: A Structured Approach to Automation Software , (Paperback) $24.99
$2499current price $24.99PLC Programming For Beginners: From Fundamentals to Professional Practice: A Structured Approach to Automation Software , (Paperback)
Learning Object-Oriented Programming, Design and TDD with Pharo, (Paperback) $32.12
$3212current price $32.12Learning Object-Oriented Programming, Design and TDD with Pharo, (Paperback)
A Framework for Programming Interactive Graphics in a Functional Programming Language, (Paperback) $33.88
$3388current price $33.88A Framework for Programming Interactive Graphics in a Functional Programming Language, (Paperback)
Data Structures and Program Design Using Python: A Self-Teaching Introduction, (Paperback) $58.76
$5876current price $58.76Data Structures and Program Design Using Python: A Self-Teaching Introduction, (Paperback)
A Beginner's Guide to Object-Oriented Python Programming: Learn to Write Structured, Reusable, and Professional Code fro, (Paperback) $26.63
$2663current price $26.63A Beginner's Guide to Object-Oriented Python Programming: Learn to Write Structured, Reusable, and Professional Code fro, (Paperback)
Computer Science Java Programming: Code with an Object-Oriented Program and Improve Your Software Engineering Skills. Get Familiar with V, Book 3, (Hardcover) $26.16 Was $32.00
$2616current price $26.16, Was $32.00$32.00Computer Science Java Programming: Code with an Object-Oriented Program and Improve Your Software Engineering Skills. Get Familiar with V, Book 3, (Hardcover)
Python for non-Pythonians: How to Win Over Programming Languages, (Paperback) $31.98
$3198current price $31.98Python for non-Pythonians: How to Win Over Programming Languages, (Paperback)
Visual Debugging of Object-Oriented Systems With the Unified Modeling Language, (Paperback) $18.75
$1875current price $18.75Visual Debugging of Object-Oriented Systems With the Unified Modeling Language, (Paperback)
About this item
Product details
Uncover modern Python with this guide to Python data structures, design patterns, and effective object-oriented techniques
Key Features- In-depth analysis of many common object-oriented design patterns that are more suitable to Python's unique style
- Learn the latest Python syntax and libraries
- Explore abstract design patterns and implement them in Python 3.8
Object-oriented programming (OOP) is a popular design paradigm in which data and behaviors are encapsulated in such a way that they can be manipulated together. This third edition of Python 3 Object-Oriented Programming fully explains classes, data encapsulation, and exceptions with an emphasis on when you can use each principle to develop well-designed software.
Starting with a detailed analysis of object-oriented programming, you will use the Python programming language to clearly grasp key concepts from the object-oriented paradigm. You will learn how to create maintainable applications by studying higher level design patterns. The book will show you the complexities of string and file manipulation, and how Python distinguishes between binary and textual data. Not one, but two very powerful automated testing systems, unittest and pytest, will be introduced in this book. You'll get a comprehensive introduction to Python's concurrent programming ecosystem.
By the end of the book, you will have thoroughly learned object-oriented principles using Python syntax and be able to create robust and reliable programs confidently.
What you will learn- Implement objects in Python by creating classes and defining methods
- Grasp common concurrency techniques and pitfalls in Python 3
- Extend class functionality using inheritance
- Understand when to use object-oriented features, and more importantly when not to use them
- Discover what design patterns are and why they are different in Python
- Uncover the simplicity of unit testing and why it's so important in Python
- Explore concurrent object-oriented programming
If you're new to object-oriented programming techniques, or if you have basic Python skills and wish to learn in depth how and when to correctly apply OOP in Python, this is the book for you. If you are an object-oriented programmer for other languages or seeking a leg up in the new world of Python 3.8, you too will find this book a useful introduction to Python. Previous experience with Python 3 is not necessary.
Table of Contents- Object-oriented Design
- Objects in Python
- When Objects Are Alike
- Expecting the Unexpected
- When to Use Object-oriented Programming
- Python Data Structures
- Python Object-oriented Shortcuts
- Strings and Serialization
- The Iterator Pattern
- Python Design Patterns I
- Python Design Patterns II
- Testing Object-oriented Programs
- Concurrency
- Python 3 Object-oriented Programming - Third Edition: Build robust and maintainable software with object-oriented design, (Paperback)
- Author: Packt Publishing
- ISBN: 9781789615852
- Format: Paperback
- Publication Date: 2018-10-30
- Page Count: 466
Specifications
Book format
Fiction/nonfiction
Genre
Publication date
Warranty
Warranty information
Customer ratings & reviews
Related pages
- Api Publishing Python Programming Language Books
- Python Databases
- Python Qt
- Python R
- Python Redshift Python Programming Language Books
- Python Code Tests
- Windows Administration Books
- Data Warehousing Books
- Data Warehousing Books
- Spreadsheets Books
- General Certification Guide Books
- Desktop Applications Databases Books
