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...