Learn what a data type is and how it classifies variables or objects in computer programming. See examples of common data types and how they are used in different languages. These data types are called primitive data types and you can use these data types to build more complex data types , which are called user-defined data type , for example a string will be a sequence of characters. Read More: C Data Types Java Data Types Python Data Types Python has five standard data types but this programming language does not make use of any keyword to specify a particular data type , rather Python is intelligent enough to understand a given data type automatically. Numbers ... In this tutorial, you will learn about different data types we can use in Python with the help of examples. In software programming, a data type refers to the type of value a variable has and what type of mathematical, relational or logical operations can be applied on it without causing an error.