Below is an outline of this video. 0:41: How to use sample files 1:41: Using comments 2:21: What’s a function? - Example 1 4:57: What’s a function? - Example 2 7:09: A function that takes multiple arguments 7:58: What’s a function? - 2 more examples 10:30: Creating a BMI calculator Also, a few tips: 1. Here is the playlist for this series: ruclips.net/video/Z1Yd7upQsXY/видео.html 2. Follow along as I explain to make sure you understand everything 3. Ideally, work with a friend so you can help each other when you’re stuck 4. If you want to learn faster than I talk, I’d recommend 1.25x or 1.5x speed :) 5. Check the outline in the comment section below if you want to skip around. 6. Download the sample files here to follow along (they are Jupyter Notebook files): www.csdojo.io/python3 7. To make sure you don’t miss my future tutorial videos, sign up to my newsletter: www.csdojo.io/news 8. Have fun! If anything is unclear, please let me know in a comment.
Hi YK , In india we are not taught what we want . There is useless matter in our syllabus. Even many people with master degree in computer science can't create any simple application without any GUI interface help and swing controls. They teach us for marks not for knowledge. Should I learn computer science online leaving my school ?
@@warframeees8013 It does matter how long a viewer watches a skippable ad for. If a viewer skips it, the uploader doesn't get paid at all, you have to watch it for 30 seconds or longer for the uploader to be paid.
Saying thank you is saying nothing at all It's the first time that I've understood programming without a sweaty forehead. CS Dojo is like a real teacher - competent and consequent. Forget other courses. Stay here, you won't regret. Kudos to CS Dojo.
Hello CS Dojo. I don't know if you are going to read this, but I just passed an Exam in Python because of you! Thank you so much! I spend like 10 hours to watch your awesome lectures :)
I am 4 years late to this channel and 43 years late to Programming, but I am enjoying every minute of this series. Thanks YK and the entire CS Dojo team.
I started watching these tutorials yesterday and I figured out by myself how to use these functions to create a program to solve the quadratic formula. I know thats probably nothing for coders but I feel really accomplished and if anyone wants to see the code I can send it to you over email. I just feel really accomplished and I wanna share it with someone. This guy is such a good teacher.
Well, out of all of the different, gazillion sites and videos I have paid for and not paid for, you are, in the 61 yr olds opinion, The Best. Knowing what you are doing, and Teaching, are two different skill sets. In my business, just because you have intellect and mental ability, does not mean you will make money. You are doing quite well, starting with a base concept, then giving a practical example, then breaking it down to show how it works. Outstanding job, young man just outstanding. Also, Kudos on your English, bring multilingual myself, it can be a daunting task at times, but you have also done well here. Keep up the good work and I look forward to seeing your future success, by the way, maybe a paid forum might help keep a roof over your head? :) The Ever Kudoing VIPER
Hey Trade, My dad is 65, and his typing speed is 11wpm, anything below 30 is considered very slow. How do I get my dad to stop acting like such an old man?
@Trade Viper, I endorse your comments. At 71, I am learning to code thanks to this young man. He is doing an excellent job. Last time I did any coding was back in the 80's, when if you couldn't write a little BASIC, you couldn't get a computer to do anything. @CS Dojo , you deserve success!
I know this is an old vid I'm commenting on, but you earned an instant sub (well, after 3 videos). Informative, understandable, well presented, quick. Great stuff for a beginner like me!
You are so helpful. I've grown up in a broke family and I don't have any money to buy course for learning Python. Your videos mean a lot to me. Thank you so much Dojo
I absolutely love your videos. My father inspired me to learn programming, as in the past I’ve learned some but I’ve gathered a lot of laziness towards programming because of a lot of heavy school work. My father encourages me to just read the documentation and learn Python piece by piece, but I find that boring and hard to follow. Your videos keep me going and they are professional and clear. Instead of buying courses on Udemy, I just use your courses and they’re amazing. Thank you so much.
My Professor thinks he's the real shit in Python by creating videos that are 5 hours long just to explain one concept!!!! Now, this is called a real teaching video!!!! short and informative!!!
Maybe if your professor would release his videos on youtube people would appreciate them more. I have noticed people tend to dislike what it's offered to them locally or thru a system and they like what they find themselves online.
At least yours tries my professor gives us half examples and then stops teaching 30 mins in. The class is supposed to be 3 hours! Be happy that he actually cares, unlike mine.
Hey YK, I from Canada, Québec, Gatineau and I speak french more than english. I am an absolute beginners on python (leaning how to code). I want to let you know that all your Python tutorial are well explained and I love following your courses cause you take your time to explain step by step and I found this a great quality and skills you have. Keep continue what you do, teaching us, sharing your knowledge and more. Your great energy will bring you where ever you want and you will get what ever you need to accomplish your goals. 👍
miles = int(input()) def convert(miles): print("KM:") return miles*1.6 km = convert(miles) print(km) Asks to type in miles when run, converts input to KM. Or remove int(input()) and set miles = "amount of miles"
I think what is insane is that these videos were made in 2018 and I'm sitting here on the same program in 2022 and it still looks the same, still works the same, it's just so easy to use; it's incredible.
I've been self studying using another website where I bought a course on sale, and I have been struggling so much with functions that I even stopped for 2-3 weeks because I just felt so dumb that I couldn't grasp what was being asked of me... this video broke it down so nicely that after so long I'm finally able to grasp what was being said all along. thank you for making this video, it has brought me back to coding!!
For those who want to write a quadratic equation, I wrote a code and felt I should share this. So here is the code: def function2(x): a=2 b=3 c=4 return a*(x**2)+b*x+c value_of_my_equation=function2(-2.2) print(value_of_my_equation) Note: you can assign any value for x inside the parentheses beside value_of_my_equation=function2 and any values to a,b,c.
I thought the overview of functions was excellent. Covering what one can use functions for, quickly and concisely, ( be it mappings and returning calculations. ) as well as using of strings. Much appreciate. I've watched a few online Python vidoes and it's nowhere near as sysynced and easy to understand with useful examples as yours. Keep up the good work.
I have been following along with Python Crash Course book in my spare time and anytime I get stuck on a problem or don’t quite understand what I’m doing I always come to your channel. This video helped me understand functions a lot more.
5 years later and this video is still amazing! You just helped a total noob complete part of the cs50 course with this video. I had no idea how to do mapping with a function. Perfect explanation. Thank you
@@geniushalo5473 We Brazilians Congratulate everyone who does that extra mile when teaching. He deserves to be Congratulated. Don't you think? Teaching is hard. When someone teaches a topic so easy, just thanking him will sound like an understatement to his effort, I guess....
@akash anil he's not wrong, you just have to call the function cos he didn't assign it to a variable (since he used print and not return.) and he should have said km = 1.6/miles not 1.6*miles.
why not just do def convert(miles): print("converted km in miles") return 1.6*miles convert(4) I assume conversis is a synonym for convert or converted.
I’m Emmanuel from Ghana and I was thinking about how to start my semester Computer programming. I didn’t know what to do but from the fews videos I have been watching from your site . I very motivated to do this course. Thank you soo much for giving me this foundation 🙏🙏
def convert(miles): return miles*1.6 km = convert(int(input("Enter miles here: "))) print(str(km) + " km") I decided to take it one step further with the challenge. Allow a user input to convert miles to km, and convert that integer to a string to show the km after the value! Thanks so much for these videos! I am absolutely loving learning python3 (my first programming language). And having passionate people recording tutorials like this really helps more than I could ever put into words!
honestly i did the same thing the reason i took a step further was cuz the actual challange was too easy and tried to make a user type the miles and it convertes it to km and i was bout to paste the code in here but guess I was slow. LMAO you got me.
Love from India bro..I learned PHP year ago ..and at that time I was keen to learn python..but didn't happened.. I did 2 months job as PHP developer in a small company..I left..coz i thought it's not that's I want..but after watching ur another videos and that python series..I think I can do this..thanks for uploading the videos ..and keep uploading bro..thank you so much brother.
@@celineangelina2697 KM to MILES (my way): def convert(miles): km = miles / 1.6 print(f"This is the amount in miles {km}") miles = float(input("Enter KM here: ")) convert(miles)
Just started learning Python as a hobby. I have no programming experience but I am really enjoying it so far. Thanks, man. Your teaching method is really good.
Really good series. Thought I'd dip into Python as it's the language used in my nephew's school and he will be taking Computer Science next year. As a retired Science teacher with a lot of experience coding in VB and VBA I've found the presentations very clear and rarely miss a trick (like the importance of the number of leader spaces!). Although I was using PyCharm I now think the Jupyter IDE has the edge for younger students.
Yours is also right but you managed it little differently than he asked .. What he is expecting (in my opinion) is as follows... def convert(miles): return miles*1.6 km = convert(100) print(km) 160.0 Which means 100 miles= 160km
I have been on app after app and watched tutorial after tutorial, but this is the first video I've seen that explained things clearly and directly using simple terms I could understand. I'm going to be a subscriber of yours forever now! You definitely have a gift for teaching. So many folks in computer science (even if they're brilliant coders) have difficulty explaining their process in a concise way. So thank you; you're a life saver! I'm going to go turn off my adblock now and re-watch this in gratitude :)
I was having a tough time understanding Functions from my other teachers since i'm new to .py. In Less than a Minute you've made it seem like ABC. You are a genius!!
Hi, I am not that knowledgeable, but in minute 9:30 in this #3 Functions video, it is not clear why when you run the program a second time and call the function, the number 12 appears as a calculation but without the other two print commands.... WHY NOT?
if you run the function it will print the first two print commands but for the last return command its evaluating some value and return it as an output .. in order to print that value you have to assign it to a variable and then print it ... if you try to do these steps with a function that has no return command you’ll get (none) as in no output bcs you didnt include it in the function I hope this makes any sense but think of it as having a calculated value that you want to print but first need to assign a variable to it ^ ^
Thanks bro, your calm demeanor made me understood functions immediately. I'm a guy studying chemistry, and have to take a class in python. I hope I pass, and if I do, it'll be because of your videos.
my solution: miles = int(input("Enter the amount of miles you'd like to convert :")) def convert(miles): return miles * 1.6 km=convert(miles) print(km) kms=int(input("enter the amount of kms you'd like to convert :")) def convet_km(kms): return kms/1.6 mile=convet_km(kms) print(mile)
If you convert your input as float instead of int it will be more accurate i think. I tried ur code using the input of 100.99999 an the conversion was a little off... using a float instead of an integer will not ignore decimals and therefore will give you the most accurate result. But ur code helped me out a little so thanks
learning so much here, i am going to get a official course on Pyhton (because i have to do some studies or work from the government here in the Netherlands), so i think that is going to be way easier now.. thanks a lot! as soon as i get a job again i am donating some money to you bro!!
Return value gets stored and saved into a variable. def addSum(num, num2): return num + num2 answer = addSum(500, 100) # answer = return 500 + 100 # answer = return 600 # variable answer is now equal to the return value 600.
If anyone still needs helps, just think of a return as the value of the function. For instance at the end when he writes... km = convert(miles) you know the "convert" function will need to return something, can be an integer or a string or anything, because you are storing the returned value of the function to a variable. If you did not have a return in the convert method you would not be able to store it to a variable. Inside this function would be... return 1.6 * miles if you didn't put the return there it would still execute the code but you would not be able to say km = convert(mile) since the function would not be returning anything.
U don't even know how much this helped me .. I couldn't get the idea of this def thing until I saw ur vid and I'm so thankful that God leaded me to u .. seriously THANK U
You can also combine your first two lines to simplify and organize a bit better. Ex: miles = float(input("Enter miles:")) That way you don't have an extra variable to keep track of.
miles=int(input("Enter distance to miles: ")) def conversion(): km=1.6*miles return km print("Distance in kilometres is ",end="") print(conversion()) #lemme know if I am correct or any way to improve the code.
miles=int(input("Enter distance to miles: ")) Instead of int, you can put float, so that the code does not crash when someone enters a number with a "." Like 100.2
bmi_calculator(name, height_m, weight_kg): bmi = weight_kg / ( height_m**2) so here arguments/variables are name, height_m, weight_kg and name1, height_m1, weight_kg1 are different than name, height_m, weight_kg then when return result, how bmi knows that it has to do weight_kg1 / ( height_m1**2). i think it should only work for weight_kg, and height_m values as that values are in function and in bmi formula. weight_kg1 ,height_m1 are totally different values than weight_kg, height_m then how it works ?
brian grey I have the exact same question and I'm been trying to figure it out for 2 days now! Where is name, height_m and weight_kg getting the values from if the three people you defined have different names??
hey, Change the name of def value (name, height_m, weight_kg) to (a, b, c) still it will work - because that is the condition which is assigned to def function
name, height_m, weight_kg are parameters that live inside the function bmi_calculator, used to calculate the bmi. you can think of them as "this" and "that" and "alsothis" or "a", "b", "c" or "x", "y", "z". they're just arguments; the function uses "three things". it calculates bmi by using (c divided by b**2 (or b squared)) and returns "name" or "this" or "a" or "x" + a printed string. it also "returns" a new value bmi but does so by printing it as a string, so it might be confusing. bmi still lives within the function. "result1 = bmi_caculator(name1, height_m1, weight_kg1)" is like saying "call the function bmi_calculator (which accepts three parameters), and execute it and assign to variable result1". it assigns result1 by plugging three arguments or parameters into the function. in result1's case its plugging in "YK" for name in bmi_calculator(name, height_m, weight_kg), "2" for height_m in bmi_calculator(name, height_m, weight_kg), and "90" for weight_kg in bmi_calculator(name, height_m, weight_kg). the confusion is probably coming from the parameter names being named similarly to the variable names. name1 could have been a variable t = "YK" and height_m1 could have been u = "2" and weight_kg1 could have been v = "90" and it could have been "result1 = bmi_calculator(t, u, v)" and it would have worked exactly the same.
the bmi calculation is already printed inside the function.The return does not print in the terminal unless printed in the main code. It's just like calling a built in function x = upper("hello"), you dont leave it like that because it does not print itself. you have to print it using print(x).
Because by using the return function we are 'returning' or 'assigning' the value to result1,2,3 or any other variable, it is just like, a = 5, so u will get 5 when u print(a) instead of when calling the function. Hope this helps. . . .
This is the best Python video so far. Your whole playlist is also extremely helpful. I tried to find other beginners python videos but yours is THE BEST, very well explained and elaborated! Great job!
Hello YK! Just wanted to say I hardly had any interests in other videos - eg from Coursera as they were usually not straight to the point. But your videos keep me going n the step by step allows me to imprint the steps into my head! I think this is really important for someone who can’t listens to Long lectures and am really thankful to have found your video 🥺
wow i learned more in the first 3 vids than i did taking a four week summer camp python course. thank you so much ! im in eighth grade and this understandable even for beginners.
Thank you so much. i am a new learner of python, the return and function are really confusing for me. This video perfectly explained them for me. Keep up the good work!!!
Thanks Sir for your introductory course to Python. I am a novice in python but have R prgoramming background. You made the whole learning process easy. here is the exercise which I have tried: # Write a function that converts 100 miles to km def conv_miles_km(miles): km = miles * 1.6 print('100 miles is equal to {}'.format(km)) # return km # call the function conv_miles_km(100) 100 miles is equal to 160.0
print('hello yk') name = tom print(name) print('here and i want to thank you for the videos you create which are much better than how my teachers teach at school'')
My miles to kilometer converter: def convert(miles): return 1.6 * miles def temp(x): return 1 * x a = convert(4) x = 4 print(x) print(a) print(x, "miles is", a, "km")
I should have known you a little earlier...You're the best and now I wanna take a course in python, I was here doing it for fun but you've inspired me.
I'm in love with your explanation. everything was obvious and understandable, but one point to those who actually code the same thing in their editor, if you run the program and don't get the result, try to read it one by one like python does and also pay attention, that if you actually haven't mentioned the value of your parameter in your function. After all, python won't understand if you use or call it in your function because everything you type in function is counted as the function's work so try to check out to make sure you didn't make that mistake and to make sure, you can basically look at your code to see the spaces and if there are 4 spaces where you mentioned the function it means you have called it in a function and to solve that problem you can go ahead and delete those spaces to begin from the beginning of the line. hope u understand me well.
Hi Han Peng, I have the same trouble like what you face, and finally after checking all my script I found that I missed spell one of my script, so I suggest to check it carefully because maybe there some wrong wiitten word
Here is my solution: def convert_km(miles): return 1.6*(miles) def convert_miles(km): return km / 1.6 x = convert_km(20) y = convert_miles(10) print(x) print(y)
'''very clean i like it! Mine is a bit clunky and only goes one way, but atleast i made it take user input :p ''' miles = int(input("How many miles would you like to convert to KM's? ")) def km(miles): km = miles * 1.6 print((round(km,2,)), end="", flush=True) print(" KM's") km(miles)
Thank you so much CS Dojo, I have learned a lot from your tutorials. did the assignment, that converts miles to kilometer and also from kilometer to miles. I went further to ask the user for input. unit = str(input('What do you want to convert? Enter m for miles or k for kilometer: ')) distance = eval(input('Enter distance: ')) km = 1.6 * distance miles = distance / 1.6 def convert(): if unit == "m": return km elif unit == "k": return miles result = convert() if unit == "m": print(distance, "miles is equal to: ", result, "km") elif unit == "k": print(distance, "kilometer is equal to: ", result, "miles")
else: print("Invalid unit or distance; enter m for miles or k for a kilometer and enter distance as a numeric value")
There's one part that I'm still confused is about the bmi calculator you made you said: def bmi_calculator(name, height_m, weight_kg) in this part, you didn't denote the three variables with the numbering 1,2,3. and then in the part of: result1=(name1, height_m1, weight_kg1) why is this possibly works when it seems that "name" and "name1" are two different variables?
because (name, height_m, weight_kg) is just the name you use when defining the function and when you say result1 = bmi_calculator(name1, height_m1, weight_kg1) you actually put the value of name1 into the name variable of the function "bmi_calculator" and so on, meaning whenever you say bmi_calculator, the first value will fit into the name variable of the function, the 2nd goes to height_m and 3rd goes to weight_kg. If you do not assign those value first, you can even input the value directly something like result5 = bmi_calculator("ABC", 1.9, 80) and get the bmi
Mate those three variables name, height.. Are just like dummy variables and those are just used to pass the values to the function so that calculations can be performed in this case the value of name1 will be passed on to the variable name and so on
If you want a technical answer, the argument variables when you create the function are only local to the function and only reference the variables you pass through the actual function (the scope of those variables are inside the function). But for a simpler answer, they are just placeholder for actual variables to be used as arguments in the function. He might have confused you for not choosing different names but just note that you could put any name in the arguments and it will work the same.
I love that you can see even a simple function can be performed in all sorts of different ways from the comments here. Here's what I got: def convert_miles_to_km(miles): km = 1.6 * miles print(miles, "miles is equivalent to", km, "kilometers.")
i like randomly wanted to learn how to attach html spotify link to my tumblr and all of the sudden here i am on part 3 learning about python. IM YELLING its so fun
Below is an outline of this video.
0:41: How to use sample files
1:41: Using comments
2:21: What’s a function? - Example 1
4:57: What’s a function? - Example 2
7:09: A function that takes multiple arguments
7:58: What’s a function? - 2 more examples
10:30: Creating a BMI calculator
Also, a few tips:
1. Here is the playlist for this series: ruclips.net/video/Z1Yd7upQsXY/видео.html
2. Follow along as I explain to make sure you understand everything
3. Ideally, work with a friend so you can help each other when you’re stuck
4. If you want to learn faster than I talk, I’d recommend 1.25x or 1.5x speed :)
5. Check the outline in the comment section below if you want to skip around.
6. Download the sample files here to follow along (they are Jupyter Notebook files): www.csdojo.io/python3
7. To make sure you don’t miss my future tutorial videos, sign up to my newsletter: www.csdojo.io/news
8. Have fun! If anything is unclear, please let me know in a comment.
local host... did you make all that?
Love from india
Helpful videos
Again i hit like for your video..
Ur something thanks
Hi YK ,
In india we are not taught what we want . There is useless matter in our syllabus. Even many people with master degree in computer science can't create any simple application without any GUI interface help and swing controls. They teach us for marks not for knowledge.
Should I learn computer science online leaving my school ?
men i watch every advertisement that comes out to my screen just to be fair by teaching us for free..your awesome men
Eman JavaScript watching the entire ad wont give him more revenue but a nice act nevertheless
It only gives revenue to RUclips or something I guess
Aarohan Sharma it doesn’t matter how long you watch the ad it’s per view, doesn’t matter if you skip the ad 5 sec in or watch the entirety
@@warframeees8013 It does matter how long a viewer watches a skippable ad for. If a viewer skips it, the uploader doesn't get paid at all, you have to watch it for 30 seconds or longer for the uploader to be paid.
Katharina interesting if thats true
Saying thank you is saying nothing at all It's the first time that I've understood programming without a sweaty forehead. CS Dojo is like a real teacher - competent and consequent. Forget other courses. Stay here, you won't regret. Kudos to CS Dojo.
Hello CS Dojo. I don't know if you are going to read this, but I just passed an Exam in Python because of you! Thank you so much! I spend like 10 hours to watch your awesome lectures :)
Masha Allah! Well done brother!
@ツMoon Owner - Owner of the Moon tf is he typing like that for? 😭💀
But his lecture are around 3 hours?
Do you mean total watching and practicing or just watching and rewatching?
@@joeroganpodfantasy42 Sorry for the late answer. Yes, by re-watching and doing everything by myself twice to get it :)
@@AS-nx9fu I deleted that acc 😂. Literally just stumbled upon this. Ig my path has been set in stone
I'm skipping school to learn coding from this guy and i gotta say it's worth it.. this dude is way better than all of my teachers
I am doing this aswell.
@@mikesierra14 *im
Dont ask why
@@ragdoll312
* I'm
* Don't
@@Zainkhan-tk7kt lol
@@Zainkhan-tk7kt
* I am
* Do not
I am 4 years late to this channel and 43 years late to Programming, but I am enjoying every minute of this series. Thanks YK and the entire CS Dojo team.
😂😂😂😂😂😂😂 same here,Things happen at Gods will time. enjoy❤❤❤❤ much love from Ethiopia🇪🇹
I started watching these tutorials yesterday and I figured out by myself how to use these functions to create a program to solve the quadratic formula. I know thats probably nothing for coders but I feel really accomplished and if anyone wants to see the code I can send it to you over email. I just feel really accomplished and I wanna share it with someone. This guy is such a good teacher.
Hi Ammar
Would you be able to send the code to geebee71@hotmail.com please?
Appreciated..Thanks
Pls share me codes
Why don't you just post it in the comments?
Be careful it’s a virus torchan
Post it here bruh
You are being so helpful. Please continue with this series of python
Well, out of all of the different, gazillion sites and videos I have paid for and not paid for, you are, in the 61 yr olds opinion, The Best. Knowing what you are doing, and Teaching, are two different skill sets. In my business, just because you have intellect and mental ability, does not mean you will make money. You are doing quite well, starting with a base concept, then giving a practical example, then breaking it down to show how it works. Outstanding job, young man just outstanding. Also, Kudos on your English, bring multilingual myself, it can be a daunting task at times, but you have also done well here. Keep up the good work and I look forward to seeing your future success, by the way, maybe a paid forum might help keep a roof over your head? :)
The Ever Kudoing VIPER
Hey Trade, My dad is 65, and his typing speed is 11wpm, anything below 30 is considered very slow. How do I get my dad to stop acting like such an old man?
@@zumzumwater3018 Viagra gives you wings.
@Trade Viper, I endorse your comments. At 71, I am learning to code thanks to this young man. He is doing an excellent job. Last time I did any coding was back in the 80's, when if you couldn't write a little BASIC, you couldn't get a computer to do anything. @CS Dojo , you deserve success!
dont worry grandpa this video alone can get 15 months of rent
@@zumzumwater3018 he is an old man
I know this is an old vid I'm commenting on, but you earned an instant sub (well, after 3 videos). Informative, understandable, well presented, quick. Great stuff for a beginner like me!
You are so helpful. I've grown up in a broke family and I don't have any money to buy course for learning Python. Your videos mean a lot to me. Thank you so much Dojo
I'm so glad people like CS are making these tutorials for free, genuinely. I hope you're in a more financially stable condition now than before.
I absolutely love your videos. My father inspired me to learn programming, as in the past I’ve learned some but I’ve gathered a lot of laziness towards programming because of a lot of heavy school work. My father encourages me to just read the documentation and learn Python piece by piece, but I find that boring and hard to follow.
Your videos keep me going and they are professional and clear. Instead of buying courses on Udemy, I just use your courses and they’re amazing. Thank you so much.
how are you now doing you must be a guru now
My Professor thinks he's the real shit in Python by creating videos that are 5 hours long just to explain one concept!!!! Now, this is called a real teaching video!!!! short and informative!!!
maybe your prof really delved into that concept during those five hours. Short isn't always good, although in the case of this tutorial it is
Maybe if your professor would release his videos on youtube people would appreciate them more.
I have noticed people tend to dislike what it's offered to them locally or thru a system and they like what they find themselves online.
At least yours tries my professor gives us half examples and then stops teaching 30 mins in. The class is supposed to be 3 hours! Be happy that he actually cares, unlike mine.
Learned more from you in an hour than 2 weeks of a course. Thanks for taking the time and effort. Much appreciated 🙏🏽
Hey YK, I from Canada, Québec, Gatineau and I speak french more than english. I am an absolute beginners on python (leaning how to code). I want to let you know that all your Python tutorial are well explained and I love following your courses cause you take your time to explain step by step and I found this a great quality and skills you have. Keep continue what you do, teaching us, sharing your knowledge and more. Your great energy will bring you where ever you want and you will get what ever you need to accomplish your goals. 👍
Def comment1():
print("thanks for teaching me")
print("thanks once again")
Comment1()
Input Error missing Positional input
@@puchu_5001 same
Comment 1() should be comment1() not with the Capital letter
D should be also small letter
def comment1():
print("thanks for teaching me")
print("thanks once again")
print(comment1())
# this is the correct code
I was hoping you would go back and add the "is" before "not overweight', it was driving me crazy haha. Great video :)
You are learning Python, too? =))
Tks i already do it
haha same here.. i did it on my end tho.. lol
Wdym, he did change it
miles = int(input())
def convert(miles):
print("KM:")
return miles*1.6
km = convert(miles)
print(km)
Asks to type in miles when run, converts input to KM. Or remove int(input()) and set miles = "amount of miles"
excellent bro😱😱😱😱
miles = int(input())
def convert(miles):
print("KM:", end="")
return miles*1.6
km = convert(miles)
print(km)
(with it stays in the same line :) )
I think what is insane is that these videos were made in 2018 and I'm sitting here on the same program in 2022 and it still looks the same, still works the same, it's just so easy to use; it's incredible.
I've been self studying using another website where I bought a course on sale, and I have been struggling so much with functions that I even stopped for 2-3 weeks because I just felt so dumb that I couldn't grasp what was being asked of me... this video broke it down so nicely that after so long I'm finally able to grasp what was being said all along. thank you for making this video, it has brought me back to coding!!
For those who want to write a quadratic equation, I wrote a code and felt I should share this. So here is the code:
def function2(x):
a=2
b=3
c=4
return a*(x**2)+b*x+c
value_of_my_equation=function2(-2.2)
print(value_of_my_equation)
Note: you can assign any value for x inside the parentheses beside value_of_my_equation=function2 and any values to a,b,c.
I thought the overview of functions was excellent. Covering what one can use functions for, quickly and concisely, ( be it mappings and returning calculations. ) as well as using of strings. Much appreciate. I've watched a few online Python vidoes and it's nowhere near as sysynced and easy to understand with useful examples as yours. Keep up the good work.
YK 😁😍 thank u and keep working over it ,u r an awesome teacher 😂
Siddhi Jha hi
an awesome teacher tho
no not awesome... ITS THE BEST teacher
I have been following along with Python Crash Course book in my spare time and anytime I get stuck on a problem or don’t quite understand what I’m doing I always come to your channel.
This video helped me understand functions a lot more.
5 years later and this video is still amazing! You just helped a total noob complete part of the cs50 course with this video. I had no idea how to do mapping with a function. Perfect explanation. Thank you
Best functions classes I've ever seen. Congrats!
You mean "Thanks"?
@@geniushalo5473 ahahahahah yeah i think thats what he meant XD
@@RealSpyduh Yeah xd. Its kinda wierd to congratulate someonw
@@geniushalo5473 We Brazilians Congratulate everyone who does that extra mile when teaching. He deserves to be Congratulated. Don't you think?
Teaching is hard. When someone teaches a topic so easy, just thanking him will sound like an understatement to his effort, I guess....
Here is the function:
def convert(miles):
km = 1.6 * miles
print("km: ")
print(km)
ok
@akash anil he's not wrong, you just have to call the function cos he didn't assign it to a variable (since he used print and not return.) and he should have said km = 1.6/miles not 1.6*miles.
Should have used return argument instead
it's not a function
@@rahmats.8913 ?
def functie_km(km):
return 1.6 * km
print("conversis km in mile")
a = functie_km(4)
print(a)
return 0.6*km(correction)
@@pranithsukhavasi2502 it's not 0.6 though
why not just do
def convert(miles):
print("converted km in miles")
return 1.6*miles
convert(4)
I assume conversis is a synonym for convert or converted.
After searching on RUclips for 30 minutes, This video was the only one that really helped me understand how to use the functions. Thx a lot.
I’m Emmanuel from Ghana and I was thinking about how to start my semester Computer programming. I didn’t know what to do but from the fews videos I have been watching from your site . I very motivated to do this course. Thank you soo much for giving me this foundation 🙏🙏
def convert(miles):
return miles*1.6
km = convert(int(input("Enter miles here: ")))
print(str(km) + " km")
I decided to take it one step further with the challenge. Allow a user input to convert miles to km, and convert that integer to a string to show the km after the value!
Thanks so much for these videos! I am absolutely loving learning python3 (my first programming language). And having passionate people recording tutorials like this really helps more than I could ever put into words!
honestly i did the same thing the reason i took a step further was cuz the actual challange was too easy and tried to make a user type the miles and it convertes it to km and i was bout to paste the code in here but guess I was slow. LMAO you got me.
This is the most clear, concise explanation of python I've found, thank you so much for the hard work. :)
The best part:
Running a code without error 😑😑😑
@Loai Alghamdi yes 😁
@CS_Dojo Wow you actually explain functions properly unlike the thousands of 30 minute youtube videos that never explain any of this properly.
def miles(x):
return 1.6*x
y= miles (45)
print ('y=', y, 'km')
y= 72.0 km
( I prefer it with unit, hence)
Your teaching is really good. Thanks YK!
Love from India bro..I learned PHP year ago ..and at that time I was keen to learn python..but didn't happened.. I did 2 months job as PHP developer in a small company..I left..coz i thought it's not that's I want..but after watching ur another videos and that python series..I think I can do this..thanks for uploading the videos ..and keep uploading bro..thank you so much brother.
Hey man, how many time you took to learn php and to get the job?
i thought you said "love you indian bro" lol
Its like waiting for the new episode of your favourite anime, only the difference is that you dont know when the new episode is gonna be dropped.
loooool
LMAO! i am currently watching Kenja no maga , Kimitsu no yoba , fairy tale: final season and thats all
You can't compare anime with this
Idk man I've been waiting for Naruto Ep 501 for a while.
@@@kennyg1953 Fam naruto is over, now they have a half assed series named boruto which is basically like naruto filler but its cannon
You cannot imagine the amount of joy I felt when I converted km to miles😂😂😂😂
Nah I scream for joy when I nail some code; even if it is basic af.
howw? can you post it here?
@@celineangelina2697
def convert(miles):
print(1.6*miles)
miles = int(input("Enter miles :"))
convert(miles)
@@celineangelina2697 KM to MILES (my way):
def convert(miles):
km = miles / 1.6
print(f"This is the amount in miles {km}")
miles = float(input("Enter KM here: "))
convert(miles)
@@chernobylcoleslaw6698 OMG same I was like YASSS IM NOT DUMB lolol
Just started learning Python as a hobby. I have no programming experience but I am really enjoying it so far. Thanks, man.
Your teaching method is really good.
Bro I feel like I've browsed through a gazillion videos on Functions and only this video helped me. THANKS A TON😭
Def convert(x):
Return x * 1.6 + " km"
Km = convert(5) #5 miles
Print Km
And you can also ask the user for an input :
def convert(x):
print(x*1.6+"km")
a=int(input("Distance(miles): "))
convert(a)
def convert(m):
return m * 1.6
km = convert(8)
print(km)
I also made this it convert feet to cm
def hight(length):
return length * 30.48
tallinCm = hight(6.4)
print(tallinCm)
Really good series. Thought I'd dip into Python as it's the language used in my nephew's school and he will be taking Computer Science next year. As a retired Science teacher with a lot of experience coding in VB and VBA I've found the presentations very clear and rarely miss a trick (like the importance of the number of leader spaces!). Although I was using PyCharm I now think the Jupyter IDE has the edge for younger students.
I did:
def km(x):
return (1.6 * x)
Miles = km(20)
print(miles)
32
Yours is also right but you managed it little differently than he asked ..
What he is expecting (in my opinion) is as follows...
def convert(miles):
return miles*1.6
km = convert(100)
print(km)
160.0
Which means 100 miles= 160km
@@khalanesachin Yeah makes more sense that way. Thanks for sharing.
You just helped me with something i was stucked for long
Sir, you are the most helpful teacher I have found online:
def CS_Dojo():
print("instant Like")
print("instant Subscribe")
My solution ^^
def convert(mile):
km = mile * 1.60934
return str(mile) + " mile is equal to " + str(km) + " km"
just add the print(convert(x)) statement
@@rafnael8807 what about:
def miles_km_converter(km, miles):
km = 1.6 * miles
print("km ")
print(km)
miles = 5
miles_km_converter(km, miles)
def convert(miles):
print(1.6*miles)
miles = int(input("Enter miles :"))
convert(miles)
And what if i input 10.7 ? Answer : Not working, Xd
I did:
def convert(miles):
return 1.609*miles
km=convert(150)
print("km =",km)
km = 241.35
Nice!
06302020
I have been on app after app and watched tutorial after tutorial, but this is the first video I've seen that explained things clearly and directly using simple terms I could understand. I'm going to be a subscriber of yours forever now! You definitely have a gift for teaching. So many folks in computer science (even if they're brilliant coders) have difficulty explaining their process in a concise way. So thank you; you're a life saver! I'm going to go turn off my adblock now and re-watch this in gratitude :)
I was having a tough time understanding Functions from my other teachers since i'm new to .py. In Less than a Minute you've made it seem like ABC. You are a genius!!
Hi, I am not that knowledgeable, but in minute 9:30 in this #3 Functions video, it is not clear why when you run the program a second time and call the function, the number 12 appears as a calculation but without the other two print commands.... WHY NOT?
if you run the function it will print the first two print commands but for the last return command its evaluating some value and return it as an output .. in order to print that value you have to assign it to a variable and then print it ... if you try to do these steps with a function that has no return command you’ll get (none) as in no output bcs you didnt include it in the function
I hope this makes any sense but think of it as having a calculated value that you want to print but first need to assign a variable to it ^ ^
so it's dec 2019, i know i'am late, but you saved me. thank you so much!
I have been missing a lot.I just subscribed to your channel yesterday. I'm enjoying it.God bless you
wasn't understanding but later got a hang of it, cs dojo is the best coding tutor
thanks
Thanks bro, your calm demeanor made me understood functions immediately. I'm a guy studying chemistry, and have to take a class in python. I hope I pass, and if I do, it'll be because of your videos.
my solution:
miles = int(input("Enter the amount of miles you'd like to convert :"))
def convert(miles):
return miles * 1.6
km=convert(miles)
print(km)
kms=int(input("enter the amount of kms you'd like to convert :"))
def convet_km(kms):
return kms/1.6
mile=convet_km(kms)
print(mile)
If you convert your input as float instead of int it will be more accurate i think. I tried ur code using the input of 100.99999 an the conversion was a little off... using a float instead of an integer will not ignore decimals and therefore will give you the most accurate result. But ur code helped me out a little so thanks
@@rinovichaz3168 you're welcome and yes float will work better !
@@xodiaki surely your code would work without the miles? why use them??
@@Strawhaty what do u mean lol
learning so much here, i am going to get a official course on Pyhton (because i have to do some studies or work from the government here in the Netherlands), so i think that is going to be way easier now.. thanks a lot! as soon as i get a job again i am donating some money to you bro!!
Could you please explain RETURN in more detail please.
Return value gets stored and saved into a variable.
def addSum(num, num2):
return num + num2
answer = addSum(500, 100)
# answer = return 500 + 100
# answer = return 600
# variable answer is now equal to the return value 600.
I Didnt understand return very good
If anyone still needs helps, just think of a return as the value of the function. For instance at the end when he writes...
km = convert(miles)
you know the "convert" function will need to return something, can be an integer or a string or anything, because you are storing the returned value of the function to a variable. If you did not have a return in the convert method you would not be able to store it to a variable. Inside this function would be...
return 1.6 * miles
if you didn't put the return there it would still execute the code but you would not be able to say km = convert(mile) since the function would not be returning anything.
Mike Naples thanks
11swallowedinthesea thanks
Watching this at the gym. Way more helpful than the class I’m taking
U don't even know how much this helped me .. I couldn't get the idea of this def thing until I saw ur vid and I'm so thankful that God leaded me to u .. seriously THANK U
mil = input("Enter miles: ")
miles = float(mil)
def convert(miles):
km = 1.6 * miles
return km
conversion = convert(miles)
print(conversion)
1 mile = 1.6 km
So 1 km = 1 mile/1.6
You can also combine your first two lines to simplify and organize a bit better. Ex:
miles = float(input("Enter miles:"))
That way you don't have an extra variable to keep track of.
@@KrolPower I did it like this lol xD
x = 1.6
def c1 (x, y):
return 1.6*y and print (1.6*y)
@@elantris-2002 lmao
@@KrolPower but it works 😂
Finally i got this video. I has been waiting from your last video(if else statement )thank you so much yk ..
miles=int(input("Enter distance to miles: "))
def conversion():
km=1.6*miles
return km
print("Distance in kilometres is ",end="")
print(conversion())
#lemme know if I am correct or any way to improve the code.
miles=int(input("Enter distance to miles: "))
Instead of int, you can put float, so that the code does not crash when someone enters a number with a "." Like 100.2
@@simeonnenov3499 yeahhh thanks a lot for helping
I tried after taking your 2 classes nd boom feeling like an expert btw it's my 1st programming language that I'm learning
These tutorials for YK are making me to improve day and night on python
bmi_calculator(name, height_m, weight_kg):
bmi = weight_kg / ( height_m**2)
so here arguments/variables are name, height_m, weight_kg and name1, height_m1, weight_kg1 are different than name, height_m, weight_kg then when return result, how bmi knows that it has to do weight_kg1 / ( height_m1**2). i think it should only work for weight_kg, and height_m values as that values are in function and in bmi formula. weight_kg1 ,height_m1 are totally different values than weight_kg, height_m then how it works ?
brian grey I have the exact same question and I'm been trying to figure it out for 2 days now! Where is name, height_m and weight_kg getting the values from if the three people you defined have different names??
well im not the only one through 😂
hey, Change the name of def value (name, height_m, weight_kg) to (a, b, c) still it will work - because that is the condition which is assigned to def function
name, height_m, weight_kg are parameters that live inside the function bmi_calculator, used to calculate the bmi. you can think of them as "this" and "that" and "alsothis" or "a", "b", "c" or "x", "y", "z". they're just arguments; the function uses "three things". it calculates bmi by using (c divided by b**2 (or b squared)) and returns "name" or "this" or "a" or "x" + a printed string. it also "returns" a new value bmi but does so by printing it as a string, so it might be confusing. bmi still lives within the function.
"result1 = bmi_caculator(name1, height_m1, weight_kg1)" is like saying "call the function bmi_calculator (which accepts three parameters), and execute it and assign to variable result1". it assigns result1 by plugging three arguments or parameters into the function. in result1's case its plugging in "YK" for name in bmi_calculator(name, height_m, weight_kg), "2" for height_m in bmi_calculator(name, height_m, weight_kg), and "90" for weight_kg in bmi_calculator(name, height_m, weight_kg). the confusion is probably coming from the parameter names being named similarly to the variable names. name1 could have been a variable t = "YK" and height_m1 could have been u = "2" and weight_kg1 could have been v = "90" and it could have been "result1 = bmi_calculator(t, u, v)" and it would have worked exactly the same.
I still don't understand that "return" string. Once called in function it appears but when calling BMI calculator, it doesn't appear until result1,2,3
the bmi calculation is already printed inside the function.The return does not print in the terminal unless printed in the main code. It's just like calling a built in function x = upper("hello"), you dont leave it like that because it does not print itself. you have to print it using print(x).
Because by using the return function we are 'returning' or 'assigning' the value to result1,2,3 or any other variable, it is just like, a = 5, so u will get 5 when u print(a) instead of when calling the function. Hope this helps. . . .
NameError Traceback (most recent call last)
in ()
----> 1 result1 = bmi_calculator(name1, height_m1, weight_kg1)
2 result2 = bmi_calculator(name2, height_m2, weight_kg2)
3 result3 = bmi_calculator(name3, height_m3, weight_kg3)
what do I do?
yeah same
ok this comment is 2 year old did you get it
@@perry_cop lol
This is the best Python video so far. Your whole playlist is also extremely helpful. I tried to find other beginners python videos but yours is THE BEST, very well explained and elaborated! Great job!
Hello YK! Just wanted to say I hardly had any interests in other videos - eg from Coursera as they were usually not straight to the point. But your videos keep me going n the step by step allows me to imprint the steps into my head! I think this is really important for someone who can’t listens to Long lectures and am really thankful to have found your video 🥺
Hi dojo and thank you for the great tutorial. When you say
"a function is a collection of structures". What is a structure?
Thank you!
So love your "Ahhhhh" stuff.
wow i learned more in the first 3 vids than i did taking a four week summer camp python course. thank you so much ! im in eighth grade and this understandable even for beginners.
Thank you so much. i am a new learner of python, the return and function are really confusing for me. This video perfectly explained them for me.
Keep up the good work!!!
Thanks Sir for your introductory course to Python. I am a novice in python but have R prgoramming background. You made the whole learning process easy.
here is the exercise which I have tried:
# Write a function that converts 100 miles to km
def conv_miles_km(miles):
km = miles * 1.6
print('100 miles is equal to {}'.format(km))
# return km
# call the function
conv_miles_km(100)
100 miles is equal to 160.0
print('hello yk')
name = tom
print(name)
print('here and i want to thank you for the videos you create which are much better than how my teachers teach at school'')
My miles to kilometer converter:
def convert(miles):
return 1.6 * miles
def temp(x):
return 1 * x
a = convert(4)
x = 4
print(x)
print(a)
print(x, "miles is", a, "km")
Is my code correct?
When I run it, I got 32 :-)
def mile(km):
return 1.6*km
print (mile(20))
Miley Blutatu no it’s a = mile(20) print(a)
@@Xous_ mileys code is much more efficient and writing a=.... Is unnecessary
Best Tutorial In RUclips CS Dojo
I've watched this video like 5 times trying to understand why the bmi code works the way it does. Finally got it
Hi! Whenever I place "?" on my python file title, it errors. Why was yours working?
same i cant place "?" after i write "What are functions"
@@fp_hav1s712 I know this is a necropost, but it's because windows doesn't allow files to have things like question marks and commas in its file names
def convert(mile):
km = 1.6 * mile
return str(mile)+ " miles is " + str(km) + " kms"
a = convert(float(input("input distance in miles: ")))
print(a)
Def convert(miles):
print (miles, "miles is", km, "kilometres")
return 1.6 * miles
km = convert(miles)
convert(2)
print(km)
2 miles is 3.2 kilometres
that's wrong bro
u typed "D"instead "d"
showing name miles is not defined
I should have known you a little earlier...You're the best and now I wanna take a course in python, I was here doing it for fun but you've inspired me.
I'm in love with your explanation. everything was obvious and understandable, but one point to those who actually code the same thing in their editor, if you run the program and don't get the result, try to read it one by one like python does and also pay attention, that if you actually haven't mentioned the value of your parameter in your function. After all, python won't understand if you use or call it in your function because everything you type in function is counted as the function's work so try to check out to make sure you didn't make that mistake and to make sure, you can basically look at your code to see the spaces and if there are 4 spaces where you mentioned the function it means you have called it in a function and to solve that problem you can go ahead and delete those spaces to begin from the beginning of the line. hope u understand me well.
hi Dojo, i have a question. When i define a function just like you do , why this is a error called "name' function' is not defined"
Same error for me also
type as name1 = ( "hang peng" )
you have to write the full name i.e function1/function2 (the name you defined) and not just function
Hi Han Peng, I have the same trouble like what you face, and finally after checking all my script I found that I missed spell one of my script, so I suggest to check it carefully because maybe there some wrong wiitten word
4:25 I hope they werent executed. I dont like seeing lines being killed
im dead 😂😂😭
Here is my solution:
def convert_km(miles):
return 1.6*(miles)
def convert_miles(km):
return km / 1.6
x = convert_km(20)
y = convert_miles(10)
print(x)
print(y)
Great
What I did was:
milesinput = 13
def converter(miles):
return (miles * 1.6)
d = converter(milesinput)
print(milesinput, "miles =", d, "km")
i did
km = 5
def convert(miles):
print(“miles: “)
print(km * 1.6)
result1 = convert(miles)
'''very clean i like it! Mine is a bit clunky and only goes one way, but atleast i made it take user input :p '''
miles = int(input("How many miles would you like to convert to KM's? "))
def km(miles):
km = miles * 1.6
print((round(km,2,)), end="", flush=True)
print(" KM's")
km(miles)
Here's mine.
def convert(miles):
print(miles," miles is ",miles*1.6," kilometers")
def convert2(km):
print(km," kilometers is ",km/1.6," miles")
a=convert(100)
b=convert2(160)
Thank you so much CS Dojo, I have learned a lot from your tutorials. did the assignment, that converts miles to kilometer and also from kilometer to miles. I went further to ask the user for input.
unit = str(input('What do you want to convert? Enter m for miles or k for kilometer: '))
distance = eval(input('Enter distance: '))
km = 1.6 * distance
miles = distance / 1.6
def convert():
if unit == "m":
return km
elif unit == "k":
return miles
result = convert()
if unit == "m":
print(distance, "miles is equal to: ", result, "km")
elif unit == "k":
print(distance, "kilometer is equal to: ", result, "miles")
else:
print("Invalid unit or distance; enter m for miles or k for a kilometer and enter distance as a numeric value")
CS Dojo you put things into the plain explanation-something that the other tutorials lack
14:30 1 mile = 1.6km and not the reverse
you jusr said what he said dumbass
I feel like I can remake skyrim
killleeed me xDDDDDD
I FELT LIKE I COULD FIX CYBERPUNK GLITCHES
@@rdenel7126 damn i think even for world's most infamous coders fixing cyberpunk would be difficult
Yes
@@cybernerd7492 sup cyberfucked
@@matmattarayao1277 sup dog😎
There's one part that I'm still confused is about the bmi calculator you made
you said:
def bmi_calculator(name, height_m, weight_kg)
in this part, you didn't denote the three variables with the numbering 1,2,3.
and then in the part of:
result1=(name1, height_m1, weight_kg1)
why is this possibly works when it seems that "name" and "name1" are two different variables?
I am curious about this as well.
because (name, height_m, weight_kg) is just the name you use when defining the function and when you say result1 = bmi_calculator(name1, height_m1, weight_kg1) you actually put the value of name1 into the name variable of the function "bmi_calculator" and so on, meaning whenever you say bmi_calculator, the first value will fit into the name variable of the function, the 2nd goes to height_m and 3rd goes to weight_kg.
If you do not assign those value first, you can even input the value directly something like result5 = bmi_calculator("ABC", 1.9, 80) and get the bmi
Patrick Wong Thanks man
Mate those three variables name, height.. Are just like dummy variables and those are just used to pass the values to the function so that calculations can be performed in this case the value of name1 will be passed on to the variable name and so on
If you want a technical answer, the argument variables when you create the function are only local to the function and only reference the variables you pass through the actual function (the scope of those variables are inside the function). But for a simpler answer, they are just placeholder for actual variables to be used as arguments in the function. He might have confused you for not choosing different names but just note that you could put any name in the arguments and it will work the same.
I love that you can see even a simple function can be performed in all sorts of different ways from the comments here. Here's what I got:
def convert_miles_to_km(miles):
km = 1.6 * miles
print(miles, "miles is equivalent to", km, "kilometers.")
why tf do i need school, if i spend my whole day watching your tutorials
Def convert(miles)
Km = 1.6*miles
Print(miles)
Return km
M=convert(any value)
Print(M)
It's harder than i thought 😨
That's what she said
this is probably the best video explaining functions that i can find on the internet!
i like randomly wanted to learn how to attach html spotify link to my tumblr and all of the sudden here i am on part 3 learning about python. IM YELLING its so fun
How can I use your tutorials without the internet?
FriendsAreLife - LifeIsShort save the video offline