- Python Data Structures and Algorithms
- Benjamin Baka
- 102字
- 2021-07-09 19:45:01
Built-in data types
Python data types can be divided into three categories: numeric, sequence, and mapping. There is also the None object that represents a Null, or absence of a value. It should not be forgotten either that other objects such as classes, files, and exceptions can also properly be considered types; however, they will not be considered here.
Every value in Python has a data type. Unlike many programming languages, in Python you do not need to explicitly declare the type of a variable. Python keeps track of object types internally.
Python built-in data types are outlined in the following table:

推薦閱讀
- 大學計算機基礎(第二版)
- Visual C++程序設計教程
- Effective C#:改善C#代碼的50個有效方法(原書第3版)
- The React Workshop
- Java程序員面試算法寶典
- Java深入解析:透析Java本質的36個話題
- Learn React with TypeScript 3
- Python High Performance Programming
- Mastering Xamarin.Forms(Second Edition)
- AMP:Building Accelerated Mobile Pages
- RESTful Web API Design with Node.js
- Game Development Patterns and Best Practices
- Learning Swift
- Getting Started with Hazelcast
- Learning Ext JS(Fourth Edition)