Hi! In this video, we shall be looking at the important concept of functions and how they work in Python. We shall also look at the different options that Python provides us to make our functions more flexible and easy to understand. At the end, we'll look at the small but highly important concept of Local and Global variables and the global keyword in Python.
Smash the like button and subscribe to my channel for more such content!
Time-stamps⏱:
0:00 - Definition of functions
00:50 - Defining functions
02:07 - Calling a function
02:30 - Passing arguments
03:45 - Returning values
04:44 - default value of parameter
05:49 - *args
07:36 - **kwargs
08:58 - Scope of variables
GitHub link for code:
https://github.com/ChipTalksComputers...
SUBSCRIBE NOW:
/ @chipsqueax
GITHUB:
https://github.com/ChipTalksComputers
FACEBOOK:
/ chiptalkscomputers-105731584427042
INSTAGRAM:
/ chiptalkscomputers
PYTHON FOR BEGINNERS:
• How to download and install Python 3.8.2 o...
SORTING ALGORITHMS PLAYLIST:
• Sorting-1 - Bubble Sort algorithm explaine...
PREVIOUS VIDEOS:
Python while loop:
• Loops in Python Part-2 - The While Loop | ...
Python for-loop:
• Loops in Python Part-1-FOR LOOP | Python b...
Tags:
Python beginners tutorial
Python tutorial
Functions in Python
Python functions explained