- Learning Python
- Fabrizio Romano
- 191字
- 2021-07-30 09:41:55
Chapter 2. Built-in Data Types
"Data! Data! Data!" he cried impatiently. "I can't make bricks without clay."
--Sherlock Holmes - The Adventure of the Copper Beeches
Everything you do with a computer is managing data. Data comes in many different shapes and flavors. It's the music you listen, the movie you stream, the PDFs you open. Even the chapter you're reading at this very moment is just a file, which is data.
Data can be simple, an integer number to represent an age, or complex, like an order placed on a website. It can be about a single object or about a collection of them.
Data can even be about data, that is, metadata. Data that describes the design of other data structures or data that describes application data or its context.
In Python, objects are abstraction for data, and Python has an amazing variety of data structures that you can use to represent data, or combine them to create your own custom data. Before we delve into the specifics, I want you to be very clear about objects in Python, so let's talk a little bit more about them.
- 軟件安全技術
- 密碼學原理與Java實現
- C語言程序設計(第2 版)
- Responsive Web Design with HTML5 and CSS3
- Hands-On JavaScript High Performance
- 面向對象程序設計(Java版)
- MATLAB定量決策五大類問題
- D3.js 4.x Data Visualization(Third Edition)
- 深入理解Android:Wi-Fi、NFC和GPS卷
- 編程菜鳥學Python數據分析
- Android開發三劍客:UML、模式與測試
- Beginning C++ Game Programming
- Python入門很輕松(微課超值版)
- 平面設計經典案例教程:CorelDRAW X6
- 代碼閱讀