- Python 3 Object:oriented Programming(Second Edition)
- Dusty Phillips
- 110字
- 2021-07-16 20:44:30
Chapter 2. Objects in Python
So, we now have a design in hand and are ready to turn that design into a working program! Of course, it doesn't usually happen this way. We'll be seeing examples and hints for good software design throughout the book, but our focus is object-oriented programming. So, let's have a look at the Python syntax that allows us to create object-oriented software.
After completing this chapter, we will understand:
- How to create classes and instantiate objects in Python
- How to add attributes and behaviors to Python objects
- How to organize classes into packages and modules
- How to suggest people don't clobber our data
推薦閱讀
- 大學計算機應用基礎實踐教程
- 數據結構和算法基礎(Java語言實現)
- PaaS程序設計
- Rust編程從入門到實戰
- Mastering Ubuntu Server
- Full-Stack React Projects
- WordPress Plugin Development Cookbook(Second Edition)
- PostgreSQL Replication(Second Edition)
- Jupyter數據科學實戰
- PHP+MySQL+Dreamweaver動態網站開發從入門到精通(第3版)
- iOS自動化測試實戰:基于Appium、Python與Pytest
- Managing Microsoft Hybrid Clouds
- 交互式程序設計(第2版)
- Visual Basic程序設計基礎
- Node.js實戰:分布式系統中的后端服務開發