- Daniel Arbuckle's Mastering Python
- Daniel Arbuckle
- 108字
- 2021-07-02 21:09:31
Python's built-in data structures and comprehensions
Now, let's take a look at the core data structure types of Python. These aren't the only data structures available, of course, because it's fairly easy to create data structures using classes. However, these data structures are built right into the heart of Python and they're highly efficient, so it's a good idea to be very familiar with them.
The first thing to understand is that data structures are themselves data values similar to a filing cabinet-they're one thing that contains many things. Like any other data value, they can be stored in a variable or used as part of an expression.
推薦閱讀
- Mastering Entity Framework Core 2.0
- Debian 7:System Administration Best Practices
- Python程序設(shè)計(jì)(第3版)
- VSTO開(kāi)發(fā)入門教程
- Yocto for Raspberry Pi
- 零基礎(chǔ)學(xué)單片機(jī)C語(yǔ)言程序設(shè)計(jì)
- UVM實(shí)戰(zhàn)
- Julia 1.0 Programming Complete Reference Guide
- .NET 4.5 Parallel Extensions Cookbook
- RubyMotion iOS Develoment Essentials
- QPanda量子計(jì)算編程
- Mastering PowerCLI
- DevOps 精要:業(yè)務(wù)視角
- C/C++代碼調(diào)試的藝術(shù)(第2版)
- Java Web開(kāi)發(fā)基礎(chǔ)與案例教程