- 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
推薦閱讀
- 程序員修煉之道:程序設計入門30講
- MySQL 8從入門到精通(視頻教學版)
- Cocos2d-x游戲開發(fā):手把手教你Lua語言的編程方法
- Building Mapping Applications with QGIS
- PLC編程及應用實戰(zhàn)
- Linux操作系統(tǒng)基礎案例教程
- Learning Unity 2D Game Development by Example
- RabbitMQ Cookbook
- 硅谷Python工程師面試指南:數(shù)據(jù)結構、算法與系統(tǒng)設計
- ASP.NET Core 2 Fundamentals
- 軟件測試教程
- GitHub入門與實踐
- Python Machine Learning Cookbook
- PHP動態(tài)網(wǎng)站開發(fā)實踐教程
- 微信公眾平臺開發(fā)最佳實踐