Reference

Concise definitions for common Python terms

Python Glossary

Concise explanations of fundamental Python concepts and terminology.

View 183 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 81 Terms Β»
Python Tools

Learn essential Python tools like pyenv, uv, and IPython with quick, practical guides to boost your daily development.

View 42 Terms Β»
Python Best Practices

Widely accepted and established guidelines, conventions, tips, and best practices for Python programmers.

View 29 Terms Β»
Code Editors & IDEs

Popular code editors and IDEs that help you write, run, and debug Python code.

View 13 Terms Β»
AI Coding Glossary

Concise explanations of foundational terms and concepts for AI-assisted coding.

View 64 Terms Β»
AI Coding Tools

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

View 42 Terms Β»

Term of the Day

Python’s Built-in Functions/

sorted()

Returns a new sorted list of the elements in the iterable.