Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 517 Bytes

File metadata and controls

19 lines (14 loc) · 517 Bytes

Python data

Like any language, the organization and categorization is at the heart of coding in Python. This section contains all you need to know about using data in Python. Here's what's included:

  • Data overview
  • Number types
  • Sequence types
  • Collection types

Data overview

All data in Python is stored in objects.