Python Functions | Python Tutorial for Absolute Beginners #1

Поделиться
HTML-код
  • Опубликовано: 17 янв 2025

Комментарии • 437

  • @terrancekayton007
    @terrancekayton007 4 года назад +107

    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 4 года назад +1

      Dude, that's exactly what I thought. I've been struggling for days!!!

    • @RaynerDaCruz
      @RaynerDaCruz 3 года назад +2

      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 3 года назад +1

      @@RaynerDaCruz 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.

    • @Innocent-g7l
      @Innocent-g7l 10 месяцев назад

      ​@@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

    • @Innocent-g7l
      @Innocent-g7l 10 месяцев назад

      ​@@RaynerDaCruzHello 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

  • @mty1966
    @mty1966 3 года назад +172

    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 3 года назад +3

      ,,🤗

    • @ahamedsha9348
      @ahamedsha9348 3 года назад +2

      Thanks mate

    • @kingofgaming1295
      @kingofgaming1295 2 года назад +1

      Thank you, it was very helpful

    • @ahmadrandhawa238
      @ahmadrandhawa238 Год назад +1

      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)

    • @Innocent-g7l
      @Innocent-g7l 10 месяцев назад

      ​@@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

  • @wheelsroundwheels
    @wheelsroundwheels 3 года назад +84

    def appreciation(name):
    return name
    word = “Thankyou very much “
    print(word + appreciation(Mosh))

    • @noemirignanese635
      @noemirignanese635 3 года назад +11

      print(word + ' Mosh') and you get the same result quikly, you don't understand why we use function

    • @DeArtTerminator
      @DeArtTerminator 3 года назад

      @@noemirignanese635 hahahahahaha

    • @thecrypticmelon
      @thecrypticmelon 3 года назад +2

      where are the quotes in Mosh

    • @truepvp5463
      @truepvp5463 3 года назад

      @@thecrypticmelon its a string

    • @lambachurro8790
      @lambachurro8790 3 года назад +1

      nice dude, i love reading comments

  • @familyguy_random
    @familyguy_random Год назад +2

    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

  • @SheldonYegon
    @SheldonYegon Год назад +3

    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!!

  • @AndrewClark83
    @AndrewClark83 5 лет назад +73

    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.

    • @Innocent-g7l
      @Innocent-g7l 10 месяцев назад

      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

  • @IndiaDynamics
    @IndiaDynamics 6 лет назад +294

    I waisted my money by tacking various courses now I realise on youtube its free...

    • @IndiaDynamics
      @IndiaDynamics 6 лет назад +27

      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 5 лет назад +41

      Tutorials on RUclips are "free" because generous people uploads the content, in which they invested time and passion.

    • @son_of_hiskingdom5092
      @son_of_hiskingdom5092 3 года назад +1

      @@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 3 года назад +27

      You have wasted on your English classes aswell

    • @ayferno
      @ayferno 2 года назад +3

      @@preethamsshaiva2212 fr

  • @hqbib8083
    @hqbib8083 3 года назад +59

    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 года назад +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 3 года назад

      That's awesome! Me too! :)))

    • @FTech109
      @FTech109 3 года назад

      @shiva swaroop P.S learning the syntax is differs from solving complicated problems and developing algorithms

    • @skloit_dev3089
      @skloit_dev3089 3 года назад

      Could I use Arduino devices as a kid too

  • @deniskimutai203
    @deniskimutai203 2 года назад +3

    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.

  • @danielagyei9987
    @danielagyei9987 6 месяцев назад +1

    Mosh, you're God sent. Can't thank you enough. btw you didn't get time to do the last part where it return the parameter so i did it. It's here\
    def fizz_buzz(input):
    if (input % 3 != 0) and (input % 5 != 0):
    return input
    if (input % 3 == 0) and (input % 5 == 0):
    return "FizzBuzz"
    if input % 3 == 0:
    return "Fizz"
    if input % 5 == 0:
    return "Buzz"
    return "OK"
    the_magic = fizz_buzz(47)
    print(the_magic)
    i want to become a programmer like you.

  • @keenanwekesa1723
    @keenanwekesa1723 Год назад +3

    Learnt an invaluable lesson from the "Exercise" part of the tutorial: Always test & retest your code!

  • @tiberiusG
    @tiberiusG 7 месяцев назад +1

    Thank you for holding my hand through this, I've been learning Python for a couple weeks now and I'm struggling with some basic concepts related to functions and statements, among other things. Before this video I probably would have had less than half the knowledge needed to complete the exercise, now I have enough to make a working FizzBuzz algorithm on my own in 10 minutes, albeit not as professional as your code.
    def fizz_buzz(input):
    if input % 15 == 0:
    return "fizzbuzz"
    elif input % 3 == 0:
    return "fizz"
    elif input % 5 == 0:
    return "buzz"
    else:
    return input
    print(fizz_buzz())
    the solution for both 3 and 5 that you came up with wasn't obvious to me, and I was unfortunately trying to make the code too terse. I did figure that the only numbers divisible by both 3 and 5 are always divisible by 15, so I chose 15 lol.

  • @bemccune7671
    @bemccune7671 10 месяцев назад

    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!

  • @JayRodriguez-2023
    @JayRodriguez-2023 3 месяца назад

    Love you Mosh! You got me through Bootcamp and now I’m using you for Masters program in computer science!!

  • @vitustillebeck
    @vitustillebeck 3 года назад +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 3 года назад +3

      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.

    • @vitustillebeck
      @vitustillebeck 3 года назад +2

      @@JCASAS40 Thank you. Good luck with your coding :)

  • @markmilan57
    @markmilan57 Год назад +2

    Short and Sweet. Keep on making some cool tutorials. I enjoyed a lot .

  • @taneemalam1135
    @taneemalam1135 4 года назад +19

    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 2 года назад

      🧐🧐😏🤨

    • @Innocent-g7l
      @Innocent-g7l 10 месяцев назад

      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

  • @Trincanacos.
    @Trincanacos. 2 года назад +7

    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!

  • @danielnikolov6482
    @danielnikolov6482 10 месяцев назад

    Been on functions for a month. You filled my gaps in 20 mins. ❤❤❤

  • @kitcat2449
    @kitcat2449 2 года назад +7

    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 Год назад +2

      me too! it feels to simple. i'm not used to not having a thousand of errors because of an extra bracket...

    • @kitcat2449
      @kitcat2449 Год назад +1

      @@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 Год назад +1

      @@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 🗿

  • @AnnieCushing
    @AnnieCushing 3 года назад +27

    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 2 года назад

      iuijp;

    • @Innocent-g7l
      @Innocent-g7l 10 месяцев назад

      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

  • @amandal8404
    @amandal8404 4 года назад +14

    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!

    • @Innocent-g7l
      @Innocent-g7l 10 месяцев назад

      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

  • @ashishdev2024
    @ashishdev2024 3 года назад +1

    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!

  • @wilsontradeveler1208
    @wilsontradeveler1208 9 месяцев назад

    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.

  • @jasonmase8860
    @jasonmase8860 2 года назад

    I love how you teach Mosh.

  • @mansoorahmed9455
    @mansoorahmed9455 Год назад

    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.

  • @CarlFritz24
    @CarlFritz24 2 года назад +1

    INDEED, you are a GENIOUS, Mosh. Lots of knowledge, Perfection in teaching, amazing videos. Thanks. I think I'll learn a lot with you.

  • @emmanueloseitutu7376
    @emmanueloseitutu7376 Год назад

    By far, one of the best.

  • @teatime009
    @teatime009 Месяц назад

    love the fizz buzz section!

  • @derickmusinguzi
    @derickmusinguzi Год назад +1

    Great Lesson, I was able to learn a lot about Functions

  • @robc15
    @robc15 3 месяца назад

    Fantastic tutorials. Thanks Mosh.

  • @edenrenee7392
    @edenrenee7392 4 года назад +2

    This helped me for my college class thank you!

  • @STEM-ButchIanSorotenSoriano
    @STEM-ButchIanSorotenSoriano Год назад +2

    for exercise Fizz and Buzz
    def fizz_buzz (input):
    if input % 3 == 0 and input % 5 == 0:
    print("FizzBuzz")
    elif input % 3 == 0:
    print ("Fizz")
    elif input % 5 == 0:
    print ("Buzz")
    else:
    print(input)
    fizz_buzz (4)

  • @nelsondelarosa5490
    @nelsondelarosa5490 Год назад +2

    Thanks so much for taking your time and creating this fantastic video.

  • @theundeadforever3300
    @theundeadforever3300 3 года назад +3

    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++.

  • @Nate_Goth
    @Nate_Goth 8 месяцев назад

    Thank you so much Mosh! You're the best teacher out there. Wish you could also make a tutorial on classes and objects!🙏

  • @iamwriting3935
    @iamwriting3935 Год назад

    Superb... I love coding with Mosh...❤❤❤

  • @quantumtechmedia254
    @quantumtechmedia254 Год назад

    RUclips University will never disappoint....am a member....chau

  • @DenzelTheSecond
    @DenzelTheSecond Год назад +1

    Very concise and useful, thank you

  • @spaulpaul3242
    @spaulpaul3242 3 года назад

    Am in kenya,,,mosh thank you,,I love the way of your teaching,,I will stick on your teaching until I know programming

  • @Joy_Boobo
    @Joy_Boobo Год назад

    #You take your time in teaching✅
    # You are audible ❤
    # and prepares very well for each class💯. THUMB UP 👍

  • @jmr
    @jmr 2 года назад +12

    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.

    • @Innocent-g7l
      @Innocent-g7l 10 месяцев назад

      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 10 месяцев назад +1

      @@Innocent-g7l 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.

    • @attohval
      @attohval 7 месяцев назад +1

      I am currently studying Software Engineering and preparing for my Python Project presentation... It is a thing of joy to see brilliant people like you guys here

    • @jmr
      @jmr 7 месяцев назад +1

      @@attohval That's awesome! I'm sure you'll do great.

    • @attohval
      @attohval 7 месяцев назад +1

      @@jmr I am trying my best Sir... Thanks a lot. Starting my Java class next month and it continues

  • @nidhinks1735
    @nidhinks1735 4 года назад +1

    Coolest tutorial video ever seen for python functions

  • @TheMasudsaedi
    @TheMasudsaedi Год назад

    Thanks Mosh! It was very easy to understand.

  • @faustobrusamolino6345
    @faustobrusamolino6345 5 лет назад +20

    Amazing tutorial, thank you so much for sharing.. This is one of the clearest tutorials on functions, I'm learning heaps

    • @DimopoulosInformaticsTutorials
      @DimopoulosInformaticsTutorials 5 лет назад

      ruclips.net/video/rJDQeCTQDRs/видео.html&t=

    • @Innocent-g7l
      @Innocent-g7l 10 месяцев назад

      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

  • @sn66410
    @sn66410 2 года назад +5

    30 mins just awesome learning. Thank you!

    • @Innocent-g7l
      @Innocent-g7l 10 месяцев назад

      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

    • @HshwNanan
      @HshwNanan 8 месяцев назад

      @@Innocent-g7l hes dead

    • @Innocent-g7l
      @Innocent-g7l 8 месяцев назад

      @@HshwNanan Okay 🥲

  • @franciscomorales8102
    @franciscomorales8102 Месяц назад

    Thanks! It was very understandable!

  • @rorolabelli2823
    @rorolabelli2823 3 года назад

    The best teacher ever😉💞

  • @Sherlock24jp
    @Sherlock24jp 3 года назад

    men you saved my life thank you so much for this tutorial!!! greetings from Mexico

  • @kayemmanims
    @kayemmanims Год назад

    Great explanation, Mosh. Thanks a lot

  • @_mil0__
    @_mil0__ Год назад

    Your an excellent teacher. Thank you

  • @SEVEN-og1td
    @SEVEN-og1td Год назад

    Thank you so much for this videos they are perfect and free. 🎉

  • @ee07168
    @ee07168 10 месяцев назад

    Excellent teaching skills and knowledge great job !!

  • @argjendsejfullai8304
    @argjendsejfullai8304 3 года назад +1

    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

  • @liguow
    @liguow 2 года назад

    Very in depth and concise

  • @edilbertogarcia5774
    @edilbertogarcia5774 Год назад

    to be honest there's nothing else to say than amazing. thanks.

  • @CSCrew
    @CSCrew 3 года назад

    Thank you so much, Mosh! You are the best!

  • @seyedmortezakamali2597
    @seyedmortezakamali2597 4 года назад

    آقای همدانی دمتون گرم! من خیلی آموزش های شما رو دوست دارم

  • @TechReptile
    @TechReptile 4 года назад +1

    Hi Mosh, You are awesome to teach.

  • @elliotbennett1991
    @elliotbennett1991 Год назад

    I found this video very useful. Thank you!!!

  • @dabigweav
    @dabigweav 2 года назад

    this helped me tremendously for my intro to python programming course I'm taking. I will return to your page again. Thanks.

  • @junaidmughal3806
    @junaidmughal3806 2 года назад

    best video on functions

  • @sandraoriji8351
    @sandraoriji8351 4 года назад +1

    Thanks Mosh, this is just awesome

  • @anurasenarathna1703
    @anurasenarathna1703 Год назад

    Very well explained. Thank you

  • @MohammadMonirHossain-uo2mm
    @MohammadMonirHossain-uo2mm Месяц назад

    Thank you Sir. Good tutorial.

  • @realmaureenoyakhilome
    @realmaureenoyakhilome 2 года назад

    This video is gold. Thanks

  • @pr47hmesh
    @pr47hmesh Год назад +1

    Siiiuuu
    Thanks man

  • @kapibara2440
    @kapibara2440 Год назад

    It was a very interesting tutorial, thank you ❤

  • @aminekouchta9616
    @aminekouchta9616 Год назад

    really good explanation...keep it up

  • @marcosknez4024
    @marcosknez4024 2 года назад

    GREAT video! Thank you so much!

  • @AllAroundHnadyMan
    @AllAroundHnadyMan 2 года назад

    Excellent education - thanks

  • @kostiantynkarzhanov9216
    @kostiantynkarzhanov9216 Год назад +1

    Thank you very much for the quick and good explanation! 💛

  • @gambu4810
    @gambu4810 Год назад +2

    My Jaw dropped when I saw that someone has an academic charnel with 3.6 MILLION SUBSCRIBERS! 😱

  • @juaninfante7000
    @juaninfante7000 4 года назад +4

    Great content I was stock on this, now se everything clear thanks to you brother god bless you

    • @Innocent-g7l
      @Innocent-g7l 10 месяцев назад

      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

  • @alisondefreitas8625
    @alisondefreitas8625 2 года назад

    That's was really good Mosh
    Big thank you.

  • @moliendo102
    @moliendo102 6 лет назад +2

    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 !!!

    • @Innocent-g7l
      @Innocent-g7l 10 месяцев назад

      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

  • @nol-sor1985
    @nol-sor1985 3 года назад

    You're the best dude 🙏

  • @-Gaabriel
    @-Gaabriel Год назад

    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_

  • @timkwok2365
    @timkwok2365 Год назад

    I learn a lot, many thx!

  • @MrDuvinci
    @MrDuvinci 10 месяцев назад

    You are a good teacher

  • @TheGoktas17
    @TheGoktas17 2 года назад +1

    It is a wonderful introduction to functions in Python, thank you very much!

  • @WiredWisdom930
    @WiredWisdom930 2 года назад

    sir your words are so nice .Thank you so much 😍😍

  • @jomelsanpedro7271
    @jomelsanpedro7271 3 года назад

    Really talented teacher

  • @jakesnell7707
    @jakesnell7707 4 года назад

    this is so cool mosh! thank you!

  • @Pravinamadoori
    @Pravinamadoori 4 года назад

    Easy to understand by beginners too.. Thanks

  • @saeedmohamed9480
    @saeedmohamed9480 3 года назад

    I learnt parameters nd argument clearly thank you.

  • @randycny
    @randycny 3 года назад

    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!

  • @claylanzino9749
    @claylanzino9749 4 года назад

    Thanks for sharing 😊

  • @kumarsonusingh5803
    @kumarsonusingh5803 3 года назад

    Thank you this video, really helpful!!

  • @arjunr8310
    @arjunr8310 8 месяцев назад

    Thank you ❤❤

  • @saralshikhar2422
    @saralshikhar2422 4 года назад

    Thank you for this amazing tutorial!!!!

  • @ahmadrandhawa238
    @ahmadrandhawa238 Год назад

    Sir really really good please make this types of detail videos on a little title plz sir love you thanks

  • @DrJ3k4lMrH4d3
    @DrJ3k4lMrH4d3 3 года назад

    Thanks for this Mosh

  • @sumeetpasrichavines
    @sumeetpasrichavines 4 года назад +1

    Hello Mosh, I am beginner in python, checked lot of links for python but your channel finished my search. you are doing great job, Thanks for that.Can you share name of IDE you use, as it throws error exactly.

    • @HamzaAsiff
      @HamzaAsiff 4 года назад +1

      This IDE is visual studio code 👆

  • @lexamitchenterprises
    @lexamitchenterprises 2 года назад

    Thanks for this video, I really appreciate it

  • @gfpkelly
    @gfpkelly 3 года назад

    This is a great video!

  • @ssigitas69
    @ssigitas69 3 года назад +2

    Thank you so much. You are one of my favorite teacher for Python.

  • @Ushq_QgA
    @Ushq_QgA 2 года назад

    congrats on 3 mil

  • @francismannion7075
    @francismannion7075 5 лет назад

    That was great Mosh , thank you.