Fundamental data types in python

broken image
broken image

Let us learn about the various sequence data type in python in detail. To learn more about the sequence data type in Python, refer to the article - Data Types in Python Six sequence (or sequential) data types There are mainly six types of sequence data type in Python programming language, they are as follows: Apart from these, we have some user-defined data structures in python like stacks, queues, trees, linked lists, graphs, and hashmaps. We have four built-in (general) data structures in python namely - lists, dictionaries, tuples and sets. The data structures in python language can be broadly divided into two categories. The data structure is one of the most fundamental topics of any programming language. The data structures in python are nothing but a meaningful way of arranging, and storing the data in the computer for efficient utilization and processing depending upon the situation.

broken image