- 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:

推薦閱讀
- ReSharper Essentials
- Mastering Adobe Captivate 2017(Fourth Edition)
- Python機器學習實戰
- GeoServer Beginner's Guide(Second Edition)
- C程序設計案例教程
- 網站構建技術
- VMware虛擬化技術
- HTML5從入門到精通 (第2版)
- Mastering Android Game Development
- Java Fundamentals
- Unity 3D腳本編程:使用C#語言開發跨平臺游戲
- Go語言編程
- Python Essentials
- Android嵌入式系統程序開發:基于Cortex-A8(第2版)
- Java網絡編程實用精解