Reference
Concise definitions for common Python terms
Python Glossary
Concise explanations of fundamental Python concepts and terminology.
View 94 Terms Β»Pythonβs Built-in Data Types
Fundamental building blocks used to store and manipulate different kinds of data with Python.
View 13 Terms Β»Pythonβs Built-in Exceptions
Predefined error classes that the Python interpreter uses to handle various error conditions.
View 32 Terms Β»Pythonβs Built-in Functions
Core functions available for use in any Python program without needing to import any external libraries.
View 58 Terms Β»Term of the Day
Python Glossary/
data structure
A way of organizing and storing data so that you can access and modify it efficiently.