- Python Unlocked
- Arun Tigeraniya
- 77字
- 2021-07-23 14:57:49
Chapter 2. Namespaces and Classes
In the previous chapter, we covered how objects worked. In this chapter, we will explore how objects are made available to code via reference, specifically how namespaces work, what modules are, and how they are imported. We will also cover topics related to classes, such as language protocols, MRO, and abstract classes. We will discuss the following topics:
- Namespaces
- Imports and modules
- Class multiple inheritance, MRO, super
- Protocols
- Abstract classes
推薦閱讀
- 編程卓越之道(卷3):軟件工程化
- Building a RESTful Web Service with Spring
- Visual C++實例精通
- Java應用開發與實踐
- Julia機器學習核心編程:人人可用的高性能科學計算
- Neo4j Essentials
- 深入淺出Android Jetpack
- R大數據分析實用指南
- Bootstrap 4 Cookbook
- Deep Learning with R Cookbook
- Struts 2.x權威指南
- C語言程序設計
- Developer,Advocate!
- Mastering PostgreSQL 11(Second Edition)
- 亮劍Java Web項目開發案例導航