- The Python Apprentice
- Robert Smallshire Austin Bingham
- 153字
- 2021-07-02 22:17:02
Built-in types and the object model
One of the most fundamental design elements of the Python language is its use of objects. Objects are the central data structure not only of user-level constructs but also many of the inner workings of the language itself. In this chapter we'll start to to develop a sense of what this means, both in principle and in practice, and hopefully you'll start to appreciate just how pervasive objects are throughout Python.
We'll take a look at what objects are, how you use them, and how you manage references to them. We'll also start to explore the notion of types in Python, and we'll see how Python's types are both similar to and different from those in many other popular languages. As part this exploration we'll take a more in-depth look at some collection types we've met already, and introduce a few more collection types as well.
- Python科學(xué)計(jì)算(第2版)
- Effective C#:改善C#代碼的50個(gè)有效方法(原書第3版)
- Instant Zepto.js
- Python計(jì)算機(jī)視覺編程
- Visual C++串口通信技術(shù)詳解(第2版)
- Python王者歸來
- Learning ArcGIS Pro
- 快人一步:系統(tǒng)性能提高之道
- Machine Learning in Java
- SQL 經(jīng)典實(shí)例
- C語言從入門到精通
- 鴻蒙OS應(yīng)用編程實(shí)戰(zhàn)
- 深入理解Kafka:核心設(shè)計(jì)與實(shí)踐原理
- Less Web Development Cookbook
- Mastering Data Analysis with R