What is Python? Why Python is So Popular?

Поділитися
Вставка
  • Опубліковано 17 гру 2024

КОМЕНТАРІ • 878

  • @capyargentino
    @capyargentino 3 роки тому +769

    I really recommend you the book "Automate the boring stuff with Python" if you're starting learning Python. It's a great book for beginners!

  • @EEDVANCEMENT
    @EEDVANCEMENT 5 років тому +1579

    Teacher: Write sorry 100 times.
    Student: for x in range(100):
    print("sorry")

  • @SisuYeti
    @SisuYeti 3 роки тому +851

    wanted to check, what is python after coding it for 6 long years :D

    • @jominksimon9296
      @jominksimon9296 3 роки тому +29

      😂😂epic

    • @i_fly_emirates
      @i_fly_emirates 3 роки тому +15

      How much did you earn with python?

    • @SisuYeti
      @SisuYeti 3 роки тому +83

      @@i_fly_emirates more than I can spend.

    • @Toptrendhairstyles
      @Toptrendhairstyles 3 роки тому +5

      I want to learn ....is it easy to learn ????

    • @elbenyang6512
      @elbenyang6512 3 роки тому +15

      @@Toptrendhairstyles yes is easy cause the syntax is really simple for beginners like me

  • @younglee6718
    @younglee6718 2 роки тому +49

    I just started to learn Python in my university this year
    and I had a hard time understanding the basic existence of it since I’m not familiar with programming whatsoever. Your video explanation made it a lot easier! Thank you for the information!

    • @tanvichauhan09
      @tanvichauhan09 Рік тому

      Ikr I'm in shock! had no idea i signed up for this!? it looks like a cracky weird alien language

    • @nickjames2651
      @nickjames2651 11 місяців тому

      FR!!!! I'm an electrical engineer but I had no coding experience whatsoever before freshmen year. They just threw us in the fire with no help and horrible teaching at a fast pace! I struggled so much and never really got the full picture or a high level understanding of anything! This was partly my fault for not taking the initiative but mostly the teacher's fault for being horrible. After the first week, the professor was shocked by how many kids were coming to him and asking how to even download Python on their computers lol. Finally in the beginning of one of our classes he was like "Okay it seems like most of you have never coded before? I thought you would all be experts at this point... This might be a rough semester for some of you." For an intro class????? Well long story short the majority of kids did horrible (myself included) and the course was curved soo much that I got a B by getting 40's and 60's on my exam. I passed but probably shouldn't have. I was traumatized that I never wanted to touch it again!!! A few years later now and I am trying to go back and learn it for work and I'm enjoying it so much! Learning at a reasonable pace with teachers that aren't horrible is a game changer...Plus it's free/cheap! Thank goodness I found these videos and other resources! Everything is clicking now, I just wish I found this sooner SMH

  • @johnpekkala6941
    @johnpekkala6941 5 років тому +23

    Python is a great language because It is both a good beginner language, easy to read and debug in general and also very powerful having many great high potential uses. Python is used in all sorts of things things like teaching programming, web development, game development(PyGame and Godot Engine are 2 great examples), AI (Tensorflow is the biggest AI framework and it is a Python library. Tensorflow is used to program self driving cars and other AI based machines and devices), general machine control and science applications (including control scripts for Large Hadron Collider). Python is for sure an easy to learn/use powerful universal language! And its a fav of mine too

    • @HarshaVardhan-zs2ww
      @HarshaVardhan-zs2ww 2 роки тому +1

      Brother Iam a bipc student I don't know where to start can u please give me a guidance which programming should learn frst and where to learn

  • @rhondascraftobsessions5817
    @rhondascraftobsessions5817 2 роки тому +10

    In college, I worked with C++ and a bit of SQL. I learned about Python from a story I was reading and had to look this program up. When you said that this was an easy program to learn, you had me at EASY!

  • @coinslotto2683
    @coinslotto2683 5 років тому +153

    I have absolutely no idea what the people in the comment section are talking about

    • @sadiasiddiqui4520
      @sadiasiddiqui4520 4 роки тому +11

      CoinSlotto can you please explain me what you have commented

    • @marleyj668
      @marleyj668 3 роки тому +2

      Same, I’m only here because my teacher is making us watch this😂

    • @khedobr
      @khedobr 3 місяці тому

      So I'm i

  • @nxk5116
    @nxk5116 5 років тому +46

    python's ez 2:10 ...
    Python takes every basic knowledge away from you, even tho in C would be more lines, you at least get the basics
    with python not so much
    with python i feel like "U beautiful"
    instead with C "You're beautiful"

    • @prathyushram7983
      @prathyushram7983 3 роки тому

      Can I get a Job/ internship if I know only python ?

    • @nxk5116
      @nxk5116 3 роки тому

      @@prathyushram7983 yes

  • @Jessicanimation
    @Jessicanimation 3 роки тому +12

    I'm taking my first introduction to python class this summer!

  • @HassanMohd
    @HassanMohd 5 років тому +91

    I actually want to expand my programming skills whenever I watch your videos. Very influential and impressive. Keep up the awesome work.

    • @atiqurrahman6450
      @atiqurrahman6450 4 роки тому

      Good tutorial for beginner. Know more and more plz click
      www.londonittraining.co.uk/python-training-courses-london

    • @thyland2483
      @thyland2483 Рік тому

      fr lol, have a Java exam coming up next week and I now have the sudden urge to learn Python. Note that I don't even learn Python (yet) and that I suck in Java haha

  • @Gernatch
    @Gernatch 4 роки тому +13

    No joke. It’s important. I’m using it daily at my job.

  • @RandomShowerThoughts
    @RandomShowerThoughts 5 років тому +29

    I personally use python for everything. Deep learning with Keras, parsing data, working with dataframes, webscraping

  • @kainja5503
    @kainja5503 4 роки тому +210

    Front pic - What is Python?
    Me - Python is a Snake.

  • @mervinmarias9283
    @mervinmarias9283 5 років тому +62

    Easier is not always better. That extra description is there for a reason. It is a function name that you call to act on your variable. For example what if you wanted the middle three letters, or the last three letters? Or you wanted to swap the first three letters with the last three? C# and Javascript may not be as succinct as Python, but that extra verbosity sure comes in handy when you want to do power programming.

    • @usualunusualkid7149
      @usualunusualkid7149 5 років тому +6

      are there commands for c# or javascript
      Last 3 letters:str[:-3]
      middle 3 letters: Depends on what is middle in case of even numbered string lengh

    • @aoeu256
      @aoeu256 Рік тому +1

      A lot of the verbosity is needless and python is actually more expressive , for example the new operator in Java requires Ides so that you can replace it with factory functions.

  • @ayodeleodaro-osayande5336
    @ayodeleodaro-osayande5336 Рік тому +2

    You are a great teacher for Phyton 😊

  • @thestovietunion790
    @thestovietunion790 5 років тому +44

    2:39 My existential crisis is back again, thanks for the motivation.

  • @nickjames2651
    @nickjames2651 11 місяців тому +2

    I'm an electrical engineer but I had no coding experience whatsoever before freshmen year. They just threw us in the fire with no help and horrible teaching at a fast pace! I struggled so much and never really got the full picture or a high level understanding of anything! This was partly my fault for not taking the initiative but mostly the teacher's fault for being horrible. After the first week, the professor was shocked by how many kids were coming to him and asking how to even download Python on their computers lol. Finally in the beginning of one of our classes he was like "Okay it seems like most of you have never coded before? I thought you would all be experts at this point... This might be a rough semester for some of you." For an intro class????? Well long story short the majority of kids did horrible (myself included) and the course was curved soo much that I got a B by getting 40's and 60's on my exam. I passed but probably shouldn't have. I was traumatized that I never wanted to touch it again!!! A few years later now and I am trying to go back and learn it for work and I'm enjoying it so much! Learning at a reasonable pace with teachers that aren't horrible is a game changer...Plus it's free/cheap! Thank goodness I found these videos and other resources! Everything is clicking now, I just wish I found this sooner SMH

  • @kashifriaz5952
    @kashifriaz5952 3 роки тому +2

    Today, I made a committment to start learning Python and this is 1st video i saw on youtube. Thanks for introducing me to python.

  • @pantepember
    @pantepember 6 років тому +15

    I love the way you teach. Thank you for all of your efforts.

  • @christianjamesguevarra6257
    @christianjamesguevarra6257 6 років тому +81

    C# - clean and elegant statically typed language
    Python - clean and elegant dynamically typed language
    Cant wait to to use either language in webassembly for truly fullstack development

    • @yoho403
      @yoho403 5 років тому

      Java is the new C#

    • @xMercuryx56
      @xMercuryx56 5 років тому +9

      Liam you got that switched around

    • @iam_omar
      @iam_omar 5 років тому +5

      C# is cleaner than py and more readable

    • @Krblkn
      @Krblkn 5 років тому

      C++ is the most clean of all. I am learning Python currently

    • @donotlike4anonymus594
      @donotlike4anonymus594 5 років тому

      more like:
      python pseudo code like clean,
      ckanky
      ,slooooowwwwww!...
      And i mean slow.....!!
      c# is fine... not amazing but fine...
      But man python is like a training wheels language...
      It's great if you wish to teach/... but you shouldn't use it foe anything serious if you can code well
      Don't get me wrong i love python it helped me teach many people...
      But i never use it for anything real/practical

  • @olalekefasanye6048
    @olalekefasanye6048 6 років тому +13

    Wow! This is really something. I just finished subscribing for a JavaScript course and not too long after I hear this.

    • @alizeyshah7226
      @alizeyshah7226 3 роки тому

      ua-cam.com/video/Us_vaB3Plzs/v-deo.html

  • @ricardomadleno564
    @ricardomadleno564 2 роки тому +5

    Python is a powerful tool that will allow you to do a lot of valuable work and if you master it you’re probably on your way to get a well payed job. It’s also not that hard to learn it. It’s already incredibly rewarding and it will only get more requested in the future.

  • @mohammedalansi7878
    @mohammedalansi7878 4 роки тому +2

    it's really new starting for me to be programming and inshallah ill do it because her in my country unfortunately the war decrease the educational process Determination in the programmatic and technological field

  • @PrincePandey-t6x
    @PrincePandey-t6x 11 місяців тому +1

    Hey,
    Great Video!
    A request here:
    Please elaborate on "Uploading to a server and running a script" part and ,if possiblem,please point me towards the relevant resources to learn more about the same.
    Regards,
    Prince

  • @peymannoorbakhsh4749
    @peymannoorbakhsh4749 4 роки тому

    Hi, merci Mosh. very useful and compact.
    مختصر و مفید، سهل و ممتنع! as persian

  • @bibekbam3869
    @bibekbam3869 Рік тому +1

    I am about to start the subject of programming in my uni. And, Python is new to me but from the video, I learned that it is simple and has multiple applications in diverse fields. I am excited more about the automation utility of Python.
    Thankyou for bringing out this brilliantly presented video.

  • @_miyu
    @_miyu 6 років тому +71

    Shorter syntax is not always better because it reduces readability. str[0:3] shows no information about what the function will produce. str.Substring(0,3) at least shows that it will manipulate the string and reveals some information about 0 to 3. That helps a lot for reading it back at a later time. In a proper IDE all the script you showed is typed out in just a few keystrokes (autocomplete). So the winning syntax should default to the more readable syntax in my book. No body types out all those characters anymore anyway. But we need seriously the ability to read it back in the future.

    • @ercantirman
      @ercantirman 6 років тому +7

      I agree with Mosh. It's not that hard to read Python code from that perspective. IMHO only dynamic typing makes Python hard to follow for fellow static typing language developers. But this is about habits. Just write more unit tests as you should do. You will get used to it in time. That's why Python is an easy to learn, hard to master language.

    • @justapugontheinternet
      @justapugontheinternet 6 років тому +2

      Python is actually one of the most easily readable languages. There’s a reason why people say it’s closer to actual English.

    • @akinleyeisrael4627
      @akinleyeisrael4627 6 років тому

      that because c# is very structured enter the class and do whatever u want to perform

    • @amalaljohari9358
      @amalaljohari9358 6 років тому +2

      actually I came to write the same comment, I agree, when I read the short syntax example, I said damn it, it is really bad, the one of C# is more readable and easier

    • @abobonickname5696
      @abobonickname5696 6 років тому

      @@programmingwithmosh it all depends on what you are use to. It's Subjective but both of you are still correct and wrong at the same time. Python is not easier because of short syntax. You have to learn it to know what it does and also c# is faster which means short syntax does no equate better because of the things that short syntax is referencing behind the scene might be chains of chains. But I like the pattern of c# because learning that will make you understand jscript, kotlin, java with not much learning and time

  • @nperm9459
    @nperm9459 3 роки тому

    In 2:00 , str[0:3] can be abbreviated to str[:3]

  • @AJ-et3vf
    @AJ-et3vf 3 роки тому +16

    Thank you for making this Python playlist! I'm interested in learning and becoming fluent in Python so I quite appreciate this free online learning resource.

    • @fredrrari
      @fredrrari Рік тому +1

      this was 2 yrs ago. How are you doing so far in Python?

    • @AJ-et3vf
      @AJ-et3vf Рік тому

      @@fredrrari I'm fairly comfortable, although I'm not an expert yet because I have other commitments in life which prevented me from focusing entirely on learning Python deeper.

  • @Nick21104
    @Nick21104 3 місяці тому

    Thankyou for the info. man, indeed helped! Means a lot ❤

  • @BensonWanjala822
    @BensonWanjala822 Рік тому +1

    i am curious of knowing more about codding and want to make it my job

  • @slackjaw4467
    @slackjaw4467 2 роки тому +1

    Really enjoyed this. Going to dig deeper into Python and watch your other videos as well. Thanks for sharing

  • @xprogram9772
    @xprogram9772 6 років тому +1

    channel = input ("what's the best channel?") Programming with Mosh
    channel2 = input ("yeah!, you right")

    • @usualunusualkid7149
      @usualunusualkid7149 5 років тому +4

      That's not how Python works. That's not how programming works.
      Quite possibly you meant this:
      channel=input("what's the best channel?")
      if channel == "Programming with Mosh":
      print("yeah!, you right")

    • @johndoe-eh3tv
      @johndoe-eh3tv 4 роки тому

      Usual Unusual Kid you roasted his ass

  • @sebastianhoffmann7003
    @sebastianhoffmann7003 2 роки тому

    Super helpful! Thanks Mosh!

  • @arvelyt2188
    @arvelyt2188 2 роки тому +1

    I’m learning python right now Senior year on High school and I’m absorbing everything like a sponge!! I’m going to learn it again in College and also learn Java and C++

  • @shaikhrafique7040
    @shaikhrafique7040 2 роки тому +1

    Excellent job sir 👍 Thanks for the video 🙏

    • @shaikhrafique7040
      @shaikhrafique7040 2 роки тому

      Definately sir, I felt confident after watching your videos sir 🙂 thank you 🙏

  • @betelgeuse1139
    @betelgeuse1139 5 років тому +1

    Question = "can you make small simple games with python?"
    If question = True
    print("yes, and explain what types of games please"
    Else
    print("no, and explain what languages are the best for creatimg games for a new programmer:)")

    • @jockfaire
      @jockfaire 2 роки тому

      Incorrect syntax in your if statement. You are assigning a boolean to a variable. What you really should be doing is making a comparison. so it should be written as If question == True.

  • @lonwabomgudlwa8243
    @lonwabomgudlwa8243 4 роки тому +3

    I am starting to learn Python and this seem to be the best I have found

    • @rahulyadavb4894
      @rahulyadavb4894 3 роки тому

      Im starting it now how is it

    • @dakotarich5165
      @dakotarich5165 3 роки тому

      @@rahulyadavb4894 How are you going about learning it?

  • @kakasuribabu1428
    @kakasuribabu1428 3 роки тому +1

    Whatever u have done videos on programming languages
    Are those helpful to blinds to learn coding
    I am a blind student
    But i am interested in learning programming languages
    Could plz reply to my question

  • @coldchorizo9088
    @coldchorizo9088 4 роки тому +4

    I bought the crash course for python beginners edition 2 today only $30 and I have a feeling it's gonna change my life I'm going to dedicate myself to putting this book in my brain and I will come back and write some code when I've done it 😊

    • @macoy321
      @macoy321 3 роки тому +2

      Hey there, you posted this a year ago. Wanted to check how is your course coming along. I’m interested to learn Python as well, but wanted to see how other people starts. thank you in advance.

  • @MrVashsword
    @MrVashsword 6 років тому +2

    For someone that is just starting what is a good project to start so I can learn how to use it.

  • @avinashavinash3756
    @avinashavinash3756 2 роки тому

    Wowtastic !!!! just simple yet CLear.

  • @NN-gy7xl
    @NN-gy7xl 6 років тому +2

    mosh: what software do you use to create your cool animated slides? I'm more interested in that and tired of creating boring powerpoint presentations here at work lol.

  • @prasunjeetsoni6143
    @prasunjeetsoni6143 6 років тому +2

    Really very useful and verstile langugage.. Please provide the easy to learn tutorial for beginner ..

  • @Bankgexplore
    @Bankgexplore 3 роки тому

    Nice. Short but sharp.

  • @VinuP2023
    @VinuP2023 6 років тому +7

    But many say job openings for Python is very less except in areas like AI, Machine Learning. If I Learn C# I can find many jobs for it. But not Python. What do you feel

    • @VinuP2023
      @VinuP2023 6 років тому

      Do you have a course on Python and Django?

    • @AnimeRPG1
      @AnimeRPG1 6 років тому

      Actually Mosh you are factually wrong. People shouldn't learn any programming language simply because it's easy in someone's opinion.
      The best approach is finding what you want to do & which programming language would be best suited for that idea.

    • @AnimeRPG1
      @AnimeRPG1 6 років тому +1

      No I'm not targeting anyone except complete newbies. Don't blame me for your assumption or miss understanding on what I said.
      When someone wants to learn programming they should:
      1) ask themselves, why?
      2) What do they want to make?
      Example, "I want to make a video game."
      Answer; well the top dog is C++ along with C# (Unity). You can also look into JavaScript and Python. Python would be the easiest to learn, but it's draw backs are...JavaScript is good in this sense, but not well in this.
      Their decision should be based on what THEY want to accomplish.
      And your advice is bad advice.
      1) learn this first
      2) learn this later
      No. It's about what THEY want to do and the best way to accomplish it.
      So yes you are incorrect in the sense of "learn this because it's easy & I said so."
      If someone wants to make triple a games; learn C++. You don't tell them to learn "this" first than try learning C++.

    • @abobonickname5696
      @abobonickname5696 6 років тому

      @@programmingwithmosh Mosh if you are coming from the generic aspect of interest to learn programing, why not go for java or c#? They are very similar which means learning it will enable you familiarise yourself with JavaScript and other similar language. Python is ok to learn after that. For job listing, I get to see adverts for c# more than any language.

    • @dragonarch0
      @dragonarch0 6 років тому

      There are plenty of django and flask jobs though.

  • @tabrezkhan9261
    @tabrezkhan9261 5 років тому +1

    Awesome... I got learned many things today. Thanks to understand much complex easily

  • @imblack011
    @imblack011 3 роки тому +4

    im starting learning python next week at school. imma start preparing ahead of time, using ur vids because they're good and simple

  • @affiliatejunkie9611
    @affiliatejunkie9611 4 роки тому +1

    Just curious which video making tool did you use to create this amazing video ?

  • @roshanshah5831
    @roshanshah5831 5 років тому +4

    Hi, could you advise me to learn python as i am not in programming side, i have been working on financial data management. Have some knowledge of SQL (beginner level). Upto what level I should learn Python, ? I do see my kind of jobs do require python... i am also learning sales force so does it go with python. Please advise.

    • @raquiebkhan2612
      @raquiebkhan2612 5 років тому

      Someone please reply

    • @moddyedits3197
      @moddyedits3197 5 років тому

      Check out the app Career karma then join a coding bootcamp so you can become a software.

  • @Fasyx
    @Fasyx 5 років тому +36

    Great video, as always. Maybe next time mention the drawbacks of a language like Python, compared to C++ for example? Overall I get the point, as a beginner I would prefer Python all day long, since it is easy to start with.

    • @alizeyshah7226
      @alizeyshah7226 3 роки тому

      ua-cam.com/video/Us_vaB3Plzs/v-deo.html

    • @MessianicJudaism
      @MessianicJudaism 3 роки тому

      I agree, I prefer to use php and SQL.
      My website is database driven.

    • @saptaccrvima3563
      @saptaccrvima3563 3 роки тому

      @@MessianicJudaism what kind of website do you have? What is it about?

    • @aerahtv0000
      @aerahtv0000 2 роки тому

      python is bad for websites, linux scripts and anywhere where performance is required.

  • @congregationGlobal
    @congregationGlobal 3 роки тому +1

    Thanks for making things easy

  • @jenniferjeffery1258
    @jenniferjeffery1258 5 років тому +3

    Thanks so much for posting this information. Really helpful!

  • @Bandeyekhoda
    @Bandeyekhoda 4 роки тому

    Amazing video quality!
    Thanks!

  • @ladybirdcreative
    @ladybirdcreative 3 роки тому

    Great tutorial thanks Mosh!

  • @MikeOniciuc
    @MikeOniciuc 3 роки тому +1

    ‘Hello World’
    str[0:4] => “Hel” since the last one it’s exclusive. Right?

  • @sunpreetsingh5143
    @sunpreetsingh5143 6 років тому +1

    i really enjoyed your node js course ...you r one of the best teacher ...

  • @riccahanap3483
    @riccahanap3483 2 роки тому

    Good day to you sir...i want to ask,i have no experience on programing,,do you have a yt tutorial,or should i learn programing before i started to learn the python?or should i direct to study/learn python

  • @huynhquynh6492
    @huynhquynh6492 2 роки тому

    Thank you so much Mosh for this great video!

    • @SharonPeng
      @SharonPeng 2 роки тому

      I am sitting next to her and can tell she’s enjoying it very much.

  • @nateyarring7006
    @nateyarring7006 3 роки тому +1

    Great overview. I love python.

  • @codeinair627
    @codeinair627 3 роки тому +1

    Hai Mosh! Your videos are awesome. Can you say me which editing application you are using for slides? Thanks in advance.

  • @eveningswith3641
    @eveningswith3641 4 роки тому

    Watching this in 2020. Great video!

  • @ags-engineering5544
    @ags-engineering5544 3 роки тому +1

    Good summary of the many advantages Python programming offers !

  • @mxrvxn08
    @mxrvxn08 3 роки тому

    new in programming, and i wanted to self study Python. this vid helps me decide

  • @andyluis13
    @andyluis13 2 роки тому +1

    Is there a bootcamp? Can I get a job learning this without a degree or experience?

  • @TechReptile
    @TechReptile 4 роки тому

    Wow just awesome video for learning python.

  • @icewallowcmen8683
    @icewallowcmen8683 3 роки тому

    Loved this video!!!!!

  • @soufianechalouh7454
    @soufianechalouh7454 3 роки тому

    2:01 you can make it even shorter by removing the "0", it becomes str[:3]

  • @cryptobeginners7906
    @cryptobeginners7906 3 роки тому

    Thanks for the overview 🌸

  • @swapnildubey55
    @swapnildubey55 5 років тому

    gr8 job sir thanks for clearity

  • @justdoit143
    @justdoit143 5 років тому +5

    Whats the best programming language for hacking?

    • @RS-xx8gz
      @RS-xx8gz 5 років тому

      Python, c++ and maybe javascipt

    • @justdoit143
      @justdoit143 5 років тому

      Grazyass

    • @yankobig8612
      @yankobig8612 5 років тому

      Just Do It I’m a ethical hacker so I recommend using any Linux operating systems, and Python

  • @Amir-rm3kx
    @Amir-rm3kx 6 років тому +2

    hi mosh,
    enrolled in your react course and I am completing my front end skills and assets,
    looking to future for becoming a full stack developer, and I am stuck between ruby on rails and python with django,
    i have been reading and listening and I dont think im going to focus on php+laravel much, maybe just for wordpress functionality.
    I wanted to know why you chose python and not ruby. as ruby on rails seems to be the better option for small projects and startup community. it would be nice to hear your thoughts. thank you.

  • @PR03
    @PR03 3 роки тому +1

    It was a great introduction for Python . Thanks for your awesome work !!

  • @mathemagics2082
    @mathemagics2082 3 роки тому

    sir can you pllease tell me how tho make this type of videos
    which software you use

  • @comeontechies1308
    @comeontechies1308 3 роки тому

    Thanks Mosh for this valuable information

  • @kyleqhowell
    @kyleqhowell Рік тому

    I learned a lot from this thank you!

  • @kennethsmith2515
    @kennethsmith2515 2 роки тому

    Thank you for bringing information about Python

  • @Azad_07650
    @Azad_07650 4 роки тому

    Thanks for making python simple..

  • @abnormalbr33d
    @abnormalbr33d 5 років тому +1

    Great video man simple and right to the point.

  • @sanjanaselvaraj6898
    @sanjanaselvaraj6898 5 років тому +18

    Really sir... hats off to you. Thank you for your great work. I really like the way you explain every process. Thanks a lottt. Great effort sir. I wish you to upload videos related to "web security". It will be very useful.

  • @justins7796
    @justins7796 4 роки тому +1

    car = "honda civic"
    salary = 30400.73
    broke = true
    Boom, there's a , , and all without needing static types set :)

  • @zalezluciano2899
    @zalezluciano2899 Рік тому

    What are the minimum recommended pc or laptop specs to start learning how to code. I would like to start self learning but don't know where to start as far as hardware. I don't have money for something like a gaming rig but I can swing something mid level. Suggestions would be appreciated 😊

  • @EmiCiappi
    @EmiCiappi 3 роки тому

    Thanks bro! I am noob and I am wondering about this language because I saw a free course from Massachusetts institute of technology, i think i will start as soon as possible!

  • @giorgibatsiashvili4270
    @giorgibatsiashvili4270 6 років тому

    Mosh I just completed your nodejs course.it was super super useful thanks s lot.Mosh for president

  • @МихаилМорозов-ы9ь
    @МихаилМорозов-ы9ь 4 роки тому +1

    Man, your English is good. Hello from Russia )

  • @jbrads1828
    @jbrads1828 Рік тому

    I been doing Python for a total of 8 hours per week around my full-time job since February, this video actually explained what it is im doing better than my instructor lol.

  • @tjl5419
    @tjl5419 5 років тому +2

    Where do I go to get python certifications?

  • @mdtashinahmed6742
    @mdtashinahmed6742 3 роки тому

    I like python language and subscribe an your chanel Love from Bangladesh🇧🇩

  • @FlyNadir
    @FlyNadir Рік тому

    Amazing way of teaching.

  • @juanakonneh7232
    @juanakonneh7232 Рік тому

    I love your tutorial, thank you.

  • @rutpshah
    @rutpshah 5 років тому +2

    Thank you Mosh for this important information.

  • @prashanttiwari120
    @prashanttiwari120 4 роки тому +5

    Hi Mosh please make tutorial on spring boot and especially spring security .It will be very useful for lots of people , especially of you are doing :)

  • @floridosmarpepa8904
    @floridosmarpepa8904 5 років тому

    what software that uses python you can build mobile apps? Android and Ios? Kivy is not that well recommend in the webcommunity like flutter or react. Would like to know because I like python more that others languages, would love to use it for mobiles app

  • @1018Stacey
    @1018Stacey 5 років тому

    Cool, I now know a whole lot more about what Python is and what the program can do!

  • @mdnazmulh.8908
    @mdnazmulh.8908 4 роки тому +2

    Python is Really awesome!

  • @michaldanco2848
    @michaldanco2848 6 років тому +11

    I really like your design, animations and also your amazing knowledge ;) Thank you for sharing with us ;)

  • @Engycation
    @Engycation 3 роки тому

    very nice video go ahead

  • @hightechhorizons
    @hightechhorizons 2 роки тому

    Hey ...which app do you use for video making or editing.

  • @avi933
    @avi933 6 років тому +3

    Great... After watching your javascript tutorials. Now ready to learn new language. Thank you so much 🙏🙏🙏

    • @avi933
      @avi933 6 років тому

      @@programmingwithmosh yehhh. Your video's and guide will help me to focus on python. It's very helpful for me.

    • @trainedtraders7478
      @trainedtraders7478 3 роки тому

      Good to know

  • @MohammedKaleem95
    @MohammedKaleem95 5 років тому +2

    Sir Please Suggest a tutorial of Data Structure and algorithm using Python