Python Tutorial - Your First Program

Sdílet
Vložit
  • čas přidán 11. 07. 2024
  • If you want to get into computer programming, one easy way is to use Python. Here is a quick tutorial which will show you how to get started with Python programming on Windows.
    Twitter: / garyexplains
    Instagram: / garyexplains
    ####
    import random
    n = random.randint(1,10)
    print("I am thinking of a number between 1 and 10")
    running = True
    while running:
    guess_str = input("Take a guess ")
    guess = int(guess_str)
    if guess == n:
    print("Well done, that is right!")
    running = False
    elif guess < n:
    print("Try a bigger number")
    else:
    print("Try a smaller number")
    #####
    ---
    Python Tutorial for Beginners
    Introduction to Python Programming
    Learn Python
    Python for Windows
    ---

Komentáře • 169

  • @kunal31011995
    @kunal31011995 Před 6 lety +1

    Waited for this video for so long and finally it's here, love your videos

  • @crossthreadaeroindustries8554

    Super, just what I needed, right to the point. Voila, never programmed in Python and now I entered a program and ran it, successfully.
    Star going up on fridge.

  • @meiunardhal-fbi7760
    @meiunardhal-fbi7760 Před 4 lety

    brilliantly explained with exactly what is essential to start with.. Keep up the great work..

  • @Musicman-50
    @Musicman-50 Před 3 lety +2

    I'm an old BASIC programmer. And really want to earn Python to use with my Raspberry PI. So This is perfect to give me an idea of how things work.
    Thank you so much.

  • @Ciaooamigoo__
    @Ciaooamigoo__ Před 10 měsíci

    Love it and simple! I had issues with that while loop now i get it , ill keep this video as a reference 👌💯

  • @edwardv4546
    @edwardv4546 Před rokem

    Thank you! I appreciate this tutorial.

  • @prathameshnair5311
    @prathameshnair5311 Před 6 lety

    Thanks Gary !!! Excellent

  • @patrickcadette
    @patrickcadette Před 6 lety +1

    Nice.. great one.. thanks for the great videos ..😁😁👍👍👍👍

  • @meddyba3518
    @meddyba3518 Před 4 lety

    This was very helpful. Thank you.

  • @elisachin9330
    @elisachin9330 Před 2 lety

    wow, such an outstanding tutorial video. On the third try, I got it.

  • @chrisokwymaduka2268
    @chrisokwymaduka2268 Před 6 lety

    hello Gary, am a beginner in python . you just blow up my head now. am impressed Thanks

  • @rrsk88_farming
    @rrsk88_farming Před 5 lety

    Please make more videos like this...ur way of teaching is great 👍

  • @Polarxey
    @Polarxey Před rokem

    Thank you, i just got into programming and i don't really know what i just did. But im happy i have my first working code, still a lot to learn

  • @init_bobjames
    @init_bobjames Před 2 lety

    Fantastic work Gary! Thank you so much for the tutorial. Making my #100DaysOfPython Day3 so easy!

  • @AkshayKumar-hj8yp
    @AkshayKumar-hj8yp Před 6 lety

    yes, please more on python and programming

  • @devshekhawat7
    @devshekhawat7 Před 6 lety +12

    Make a video on basic "terms" of programming. Like variable function and so on. It would be much helpful for beginners to get start with the programming. Thanks!

    • @rokrok27
      @rokrok27 Před 2 lety +2

      Variables are used to store data such as x=8

  • @naresh1024
    @naresh1024 Před 6 lety

    Loved it

  • @mattig89ch
    @mattig89ch Před 6 lety +1

    I would be interested in learning why python of other languages. And maybe seeing some basic programs too. Just not every video. Keep up the great work!

  • @frisaqpage295
    @frisaqpage295 Před 6 lety +4

    thanks a lot gary
    i purchased already the "learn to make app in android", degit course, and it's really to thank you for the effort you make in teaching other thanks

    • @GaryExplains
      @GaryExplains  Před 6 lety

      My pleasure, did you sign up for the Slack channel yet?

    • @frisaqpage295
      @frisaqpage295 Před 6 lety

      Gary Explains no . Can you give me the link . And please continue the python learning via exemple, its really motivating way to learn.
      Thank you again

  • @RahulAgarwal97
    @RahulAgarwal97 Před 6 lety +2

    Although I have been spending the past few hours coding a RNN on python, i still see this introductory video to the full 😂😂😂

  • @muhammadwaseem-qx2fy
    @muhammadwaseem-qx2fy Před 6 lety

    Please make awesome videos like this.
    We will wait
    Thanks alot

  • @peter00
    @peter00 Před 6 lety +6

    Thanks for a nice Python video. I think learning Python will be easier via a structured course rather than ad-hoc youtube videos.
    I think a good idea for a mini-series is an overview of each individual language, what is it good for and how to get started (e.g. best courses online) - Python would be a great start

  • @softwaresingsongs7776
    @softwaresingsongs7776 Před 3 lety

    Very nice, thanks!

  • @cancan740
    @cancan740 Před 4 lety

    very good video , thans for the info

  • @jdsmith3894
    @jdsmith3894 Před 2 lety

    Thanks so much Gary! Do you have a personal website?

  • @Razor1138
    @Razor1138 Před 4 lety +1

    Can’t wait to try this today after work! (Noob here)

  • @ZageZealot
    @ZageZealot Před 2 lety

    This need more likes!!!

  • @sayidabyan5828
    @sayidabyan5828 Před 6 lety +1

    o shitt you should do more of these for other language too, and maybe make a playlist out of it

  • @grigoldvali4124
    @grigoldvali4124 Před rokem

    thanks !!!!

  • @Innocentzz
    @Innocentzz Před rokem

    Thank you! Now I understand it better (Subscriber Gained)😄

  • @kurtsmock2246
    @kurtsmock2246 Před 4 lety

    Thank you sir =)

  • @maheshbharadwaj660
    @maheshbharadwaj660 Před 6 lety

    Does python also manage memory automatically ?
    Does it support pointers ?

  • @why_tea
    @why_tea Před 6 lety

    Cool video, I personally use VB and I'm just starting to learn python, and this was simple and easy to follow.
    A video suggestion : How to dual boot windows and linux. Hope you take in to consideration.

    • @GaryExplains
      @GaryExplains  Před 6 lety

      That is a good suggestion, I will add it to my TODO list!

  • @user-gj5wx4dl8j
    @user-gj5wx4dl8j Před 2 lety

    Great tutorial but can i use random.randit with letters?

  • @abokeclaude
    @abokeclaude Před rokem

    How do you start with all those spaces, :,""...

  • @50PullUps
    @50PullUps Před 6 lety

    Wonderful1

  • @ankit_aanand
    @ankit_aanand Před 6 lety +17

    Hey please make a video about the key differences in c , c++, Java and Python.

    • @sbn025
      @sbn025 Před 6 lety

      yes, i second this!!!

    • @GaryExplains
      @GaryExplains  Před 6 lety +20

      Sounds like and interesting idea. Maybe a history of computer programming languages from Fortran to the present day.

    • @ankit_aanand
      @ankit_aanand Před 6 lety

      Gary Explains That’s good sir , we are expecting a video like that !!! I just love your explanation style,,, I have learned much from your videos !!!

  • @somhrsh
    @somhrsh Před 6 lety +1

    So, I've decided finally that I'll learn python after my FreeCodeCamp course

  • @manishghimire4782
    @manishghimire4782 Před 6 lety

    Professor can you make an data science using python step by step series that is what many of us will want.

  • @jarvisthomas8530
    @jarvisthomas8530 Před rokem

    After, I've installed python . Written my first project.
    What then?
    Do can I run it on computer? Phone? What are the steps After. Do I need to install python in all things? Or what how does it work

  • @beardninja5029
    @beardninja5029 Před 6 lety

    More Python please!

  • @hallowdraft
    @hallowdraft Před 6 lety

    Notification Squad!

  • @riyaanthemann
    @riyaanthemann Před 2 lety

    What is Minimum requirements for my pc to run it?

  • @ramyabdoo5274
    @ramyabdoo5274 Před 5 lety

    Please more python videos

  • @seanc.5310
    @seanc.5310 Před 6 lety +9

    Python is the ultimate high level language especially for learning. I learned on VB and C which was much less straight forward. Some people don't realize how powerful python actually is.

    • @Rattus375
      @Rattus375 Před 6 lety

      Sean Corcoran python is great because it's easy to learn and has lots of practical uses. Machine learning is often done using python since python has lots of machine learning and data analysis tools that are super efficient since they are implemented in C or C++

    • @obinator9065
      @obinator9065 Před 5 lety

      VB is also easy.

  • @jeeturajpoot9034
    @jeeturajpoot9034 Před 6 lety +1

    Notification Squad!😎😎

    • @RafaelMilewski
      @RafaelMilewski Před 6 lety +1

      Jeetu Rajpoot CZcams uses service workers (written in Javascript) to send you notifications even when you are not with your browser opened :)

  • @bokkenknuser
    @bokkenknuser Před 6 lety

    Make more please :)

  • @ZamanSiddiqui
    @ZamanSiddiqui Před 6 lety +1

    *GARY!*
    *Afternoon, professor!*

  • @cgcrafford
    @cgcrafford Před rokem

    So i have code like this, what do you do with them.because if i want my friend to try my program out. Its too much effort for the friend to download and install python.

    • @GaryExplains
      @GaryExplains  Před rokem

      Take a look at pyinstaller.org/ - PyInstaller bundles a Python application and all its dependencies into a single package. The user can run the packaged app without installing a Python interpreter or any modules. PyInstaller is tested against Windows, MacOS X, and Linux.

  • @victorsuarez9424
    @victorsuarez9424 Před 6 lety

    does python use double or float for decimal numbers? I think a python series would be a great idea!

  • @sohansingh2022
    @sohansingh2022 Před 6 lety

    It's amazing.... Just make a series of videos teaching python

    • @GaryExplains
      @GaryExplains  Před 6 lety

      "Just" as in I shouldn't do any other types of videos, "just" Python?

    • @gimcrack555
      @gimcrack555 Před 6 lety

      I say make your channel the way you want it. Of course you want more of us watching your channel. But, you can't make everybody happy. Plenty of Learning Python channels anyway. I like this one, Socratica Channel. I like your channel, even yourself haven't find the format goal your seeking just yet.

  • @itsletonygaming394
    @itsletonygaming394 Před 2 lety

    Thanks for the tutorial but is there a way where i can make the program print the random number that generated?

    • @GaryExplains
      @GaryExplains  Před 2 lety +1

      Yes, of course. Just add this line at the point you want it printed: print(n)

    • @itsletonygaming394
      @itsletonygaming394 Před 2 lety

      @@GaryExplains thank you

  • @DeepakKumar-uz4xy
    @DeepakKumar-uz4xy Před 6 lety

    CLASS STAND GOOD EVENING PROFESSOR

  • @bagchibarun
    @bagchibarun Před 6 lety

    Sir it was a Great Video. Pls make More Videos On Programming..
    Sir Pls Kindly Tell How did you Customize the Restart Path In The Shell Window??

    • @GaryExplains
      @GaryExplains  Před 6 lety +1

      I didn't customize it, that is where I installed Python.

    • @bagchibarun
      @bagchibarun Před 6 lety

      Thank you very much for replying Sir . I was asking how do you customised the restart followed by the path command at the centre ================Restart===== like this.

  • @salims3660
    @salims3660 Před 6 lety

    waiting for Gary to explain Ruby programming language ഹുഹുഹു.👍🏼👍🏼👍🏼👍🏼👍🏼

  • @oisin5349
    @oisin5349 Před 3 lety

    When I run python it runs in some CMD type of window and gives no options for file, run etc. I can't see how to make it come up in the Notepad type layout in the video. I can't save a file, run a file etc.

    • @sreekarg8648
      @sreekarg8648 Před 3 lety

      You’re supposed to write ur code in an editor.
      If you’re in a command terminal in Linux, then you can use the text editor ‘nano’.
      So you create a file ‘temp’ by writing ‘nano temp.py’ and then it opens the editor. That’s where you write your code.

  • @alenkruth
    @alenkruth Před 6 lety +12

    Sir probably you could have started with the basics like variables and things. Importing and working with modules is quite big🔥

    • @GaryExplains
      @GaryExplains  Před 6 lety +9

      Yes, I could have, but that wasn't the goal.

    • @ZamanSiddiqui
      @ZamanSiddiqui Před 6 lety +1

      Alenkruth Murali Yeah, like importing just one function from the module.

    • @yonatangoldin
      @yonatangoldin Před 4 lety +1

      @@GaryExplains if the goal wasn't to make a tutorial for beginners maybe you should've titled the video in a way that doesn't imply such an idea?

    • @cgcrafford
      @cgcrafford Před rokem

      The title does not say begginer.

  • @narutokunn
    @narutokunn Před 6 lety +5

    Is this gonna be a series???

    • @GaryExplains
      @GaryExplains  Před 6 lety +6

      There will certainly be more programming and software development videos, the format etc is still unclear to me.

    • @narutokunn
      @narutokunn Před 6 lety

      ohkay ... maybe you can cover different libraries since there are many python tutorials but not a good 'python libraries' playlist. Just an idea.

  • @uttamchandra9726
    @uttamchandra9726 Před 6 lety

    Good evening professor.

  • @popcorner23
    @popcorner23 Před 2 lety

    why did it turn out to be the no.9

  • @j_curry1122
    @j_curry1122 Před 2 lety

    I tryed the run it did not work

  • @jasomega2446
    @jasomega2446 Před rokem +1

    2:36 Oh, I see.

  • @Lyfhaxx
    @Lyfhaxx Před 5 lety

    Garry make one for Mac OS also

    • @GaryExplains
      @GaryExplains  Před 5 lety

      Writing a Python program on macOS? macOS comes with Python built-in. So you just need to open a terminal window and run the program with "python myprog.py"

  • @mohammadraihan8624
    @mohammadraihan8624 Před 6 lety

    Sir, i follow all of your explain videos.... I want to be a android rom developer. Is it mandatory to know programming languages for that??? If yes, than which language do i have to learn??? I watched your video on how to develop rom but i am not clear about this. Please help me...

    • @GarySims
      @GarySims Před 6 lety

      Mohammad Raihan Yes, you need to how to program if you want to change any of the apps or the internals. Did you see I have an Android App development course? goo.gl/GhaoFW

    • @mohammadraihan8624
      @mohammadraihan8624 Před 6 lety

      Coupon is not applying.... 🙁

    • @mohammadraihan8624
      @mohammadraihan8624 Před 6 lety

      Sir basically i just want to build aosp based custom rom(lineage,resurrection remix) for varoius devices.... For that what should be my steps???

    • @taurohnyt617
      @taurohnyt617 Před 4 lety

      @@mohammadraihan8624 google

  • @iforgotmyname1885
    @iforgotmyname1885 Před 4 lety

    I am able to get this to work but I can only do a really simple one:
    import random
    n = random.randint(1,10)
    print("I am thinking of a number between 1 and 10")
    running = True
    while running:
    guess_str = input("Take a guess ")
    guess = int(guess_str)
    if guess == n:
    print("Well done, that is right!")
    running = False
    else:
    print("You Wrong")

  • @lastchance045
    @lastchance045 Před 3 lety

    interesting content. Suggest you loose the not relevent screen shot of some boats that take up about 40% of the screen picture - Readability is important. It's not what YOU see but what you want the viewer to be able to see.

  • @1MarkKeller
    @1MarkKeller Před 6 lety

    *GARY!!!*
    *Afternoon Professor!!!*

  • @kuntaldas2843
    @kuntaldas2843 Před 6 lety +2

    Can we use python for AI programming

    • @GaryExplains
      @GaryExplains  Před 6 lety +4

      Yes you can, in fact Python is the language of choice for lots of machine learning experts.

    • @kuntaldas2843
      @kuntaldas2843 Před 6 lety

      Thank you sir

    • @RafaelMilewski
      @RafaelMilewski Před 6 lety +1

      Recently Google is taking a lot of effort porting their well known machine learning library TensorFlow to javascript js.tensorflow.org :) now it's easier than ever to get started with it.. And get heavy computation running directly on your GPU

  • @qounik
    @qounik Před 6 lety

    Python python python especially (python function)

  • @thejavaman53
    @thejavaman53 Před 6 lety +1

    Finally I have an excuse to learn python.

  • @burnzy3210
    @burnzy3210 Před 6 lety

    how can i make something with a GUI that can talk to an API?

    • @GaryExplains
      @GaryExplains  Před 6 lety +1

      You need to walk before you can run.

    • @RafaelMilewski
      @RafaelMilewski Před 6 lety

      One alternative is electronjs.org Electron... It uses javascript trought nodejs to write your application logic and HTML/CSS to write the 'GUI'.. It's simple very easy to build anything with it.. :)

    • @RafaelMilewski
      @RafaelMilewski Před 6 lety

      There is also nectarjs.com which is trying to compile javascript to native code in every platform... Last time(about a year ago) I checked was limited to a small set of features but it was cool enough..

  • @TechKerala
    @TechKerala Před 6 lety

    Learn programming in JavaScript! No installation needed :)

    • @GaryExplains
      @GaryExplains  Před 6 lety +3

      Javascript indeed... I thought torture was outlawed under the UN convention!

    • @martinfleming7001
      @martinfleming7001 Před 6 lety

      Gary Explains yeah newbies will have no problem understanding scope and sycronous code with JS as first language. How could you recommend something easier like python. Shame :)

  • @DeepakKumar-uz4xy
    @DeepakKumar-uz4xy Před 6 lety

    SIR MAKE TUTORIAL IN DETAILS. PLEASE

  • @narutokunn
    @narutokunn Před 6 lety

    Btw I love your videos but this one would have been better if it would have had at least a little depth. Like maybe telling a little bit about Python. Like telling that numbers are pseudo-random and not random. I am saying because you are very good at explaining and people will easily get it.

    • @GaryExplains
      @GaryExplains  Před 6 lety

      All of that is true, but that wasn't the aim of the video.

    • @narutokunn
      @narutokunn Před 6 lety

      Ya thats right but would develop more interest if one would know what Python is and some use cases. Not needed but not a bad addition either.

    • @GaryExplains
      @GaryExplains  Před 6 lety +1

      This isn't the only video on Python that I will make, plus for it is ALWAYS best to give viewers an actual result, even in the first video/chapter/post. I am happy with the scope of this video.

    • @narutokunn
      @narutokunn Před 6 lety

      Okay cool :)

  • @Kolibrik1675
    @Kolibrik1675 Před 2 lety

    ok so i do EVERYTHING totaly same as him and i get syntax error. I feel very motivated.

    • @GaryExplains
      @GaryExplains  Před 2 lety

      Then I would suggest that you didn't do EVERYTHING totally the same.

  • @Carrotz1730
    @Carrotz1730 Před 11 měsíci

    when i typed elif it said invalid syntax

    • @GaryExplains
      @GaryExplains  Před 11 měsíci

      Please post the code somewhere so I can see it. Clearly it has an error in it, but you need to provide more info.

    • @Carrotz1730
      @Carrotz1730 Před 11 měsíci

      @@GaryExplains never mind, i had it like this
      running = False
      elif guess < n:
      instead of this
      running = False
      elif guess < n:

  • @humayrachowdhury1124
    @humayrachowdhury1124 Před rokem

    Can I use this tutorial to help me hack any account . Including deleted instagram?

  • @aoullaperzahouwi8284
    @aoullaperzahouwi8284 Před 6 lety

    I'm studying C++ language, and I've gotta say python is way similar to C++

  • @gregcapps8596
    @gregcapps8596 Před 3 lety

    Should have began by outputting "Do you want to play a game?"

  • @ritzbo1390
    @ritzbo1390 Před 4 lety

    my dad is making me code so far not bad

  • @onlymarve2457
    @onlymarve2457 Před 2 lety

    I'm totally new to this and I don't even know how to go about it 😐

    • @GaryExplains
      @GaryExplains  Před 2 lety

      I thought that is why I made the video, to teach you the steps.

  • @ghanafood194
    @ghanafood194 Před 3 lety

    I was not able to follow

  • @pppluronwrj
    @pppluronwrj Před 6 lety

    i see python
    i panic++

  • @palabinash
    @palabinash Před 6 lety

    How to make a programming language.........

    • @GaryExplains
      @GaryExplains  Před 6 lety +2

      I highly recommend this book on the subject: interpreterbook.com/

    • @palabinash
      @palabinash Před 6 lety

      Gary Explains thank you very much........

    • @RafaelMilewski
      @RafaelMilewski Před 6 lety +1

      Abinash Pal blog.mgechev.com/2017/09/16/developing-simple-interpreter-transpiler-compiler-tutorial/ you can write a interpreter and compiler In 25 lines of javascript :)

    • @palabinash
      @palabinash Před 6 lety

      Rafael Milewski thank you very much.......

  • @DeepakKumar-uz4xy
    @DeepakKumar-uz4xy Před 6 lety +1

    WHY 9 IS ANSWER

    • @GaryExplains
      @GaryExplains  Před 6 lety +2

      It is random number that the program generated and the user needs to guess it.

    • @DeepakKumar-uz4xy
      @DeepakKumar-uz4xy Před 6 lety

      Can we change program's generated number

    • @DeepakKumar-uz4xy
      @DeepakKumar-uz4xy Před 6 lety

      By the way sir thanks for reply

    • @GaryExplains
      @GaryExplains  Před 6 lety +1

      It is a random number between 1 and 10, that is what this line sets: n = random.randint(1,10)

    • @oliverwalton
      @oliverwalton Před 6 lety +1

      Would you like to see some of my python programs ranging from a text based calculator to a GUI Tkinter calculator and a game in pygame. I also have a program that can teach you how to use arrays which are VERY useful for more advanced programs :)

  • @yes4880
    @yes4880 Před 4 lety

    he has 666 likes lol

  • @Stevethesearcher
    @Stevethesearcher Před 6 lety

    Gary knows his stuff. He is undoubtedly a Tech expert. However he just rushed through the fundamentals of programming way too fast in this video. He barely explained everything. If you know about programming this video won’t be of any use to you. If you don’t know anything about programming you won’t understand what he is saying. Who exactly was this video for?

    • @GaryExplains
      @GaryExplains  Před 6 lety +1

      Steve, I agree with everything you say if this was meant to be a step by step tutorial. But my aim was to show people that it is easy to get started and how easy it is to write your first program. After that you will need to put in some effort yourself. Also I wanted to judge the demand for programming tutorials and the demand for Python tutorials.

    • @Stevethesearcher
      @Stevethesearcher Před 6 lety

      Gary Explains Personally as someone who is presently slowly learning programming this video would have put me off six or 12 months ago. I do think a Python learning series would be a good idea. My initial reaction when I saw your video emerge on CZcams was great. However when you flew through the video with nary an explanation my enthusiasm waned. I get your point that this was not meant to be a tutorial. However what I suggest is that if you do want to do a series on Python you want have to start at the very beginning and that means explaining what a variable is, datatypes, strings, etc. All the boring beginner stuff that newbies have to become comfortable with before they can even begin to start working with functions and objects. Always assume that the person who you are teaching might not know anything you are talking about. It’s hard when you are standing on top of a mountain to see those at the bottom.

    • @GaryExplains
      @GaryExplains  Před 6 lety +1

      I respect you point of view and understand what you are saying, but as I said that wasn't the point of the video. Also I would suggest that "all the boring beginner stuff" isn't necessarily the best way to go about teaching people. An alternative approach is to get people actually up and running and achieving a result and then circle back to the beginner stuff, i.e. start with a win. I have written teaching books and developed an Android App development course (see dgitacademy.com) so I am very aware of what beginners need.

    • @Stevethesearcher
      @Stevethesearcher Před 6 lety

      Gary Explains I hear what you are saying Gary. I will suspend judgement and wait and see what you come up with in regards a beginners Python course. I think it’s a good idea in principle. It’s only the implementation I had concerns about. Ok thats enough input for me for today.

  • @RafaelMilewski
    @RafaelMilewski Před 6 lety

    Javascript is actually the language to go if you wanna start learning programing faster...

    • @GaryExplains
      @GaryExplains  Před 6 lety +4

      It might be faster to get started, but I wouldn't recommend it to a beginner at all.

    • @RafaelMilewski
      @RafaelMilewski Před 6 lety

      Gary Explains your background might be in computer science, hardware etc... Naturally you may wanna have control over every single byte that is written / read from memory with precision etc... However learning javascript opens door for a much broad range of opportunities for the overall non high technical people who are looking only to make a living out as a developer... Nowadays the web community is so hot, you pretty much can deal with the whole dev stack in javascript itself... low-level understanding of 'real languages' is kind of no longer required anymore.. There is always a way to do anything in javascript opposed to python and the majority of the other languages. Certainly javascript is not the language for most of the tasks people are using it to.. But in the end it is so convinient, to have one language for the whole stack... That soon or later this will become the standard for everything... See all the efforts big companies like Google and Facebook does on allowing javascript for native mobile development... Or nodejs, or v8 team, or... U name it, you can even run javascript inside a microcontroller allowing anyone to write code that will run inside your fridge(IoT for example (it's worrying) but totally cool ...

    • @GaryExplains
      @GaryExplains  Před 6 lety +2

      Nonsense.

    • @RafaelMilewski
      @RafaelMilewski Před 6 lety

      Gary Explains I think you just hate javascript as much as I hate java for no reason :)

    • @GaryExplains
      @GaryExplains  Před 6 lety +1

      I can assure you it isn't for no reason! ;-)