Python Tutorial 13: Functions

Опубликовано: 19 Ноябрь 2018
на канале: PyLenin
1,266
47

A function denotes a block of code that runs every time the function is called. It helps in enhancing the reusability of code and allows better software design. Here is a complete tutorial on using functions in Python.

To practice programming with functions, go ahead to:-

www.edabit.com/challenges

================
Sections & Timeline
================
1) Introduction to Functions - 0:0
2) Advantages of Function - 1:18
3) How to define a function in Python - 1:39
4) Example of functional programming - 2:10
5) Parameters in Functions - 3:50
6) Difference between parameters and arguments - 4:10
7) Required arguments - 4:46
8) Keyword arguments - 5:25
9) Default Arguments - 5:57
10) Variable length argument - 6:40
11) Practice functions with Edabit - 8:20