- Learn Python in 7 Days
- Mohit Bhaskar N. Das
- 156字
- 2021-07-09 20:40:23
Data types in Python
What is a data type in any programming language? Let's try to understand with a real life problem. We use water, oil, liquid soap, syrups, and so on in our day to day life. How do you categorize these items? Let's take another set of examples of bar soap, cell phone, and so on; what classification would you like to give these items? Answer to all these questions is simple: solid, liquid, and gases. Yes, we have these three broader classifications for any item that we have heard about or used in our day to day life. Same is the case in the programming world. Each and every thing needs to be categorized under different types. There are many types of data, such as numbers, strings, character, images, and so on.
Data types can be broadly categorized into five different types, listed as follows:
- Numbers
- String
- Tuples
- List
- Dictionary
- Power Up Your PowToon Studio Project
- Rake Task Management Essentials
- 64位匯編語言的編程藝術
- Advanced Oracle PL/SQL Developer's Guide(Second Edition)
- 從零開始學Linux編程
- Developing SSRS Reports for Dynamics AX
- R數據科學實戰:工具詳解與案例分析
- R Data Science Essentials
- IoT Projects with Bluetooth Low Energy
- PHP+MySQL動態網站開發從入門到精通(視頻教學版)
- ASP.NET求職寶典
- AMP:Building Accelerated Mobile Pages
- IBM RUP參考與認證指南
- Visual Basic語言程序設計上機指導與練習(第3版)
- Pandas入門與實戰應用:基于Python的數據分析與處理