Reference

Concise definitions for common Python terms

Python Glossary

Concise explanations of fundamental Python concepts and terminology.

View 58 Terms Β»
Python Keywords

Special reserved words that have specific meaning in Python code.

View 35 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 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/

traceback

Python’s report showing the function call stack when an exception or error is raised.