- Expert Python Programming(Second Edition)
- Micha? Jaworski Tarek Ziadé
- 220字
- 2021-07-16 10:58:07
Chapter 3. Syntax Best Practices – above the Class Level
We will now focus on syntax best practices for classes. It is not intended to cover design patterns here, as they will be discussed in Chapter 14, Useful Design Patterns. This chapter gives an overview of the advanced Python syntax to manipulate and enhance the class code.
Object model evolved greatly during history of Python 2. For a long time we lived in a world where two implementations of the object-oriented programming paradigm coexisted in the same language. These two models were simply referred to as old-style and new-style classes. Python 3 ended this dichotomy and only model known as new-style classes is available to the developers. Anyway, it is still important to know how both of them worked in Python 2 because it will help you in porting old code and writing backwards compatible applications. Knowing how the object model changed will also help you in understanding why it is designed that way right now. This is the reason why the following chapter will have a relatively large number of notes about old Python 2 features despite this book targets the latest Python 3 releases.
The following topics will be discussed in this chapter:
- Subclassing built-in types
- Accessing methods from super classes
- Using properties and slots
- Metaprogramming
- Android項目開發入門教程
- JIRA 7 Administration Cookbook(Second Edition)
- Programming ArcGIS 10.1 with Python Cookbook
- YARN Essentials
- 深度學習:算法入門與Keras編程實踐
- SQL基礎教程(視頻教學版)
- INSTANT Yii 1.1 Application Development Starter
- 深入剖析Java虛擬機:源碼剖析與實例詳解(基礎卷)
- Azure Serverless Computing Cookbook
- Python:Deeper Insights into Machine Learning
- MATLAB GUI純代碼編寫從入門到實戰
- NGUI for Unity
- 深入淺出Python數據分析
- Drupal Search Engine Optimization
- PHP+MySQL Web應用開發教程