- 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.
- Building a Game with Unity and Blender
- C語言程序設計基礎與實驗指導
- R的極客理想:工具篇
- 零基礎輕松學SQL Server 2016
- 從Excel到Python:用Python輕松處理Excel數據(第2版)
- Flutter跨平臺開發入門與實戰
- 零代碼實戰:企業級應用搭建與案例詳解
- Mastering Adobe Captivate 7
- Java 9 with JShell
- Python面試通關寶典
- Java多線程并發體系實戰(微課視頻版)
- Sitecore Cookbook for Developers
- C++標準庫(第2版)
- Learn Spring for Android Application Development
- Python機器學習(原書第3版)