Introduction to Callables

Difficulty: Beginner
Duration: 9 minutes and 38 seconds
Students: 482
Rating: 4.7/5

This lesson introduces callables and is part of a series of content designed to help you learn to program with Python. 

Learning Objectives

  • Describe the concept of callable
  • List two types of callable
  • Describe how to call a callable

Intended Audience

This lesson is designed for first-time developers who want to learn Python. Existing developers may want to skip. 

Prerequisites

This introductory lesson does not require prior programming knowledge.

Covered Topics