14 Python Data Types
Like in any programming language Python has data types.
Data types help you organize your data and values in a meaningful way. It's important to understand when to use which data type.
As a starting point in this Python data type tutorial we'll simply list the most common ones.