Python Glossary
The Python Glossary is a comprehensive collection of common Python concepts and terms. It serves as a quick reference for both beginners and experienced developers seeking concise definitions and refreshers on Python’s features.
The Python Glossary is a comprehensive collection of common Python concepts and terms. It serves as a quick reference for both beginners and experienced developers seeking concise definitions and refreshers on Python’s features.
args (arguments)
A special syntax that allows a function to accept an undefined number of positional arguments.
cls (argument)
A conventional name for the first argument of a class method.
kwargs (keyword arguments)
A special syntax for defining functions that accept an undetermined number of keyword arguments.
self (argument)
A conventional name for the first argument in instance methods within a class.
Get a Python Cheat Sheet (PDF) and learn the basics of Python, like working with data types, dictionaries, lists, and Python functions: