Reference

Concise definitions for common Python terms

Python Glossary

Concise explanations of fundamental Python concepts and terminology.

View 167 Terms »
Python Keywords

Special reserved words that have specific meaning in Python code.

View 39 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 47 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 »
Python Standard Library

Modules and packages included in the Python standard library.

View 75 Terms »
AI Coding Tools

Popular AI coding tools with growing impact on modern software development workflows.

View 22 Terms »

Term of the Day

Python Glossary/

asynchronous context manager

An object that allows you to allocate resources and release them after running operations that involve asynchronous code.