- Python Data Structures and Algorithms
- Benjamin Baka
- 139字
- 2021-07-09 19:45:04
Modules for data structures and algorithms
In addition to the built-in types, there are several Python modules that we can use to extend these built-in types and functions. In many cases, these Python modules may offer efficiency and programming advantages that allow us to simplify our code.
So far, we have looked at the built-in datatypes of strings, lists, sets, and dictionaries as well as the decimal and fractions modules. They are often described by the term abstract data types (ADTs). ADTs can be considered as mathematical specifications for the set of operations that can be performed on data. They are defined by their behavior rather than their implementation. In addition to the ADTs that we have looked at, there are several Python libraries that provide extensions to the built-in datatypes. These will be discussed in the following section.
- UML和模式應用(原書第3版)
- Building a Home Security System with Raspberry Pi
- 算法基礎:打開程序設計之門
- Learning SAP Analytics Cloud
- Backbone.js Blueprints
- SAP BusinessObjects Dashboards 4.1 Cookbook
- JavaScript:Moving to ES2015
- 微信小程序入門指南
- Android底層接口與驅動開發技術詳解
- Learning DHTMLX Suite UI
- Java Web開發就該這樣學
- Python+Tableau數據可視化之美
- 超簡單:Photoshop+JavaScript+Python智能修圖與圖像自動化處理
- C語言程序設計實踐
- Microsoft Exchange Server 2016 PowerShell Cookbook(Fourth Edition)