Unleash the power of Python 3 objects About This Book * Stop writing scripts and start architecting programs * Learn the latest Python syntax and libraries * A practical, hands-on tutorial that teaches you all about abstract design patterns and how to implement them in Python 3 Who This Book Is For 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 object-oriented programming in Python to design software, this is the book for you. What You Will Learn * Implement objects in Python by creating classes and defining methods * Separate related objects into a taxonomy of classes and describe the properties and behaviors of those objects via the class interface * 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
0コメント