Functions in Python | Python Tutorial - Day #20

preview_player
Показать описание
Python is one of the most demanded programming languages in the job market. Surprisingly, it is equally easy to learn and master Python. This python tutorial for absolute beginners in Hindi series will focus on teaching you python concepts from the ground up.

python, C, C++, Java, JavaScript and Other Cheetsheets [++]:

►Learn in One Video[++]:

►Complete course [playlist]:

Follow Me On Social Media
Comment "#HarryBhai" if you read this 😉😉
Рекомендации по теме
Комментарии
Автор

One quick correction at 3:12 : The formula for Geometric mean is not correct!

CodeWithHarry
Автор

Old is Gold, Binod was such an old refrence but brought a smile to my face.

amoghaggarwal
Автор

Damn I cannot believe I am maintaining consistency I do watch only one video per day cause I am not from cs and it's my 20th day I'm very happy that you are my first teacher to teach me coding.
Thank you Harry bhaiya for making coding simple to understand :)

noobToPro
Автор

Day 5 of #100DaysOfCode. Today in this video 20, I learned that Python functions are organized blocks of code for specific tasks. There are built-in and user-defined functions. Built-in functions come pre-coded, while user-defined ones are custom-made. Functions are defined using the 'def' keyword and called with their name and parameters. This helps keep code neat and organized.
Thank You Harry Bhaiya.

debasishbesra
Автор

Very simple video. Love your studio setup!

manhaabdellah
Автор

00:00 Functions are used to separate logic from main program

01:36 Functions are blocks of code that can be called whenever needed

03:50 Converting code into function

06:02 A function can be written to find the greater number from two given numbers.

08:02 Functions are like code words used to define a block of code

10:14 Functions help in breaking down logic in bigger programs.

12:02 Functions in Python

14:04 Basics of Creating and Calling Functions

mohakgrover
Автор

Everything is cleared and the "binod" is on another level

udayneolia
Автор

From: Malaysia and Pakistan.
Love the way you teach using analogies, it's pretty easy to understand the concepts!

education.online_frevryone
Автор

congratulations harry bro on 4 million subs

you are the only guy whom which i learnt coding very well.

Navraj
Автор

Day #20 done! Harry bhai using the Binod meme was a smart move to let us understand the use of function easily 😆

mariamhasan
Автор

its day 20 and i am consistently watching daily only 1 video, its the first time where i am maintaining my consistency
well i will keep it on.
Thanks a lot to you @CodeWithHarry sir to make the coding this easy and simple.

shubhampatil-pyvj
Автор

please like the videos, he is a gem who is providing these courses for free
may Allah bless you harry bhai

shohaibkhan
Автор

hello friends i made this calculator
how it is

def plus(a, b):
value1 = a + b
print(value1)

def minus(a, b):
value2 = a - b
print(value2)

def multi(a, b):
value3 = a * b
print(value3)

def divid(a, b):
value4 = a / b
print(value4)


st1 = "welcome to the irfan's calclulator"
print(st1.center(100))
print("enter any two numbers of which you want to know the answer")
a = int(input("enter the first number :"))
b = int(input("enter the second number :"))
d = int(input('''enter the numbers to choose the symbole :
"1" is for addition
"2" is for subtraction
"3" is for multiplication
"4" is for divide
please select one number :'''))
match d:
case 1:
plus(a, b)
case 2:
minus(a, b)
case 3:
multi(a, b)
case 4:
divid(a, b)

TECH_HELPER_irfan
Автор

Your teaching is great and I am from non-IT background you made code so simple to understand Thank u

rangegowdabg
Автор

love the way you taught us!!! It's very helpful for us
You are biggest inspiration of all time. I love to study with you....
Lots of

dyspro
Автор

Good Evening Harry Sir, #100DaysPython tutorials complete hone ke baad aap please Machine Learning or Data Science ka full detailed tutorials banao, kyu ki aaj kal ML aur DS fields, top trending pe chal rahe hai all over the world, aur aane wale saalo main bhi chalne wale hai, sir please its a request if you have time, make ML or DS tutorials, just like python ones. Thank You.😀👌❤

prathamthakulla
Автор

samjh aara hai sab kuch... harry bhai thank you so much

ammarchopda
Автор

Thank you so much harry bhaiya.
My friends say that those who learn from video lectures aren't good programmer. But I learn from your video courses and I also refer to books...

adityapradhan
Автор

This is my first programming language to learn from scratch. So far it is going great. Thanks Harry bhai <3

abdul_moiz_
Автор

Harry bhai koi full stack web ka project le ao.

AMAN-
join shbcf.ru