Python Functions | Python Tutorial for Absolute Beginners #1

  Переглядів 894,282

Programming with Mosh

Programming with Mosh

День тому

Learn all about Python functions, *args, **kwargs with this Python tutorial for beginners.
🔥Complete Python course for beginners: • Python Tutorial - Pyth...
🔥Subscribe for more videos like this: goo.gl/6PYaGF
Functions are one of the fundamental building blocks of Python and most programming languages that have ever existed. In this tutorial, you'll learn everything you need to know about functions in Python.
You'll learn all about creating and calling functions, as well as working with parameters, arguments, keyword arguments, default arguments, and much, much more.
This is one of the many Python tutorials for beginners I've added to my channel.
Python Exercises for Beginners:
programmingwithmosh.com/pytho...
Python Cheat Sheet:
programmingwithmosh.com/pytho...
Want to learn more from me? Check out my blog and courses:
programmingwithmosh.com
/ programmingwithmosh
/ moshhamedani

КОМЕНТАРІ: 414
@owilhm
@owilhm 2 роки тому
def appreciation(name): return name word = “Thankyou very much “ print(word + appreciation(Mosh))
@noemirignanese635
@noemirignanese635 2 роки тому
print(word + ' Mosh') and you get the same result quikly, you don't understand why we use function
@DeArtTerminator
@DeArtTerminator 2 роки тому
@@noemirignanese635 hahahahahaha
@thecrypticmelon
@thecrypticmelon 2 роки тому
where are the quotes in Mosh
@truepvp5463
@truepvp5463 2 роки тому
@@thecrypticmelon its a string
@lambachurro8790
@lambachurro8790 2 роки тому
nice dude, i love reading comments
@mty1966
@mty1966 2 роки тому
4:50 Types of functions 8:51 Key words argument 10:56 Default arguments 12:30 args 16:48 args** 19:09 Scope 24:21 Exercise
@saraswatiyadav1881
@saraswatiyadav1881 2 роки тому
,,🤗
@ahamedsha9348
@ahamedsha9348 2 роки тому
Thanks mate
@kingofgaming1295
@kingofgaming1295 Рік тому
Thank you, it was very helpful
@ahmadrandhawa238
@ahmadrandhawa238 Рік тому
Plz someone tell me error?: def geto(first,sec): return ("Hello",first,sec) message=geto("Baapo"," & maiya") file=open("content.txt",'w') file.write(message)
@Believer758
@Believer758 2 місяці тому
​@@saraswatiyadav1881Hello Dear .I have Just read your comment posted 2 years ago. Please let me know, where are you right Now as you have Watched this tutorial 2 years ago and I'm taking it today 27 February 2024
@terrancekayton007
@terrancekayton007 3 роки тому
OMG bro, I'm 'bout to cry 3 minutes in...I've been struggling with trying to understand the difference between parameters and arguments.. Shhphew!! Thanks, so much for knowledge sharing your skills!!
@alvarocajina87
@alvarocajina87 3 роки тому
Dude, that's exactly what I thought. I've been struggling for days!!!
@MrDjRayner
@MrDjRayner 3 роки тому
For the benefit of everyone struggling with understanding the basic difference between parameters and arguments, parameters are the comma separated placeholders (CSPHs) that appear in the function declaration, the first line of a function. Arguments are comma separated values, and they appear in the function call. The relationship between parameters and arguments is that arguments and mapped to parameters. So depending on " which side of the line you're on", the term used varies.
@bryan0x05
@bryan0x05 2 роки тому
@@MrDjRayner this is not quite right, the function call and function declaration both have parameters, we call them formal parameters in the function declaration and actual parameters in the function call. Honestly this is just pedantic and not vital to understanding the code.
@Believer758
@Believer758 2 місяці тому
​@@alvarocajina87 Hello Dear .I have Just read your comment posted 2 years ago. Please let me know, where are you right Now as you have Watched this tutorial 2 years ago and I'm taking it today 27 February 2024
@Believer758
@Believer758 2 місяці тому
​@@MrDjRaynerHello Dear .I have Just read your comment posted 2 years ago. Please let me know, where are you right Now as you have Watched this tutorial 2 years ago and I'm taking it today 27 February 2024
@avinashnadkar9197
@avinashnadkar9197 5 років тому
I waisted my money by tacking various courses now I realise on youtube its free...
@avinashnadkar9197
@avinashnadkar9197 5 років тому
I am intermediate to the programming, I want to learn python for data science and also I want to make career into the field of AI, Thanks for tutorials...
@faustobrusamolino6345
@faustobrusamolino6345 4 роки тому
Tutorials on UKposts are "free" because generous people uploads the content, in which they invested time and passion.
@son_of_hiskingdom5092
@son_of_hiskingdom5092 2 роки тому
@@faustobrusamolino6345 yea thank Jesus for that too I did it on the Python3IDE it went very well till the last one other than that it was very good I’m looking to go very far in Python
@preethamsshaiva2212
@preethamsshaiva2212 2 роки тому
You have wasted on your English classes aswell
@ayferno7337
@ayferno7337 2 роки тому
@@preethamsshaiva2212 fr
@SheldonYegon
@SheldonYegon 10 місяців тому
When it comes to teaching newbies skills on web development, and other tech stuff, bro, you win!!! Thank you for this. Your voice makes it even sweeter!!
@familyguy_random
@familyguy_random Рік тому
i was looking for a perfect lecture on function for many month,,finlay i got it,,and i will continue your lecture,,,and this is my 1st comment in my 10 years of using youtube ,,thank you
@AndrewClark83
@AndrewClark83 4 роки тому
Thanks for taking the time to create these videos, it's really helping me in my course. You've got a great teaching style and the content is great. Cheers.
@Believer758
@Believer758 2 місяці тому
Hello Dear .I have Just read your comment posted 2 years ago. Please let me know, where are you right Now as you have Watched this tutorial 2 years ago and I'm taking it today 27 February 2024
@TheGoktas17
@TheGoktas17 2 роки тому
It is a wonderful introduction to functions in Python, thank you very much!
@danielnikolov6482
@danielnikolov6482 2 місяці тому
Been on functions for a month. You filled my gaps in 20 mins. ❤❤❤
@kostiantynkarzhanov9216
@kostiantynkarzhanov9216 Рік тому
Thank you very much for the quick and good explanation! 💛
@wilsonliu1716
@wilsonliu1716 26 днів тому
thanks Mosh! I've being struggling with def and return function even after watching several youtube tutorial. No one could explain the details as clearly as you did.
@CarlFritz24
@CarlFritz24 Рік тому
INDEED, you are a GENIOUS, Mosh. Lots of knowledge, Perfection in teaching, amazing videos. Thanks. I think I'll learn a lot with you.
@theundeadforever3300
@theundeadforever3300 2 роки тому
I'm kinda proud of myself for almost solving the fizz_buzz problem. I just couldn't finish my solution, I did the same thing that you did tho, and I'm a relatively new beginner coming from C++.
@AnnieCushing
@AnnieCushing 2 роки тому
This was fantastic! I love how you simplify concepts and then build up to more complicated applications. You picked up a subscriber.
@Ushq_QgA
@Ushq_QgA Рік тому
iuijp;
@Believer758
@Believer758 2 місяці тому
Hello Dear .I have Just read your comment posted 2 years ago. Please let me know, where are you right Now as you have Watched this tutorial 2 years ago and I'm taking it today 27 February 2024
@edenrenee7392
@edenrenee7392 3 роки тому
This helped me for my college class thank you!
@CSCrew
@CSCrew 3 роки тому
Thank you so much, Mosh! You are the best!
@Sherlock24jp
@Sherlock24jp 3 роки тому
men you saved my life thank you so much for this tutorial!!! greetings from Mexico
@mansoorahmed9455
@mansoorahmed9455 6 місяців тому
Your videos are so good that viewers even forget to like the video and jump to watch more of your content. Guys please like these brilliant lectures after watching it.
@snehap6763
@snehap6763 2 роки тому
30 mins just awesome learning. Thank you!
@Believer758
@Believer758 2 місяці тому
Hello Dear .I have Just read your comment posted 2 years ago. Please let me know, where are you right Now as you have Watched this tutorial 2 years ago and I'm taking it today 27 February 2024
@nilusah4356
@nilusah4356 3 роки тому
Thank you for this video. Really helpful!!
@mickaelrichard7255
@mickaelrichard7255 3 роки тому
if what you said is true about the exercice fizzbuzz being tricky, you just made the very tiny confidence I have in python raised a bit! thanks for that!
@dabigweav
@dabigweav Рік тому
this helped me tremendously for my intro to python programming course I'm taking. I will return to your page again. Thanks.
@bemccune7671
@bemccune7671 Місяць тому
the formatting extension for VS Code he mentioned was Autopep 8 for anyone who didn't catch it. I went to the transcript to understand what he said. I'm so excited to not have to have to google all my formatting questions! Also solid explanations, thanks Mosh!
@taneemalam1135
@taneemalam1135 3 роки тому
I love you mosh ! Been trying to search for tutorials. And I got hold of your content a couple months ago. I also watched the full python course for beginner's video. Just wanted to say thank you! And we can all agree that you are a good teacher.
@Ushq_QgA
@Ushq_QgA Рік тому
🧐🧐😏🤨
@Believer758
@Believer758 2 місяці тому
Hello Dear .I have Just read your comment posted 2 years ago. Please let me know, where are you right Now as you have Watched this tutorial 2 years ago and I'm taking it today 27 February 2024
@kitcat2449
@kitcat2449 Рік тому
I've started with C++ and used a few other languages, mostly static. Now that I'm learning python I'm having a hard time with those indentations :D they look and feel so unnatural Great tutorial as always, love that there is a variety!
@snatamohanty6612
@snatamohanty6612 Рік тому
me too! it feels to simple. i'm not used to not having a thousand of errors because of an extra bracket...
@kitcat2449
@kitcat2449 Рік тому
@@snatamohanty6612 haha yeah, like 'SOMETHING IS WRONG SINCE NOTHING IS WRONG' :D Indentation errors (or not necessarily even errors, but the wrong indentation) caused me little confusion though
@snatamohanty6612
@snatamohanty6612 Рік тому
@@kitcat2449 no because same. now whenever I get an error I just give up and shut down my whole computer, I am not patient at all lmao
@kitcat2449
@kitcat2449 Рік тому
@@snatamohanty6612 taking breaks is good for your brain at least lol. I have the exact opposite problem, I tend to obsessively focus so I forget to eat and take bathroom breaks 🗿
@sandraoriji8351
@sandraoriji8351 4 роки тому
Thanks Mosh, this is just awesome
@jakesnell7707
@jakesnell7707 3 роки тому
this is so cool mosh! thank you!
@juaninfante7000
@juaninfante7000 4 роки тому
Great content I was stock on this, now se everything clear thanks to you brother god bless you
@Believer758
@Believer758 2 місяці тому
Hello Dear .I have Just read your comment posted 2 years ago. Please let me know, where are you right Now as you have Watched this tutorial 2 years ago and I'm taking it today 27 February 2024
@hqbib8083
@hqbib8083 3 роки тому
im not even in high school yet, and i already know most of Python because of you! Keep up the good work :')
@justasydefix6251
@justasydefix6251 3 роки тому
@shiva swaroop P.S Learn C++ C# then make something big, that the difference between an engineer and a kid, and between electrician and electrical engineer
@codingwithkenny6492
@codingwithkenny6492 2 роки тому
That's awesome! Me too! :)))
@protrader8426
@protrader8426 2 роки тому
@shiva swaroop P.S learning the syntax is differs from solving complicated problems and developing algorithms
@skloit_dev3089
@skloit_dev3089 2 роки тому
Could I use Arduino devices as a kid too
@tonytony-fc6gq
@tonytony-fc6gq 5 років тому
THANK YOU VERY MUCH well explained
@francismannion7075
@francismannion7075 4 роки тому
That was great Mosh , thank you.
@faustobrusamolino6345
@faustobrusamolino6345 4 роки тому
Amazing tutorial, thank you so much for sharing.. This is one of the clearest tutorials on functions, I'm learning heaps
@DimopoulosInformaticsTutorials
@DimopoulosInformaticsTutorials 4 роки тому
ukposts.info/have/v-deo/qnp1hZt6i4d1s6c.html&t=
@Believer758
@Believer758 2 місяці тому
Hello Dear .I have Just read your comment posted 4 years ago. Please let me know, where are you right Now as you have Watched this tutorial 4 years ago and I'm taking it today 27 February 2024
@jawadtahmeed9854
@jawadtahmeed9854 5 років тому
Your videos are so helpful and precise. Can you please do a series on Tensorflow and machine learning? I am highly looking for a quality series on this topic.
@jmr
@jmr 2 роки тому
His multiply function reminded me of a recent security vulnerability. Anything * 0 = 0. While it was fine his function didn't check for a 0 being passed that isn't always the case. In a real world scenario someone figured out there was no check for a public key being a 0. As a result the hacker could pass a zero and bypass security because multiplication is used to verify keys.
@Believer758
@Believer758 2 місяці тому
Hello Dear .I have Just read your comment posted 1 year ago. Please let me know, where are you right Now as you have Watched this tutorial 1 year ago and I'm taking it today 27 February 2024
@jmr
@jmr 2 місяці тому
@@Believer758 I don't use Python daily and I was simply refreshing my knowledge on functions in Python. I'm sure you will do well as Python is one of the easier languages compared to something like C.
@nelsondelarosa5490
@nelsondelarosa5490 8 місяців тому
Thanks so much for taking your time and creating this fantastic video.
@markmilan57
@markmilan57 9 місяців тому
Short and Sweet. Keep on making some cool tutorials. I enjoyed a lot .
@SEVEN-og1td
@SEVEN-og1td 3 місяці тому
Thank you so much for this videos they are perfect and free. 🎉
@Joy_Boobo
@Joy_Boobo 5 місяців тому
#You take your time in teaching✅ # You are audible ❤ # and prepares very well for each class💯. THUMB UP 👍
@emmanueloseitutu7376
@emmanueloseitutu7376 11 місяців тому
By far, one of the best.
@spaulpaul3242
@spaulpaul3242 2 роки тому
Am in kenya,,,mosh thank you,,I love the way of your teaching,,I will stick on your teaching until I know programming
@moliendo102
@moliendo102 5 років тому
It's your trademark to represent and explain the things in a clear concise and exact manner !! This makes learning material comprehensible easy to digest and remember. Without the burden of excessive words. Thank you very much i appreciate this !!!
@Believer758
@Believer758 2 місяці тому
Hello Dear .I have Just read your comment posted 5 years ago. Please let me know, where are you right Now as you have Watched this tutorial 5 years ago and I'm taking it today 27 February 2024
@amandal8404
@amandal8404 3 роки тому
I love how you called out using the global keyword in functions as bad practice. Your teaching/coding style is clean and minimalist, that's why we're all here!
@Believer758
@Believer758 2 місяці тому
Hello Dear .I have Just read your comment posted 3 years ago. Please let me know, where are you right Now as you have Watched this tutorial 3 years ago and I'm taking it today 27 February 2024
@Trincanacos.
@Trincanacos. Рік тому
I wasn't expecting this I have never seen a tutorial than explained me so well what I needed to know in my whole life, maybe it's also due to you tackling exactly the doubts I had but never have I seen a single youtube video with such information. The first 5 minutes alone helped me more than hours of python classes, an immediate subscription on my part, keep going man!
@fartiamfarttt2631
@fartiamfarttt2631 8 місяців тому
Thanks so much! You explain better than my teacher!
@kadenhansen
@kadenhansen Рік тому
What is your theme for VS Code? It’s so clean. The line turns red under the open tab instead of the text. It's very well made. Your icons are smooth as well.
@kumarsonusingh5803
@kumarsonusingh5803 3 роки тому
Thank you this video, really helpful!!
@ecodersofficial
@ecodersofficial 2 роки тому
OMG!!! Wow! I meaned all The! You're Really a Great Coder! and You're More Intelligent then Harry! Thank you so much Other Peoples Provides Just Full course but not means about it!
@DenzelTheSecond
@DenzelTheSecond Рік тому
Very concise and useful, thank you
@karasanteswebtv
@karasanteswebtv Рік тому
Great Teaching style and method and presentation !
@_mil0__
@_mil0__ Рік тому
Your an excellent teacher. Thank you
@shirkhanaslanzade2406
@shirkhanaslanzade2406 4 роки тому
many thanks, really helpful
@vitustillebeck4965
@vitustillebeck4965 3 роки тому
I did the excersize. i am currently 13 and had a hard time learning to program. that is probably because i am quite dumb. but with your videos its been so much easier. thank you. i am planning to buy the course today.
@JCASAS40
@JCASAS40 2 роки тому
Sir you are not quite dumb. I know I don't know you but what I do know is you are totally smarter than most 13 year old's. You are learning to program at 13, I'm 46 and just learning to code myself. So never say such things about yourself. You sound like an awesome, smart 13 yr old. God Bless.
@vitustillebeck4965
@vitustillebeck4965 2 роки тому
@@JCASAS40 Thank you. Good luck with your coding :)
@janusztarnowski115
@janusztarnowski115 2 роки тому
fajn coode is on ukposts.info/have/v-deo/e32Uea2Wfoppk5s.html
@TheMasudsaedi
@TheMasudsaedi Рік тому
Thanks Mosh! It was very easy to understand.
@Pravinamadoori
@Pravinamadoori 3 роки тому
Easy to understand by beginners too.. Thanks
@deniskimutai9563
@deniskimutai9563 Рік тому
My name is Denis Kimutai. I am a beginner in software engineering. Have never watched a clear and understudble tutorial like yours. The progress I make everyday in my software engineering cannot even be explained more than saying thank you sir. African normally struggle with the whites English. But you speech is clear and understudble.. Thank you sir and God bless you.
@ag36015
@ag36015 4 роки тому
You're very clear in the explaination, thanks a lot
@keenanwekesa1723
@keenanwekesa1723 9 місяців тому
Learnt an invaluable lesson from the "Exercise" part of the tutorial: Always test & retest your code!
@randycny
@randycny 2 роки тому
I paused to do the fizz_buzz project. I did the calc old-school though. if x/3 == int(x/3): I have to remember the % option. I added a while loop at the end for testing so it would loop until I pressed 0. lol. Good exercise! I was talking to the screen when the if for 3 and 5 was at the end saying it will never make it. lol then of course you fixed it. I didn't like that you used (input) though in the example as that was confusing as there is an input() function and this was not related that. I was thinking I missed something. Love the videos. Very easy to follow and useful info. Liked&Subscribed!
@kapibara2440
@kapibara2440 4 місяці тому
It was a very interesting tutorial, thank you ❤
@ee07168
@ee07168 2 місяці тому
Excellent teaching skills and knowledge great job !!
@saralshikhar2422
@saralshikhar2422 3 роки тому
Thank you for this amazing tutorial!!!!
@janusztarnowski115
@janusztarnowski115 2 роки тому
fajn coode is on ukposts.info/have/v-deo/e32Uea2Wfoppk5s.html
@jasonmase8860
@jasonmase8860 Рік тому
I love how you teach Mosh.
@shahramsultanian
@shahramsultanian 3 роки тому
thank you Mosh it was Wonderful .
@saeedmohamed9480
@saeedmohamed9480 2 роки тому
I learnt parameters nd argument clearly thank you.
@KA-NV
@KA-NV 5 років тому
Hi Mosh. Thank you for your fantastic videos. You certainly were born to teach. You make the material so easy to understand. I am glad I found your channel.
@derickmusinguzi
@derickmusinguzi 7 місяців тому
Great Lesson, I was able to learn a lot about Functions
@rorolabelli2823
@rorolabelli2823 3 роки тому
The best teacher ever😉💞
@kayemmanims
@kayemmanims 6 місяців тому
Great explanation, Mosh. Thanks a lot
@CharlesLogan-xr3rx
@CharlesLogan-xr3rx Рік тому
Thanks for the lesson! I didn't know you could use AND to check multiple conditions for IF. I was able to accomplish this with a nested IF instead. Then I tried zero as an argument... Feature or Bug? I guess we need to add IF INPUT == 0, RETURN INPUT to the top of our function, ehh? def fizz_buzz(input): if input == 0: return input if input % 3 == 0: if input % 5 == 0: return "FizzBuzz" return "Fizz" if input % 5 == 0: return "Buzz" return input
@lexamitchenterprises
@lexamitchenterprises Рік тому
Thanks for this video, I really appreciate it
@Shachar50
@Shachar50 27 днів тому
man thank you so much for that!!
@iamwriting3935
@iamwriting3935 6 місяців тому
Superb... I love coding with Mosh...❤❤❤
@nol-sor1985
@nol-sor1985 3 роки тому
You're the best dude 🙏
@alelignfaris1082
@alelignfaris1082 4 роки тому
Hi Mosh I’m very much interested with the theme that you use on vscode, Can you put the name of the theme on the description please Thanks
@mokaddisfarazi2494
@mokaddisfarazi2494 5 років тому
you are great sir!
@timkwok2365
@timkwok2365 11 місяців тому
I learn a lot, many thx!
@argjendsejfullai8304
@argjendsejfullai8304 2 роки тому
i wish you were my teacher sir, you earn my respect, sub, like and comment and i hope i pass my python exam. Mosh += love
@elliotbennett1991
@elliotbennett1991 10 місяців тому
I found this video very useful. Thank you!!!
@liguow
@liguow Рік тому
Very in depth and concise
@anurasenarathna1703
@anurasenarathna1703 10 місяців тому
Very well explained. Thank you
@marcosknez4024
@marcosknez4024 Рік тому
GREAT video! Thank you so much!
@mekhalakarunaratne1707
@mekhalakarunaratne1707 3 роки тому
Thank you, After a huge struggle, you helped me to clear my doubts of parameters and arguments.!!!! Thank you Sir !!!!!!!!!!!!! I will keep watching your channel... :)
@pr47hmesh
@pr47hmesh 4 місяці тому
Siiiuuu Thanks man
@bambinoesu
@bambinoesu 3 роки тому
wow, what a great video..made functions easier to understand
@codingisgreat1187
@codingisgreat1187 3 роки тому
Please go to this link and subscribe if you LIKE watching Coding videos. (NOTE- Subscribe only if you ❤ programming) Link-ukposts.info/the/9n1st3cSVeu3sQpbRbyEyQ.html
@alisondefreitas8625
@alisondefreitas8625 Рік тому
That's was really good Mosh Big thank you.
@ahmadrandhawa238
@ahmadrandhawa238 Рік тому
Sir really really good please make this types of detail videos on a little title plz sir love you thanks
@TechReptile
@TechReptile 3 роки тому
Hi Mosh, You are awesome to teach.
@rashmeetsingh7300
@rashmeetsingh7300 5 років тому
Life Saver!
@denggarangalaak6904
@denggarangalaak6904 2 місяці тому
superb thanks but would you also do a tutorial on arrays & pointers in python
@realmaureenoyakhilome
@realmaureenoyakhilome Рік тому
This video is gold. Thanks
@MrDuvinci
@MrDuvinci 2 місяці тому
You are a good teacher
@-Gaabriel
@-Gaabriel 5 місяців тому
great video!! my solution was: def fizz_buzz(input_: int): if (input_ % 3 == 0) and (input_ % 5 == 0): return "FizzBuzz" return "Fizz" if input_ % 3 == 0 else "Buzz" if input_ % 5 == 0 else input_
@arjunr8310
@arjunr8310 10 днів тому
Thank you ❤❤
@ninavanleeuwen1183
@ninavanleeuwen1183 6 місяців тому
Thank you so much!
@junaidmughal3806
@junaidmughal3806 2 роки тому
best video on functions
@edilbertogarcia5774
@edilbertogarcia5774 11 місяців тому
to be honest there's nothing else to say than amazing. thanks.
@eleanor.44
@eleanor.44 5 місяців тому
Thanks a lot sir!
@claylanzino9749
@claylanzino9749 3 роки тому
Thanks for sharing 😊
@seyedmortezakamali2597
@seyedmortezakamali2597 3 роки тому
آقای همدانی دمتون گرم! من خیلی آموزش های شما رو دوست دارم
How to Use Lists in Python
18:49
Programming with Mosh
Переглядів 280 тис.
Python for Beginners - Learn Python in 1 Hour
1:00:06
Programming with Mosh
Переглядів 16 млн
Teenagers Show Kindness by Repairing Grandmother's Old Fence #shorts
00:37
Fabiosa Best Lifehacks
Переглядів 22 млн
Python Functions (The Only Guide You'll Need) #12
17:20
Programiz
Переглядів 535 тис.
Python For Loops - Python Tutorial for Absolute Beginners
14:42
Programming with Mosh
Переглядів 541 тис.
Is Coding Still Worth Learning in 2024?
9:33
Programming with Mosh
Переглядів 143 тис.
Python 101: Learn the 5 Must-Know Concepts
20:00
Tech With Tim
Переглядів 1 млн
👩‍💻 Python for Beginners Tutorial
1:03:21
Kevin Stratvert
Переглядів 2,9 млн
The FASTEST Way to Learn to Code & Get a Job
5:48
Programming with Mosh
Переглядів 71 тис.
Python Object Oriented Programming (OOP) - For Beginners
53:06
Tech With Tim
Переглядів 3,2 млн
Python lists, sets, and tuples explained 🍍
15:06
Bro Code
Переглядів 210 тис.