A callable is a function-like object, meaning it's something that behaves like a function. The primary types of callables in Python are functions and classes, though other callable objects do exist.
Read the article for this video at [ Ссылка ]
Find more Python screencasts at [ Ссылка ]
00:00 Functions are callable objects
00:22 Classes are callables too
01:13 Callable class instances
01:47 Recap
Ещё видео!