Programming From The Very Basics Using Python - Session 26 - Defining Functions - Part 1 - Overview

Опубликовано: 24 Июль 2026
на канале: Chandrashekar Babu
35
5

In this video, I will guide you through basics of function definition in python. You will learn how python treats functions as objects and how you can assign a defined function to another name as normal variable assignments. You will also learn about the basic concept of polymorphism with a simple example for arity-based and type-based polymorphism - done the python way.

Code samples and notebooks used in the videos / demonstration are available at https://github.com/slashprog/programm...