Programming Languages (Theory of Python)

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

КОМЕНТАРІ • 46

  • @polowanienapytona7295
    @polowanienapytona7295 3 роки тому +13

    I'm not sure if you are aware how much you can influence someone's life by making video like this one. Thanks :)

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

      I had a theory that low-quality, low-effort tutorial vids by people who know what they are talking about are way more valuable than the fancy high-quality tutorial vids. My experience and the response from people like you confirms this. I hope to be in a position to make these nonstop.

  • @bjarke7886
    @bjarke7886 4 роки тому +8

    This was a great introduction/overview of the field

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

      Thanks. I wish I had more time to make videos right now...

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

    'AAHMMMM..JAVA.... AHMMM' best part!!!

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

      Dunno if you guys gives a damn but if you are stoned like me atm then you can watch all of the new movies on instaflixxer. I've been watching with my brother for the last few months =)

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

      @Kyler Jakob yea, have been watching on InstaFlixxer for since november myself =)

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

    This is fantastic. So many basic videos have tons of fluff/sparkle but this is cold hard facts. Awesome

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

    This was a great 2x watch to get a quick history! I appreciated your way of not picking favorites, which I see frequently.

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

      Oh, I have my favorites. But the favorites only apply in certain situations. I'm not going to write a webapp frontend in Python, and I'm not going to write a professional video game in Python either.

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

    Appreciating this series a lot, thank you so much!

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

    Really nice videos... the only thing I have to "complain" is how sad the music at the end makes me... it's like "it's over"-kind of music 😞

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

      The fact that music can make you feel anything is an amazing fact.

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

    u are doing great work by making tutorial vedio playlist thanxxx for this from bottom of my heart

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

    Best explanation ever

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

    This was extremely helpful. Thanks so much for the explanation and insight. I am just starting out but am extremely motivated but I needed an idea of what path to take to work my way to a career with little experience.

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

    Nice work. Do you recommend starting with your Theory of Python, followed by your Python Tutorial? I'm starting from scratch, but like your Physics approach as opposed to the normal business examples found in so many other tutorials.

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

    Keep making videos even if there is one out there on the subject already. You explain it better.

  • @luisfevel
    @luisfevel 2 роки тому +2

    Thanks for the video. I'm just starting with python and want to know which IDE you recommend: Jupyter Notebook, Visual Studio Code, Sublime Text?

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

      I recommend the Linux command line + ViM. It's a bit of a learning curve, but you likely need the linux command line skills (unix shell) skills anyway.

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

      @@jg394 I've never used Linux. My system is Windows 10.

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

      @@luisfevel Install virtualbox and get Linux running. Pretty much all servers run linux nowadays, and your code is likely to be running on a server somewhere. I recommend Fedora.

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

    Awesome video, buddy! Thanks a lot!

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

    10:04 "Slick"

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

    Great video Bud! Thank you very much

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

    Awesome explanation, and "marketing .... JAVA " 😂😂

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

    first one i watched now im hooked

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

    Thanks for the lesson. If you’re interested can you make more python videos

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

    Basics of programming is very nicely with care defined

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

    I would like to understand how the functions work. In other words, how the program 'thinks'. What data goes where to get the result. Where could I learn it, please?

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

      That's a huge topic and since I don't know what you don't know I can't really help you. Data is stored in the memory. Memory is just a bunch of numbers, each number with its own address. So the program has to remember where it has stored what in order to find it again.

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

    15:20 I am amused why golang didn't make the list sir?

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

      I don't like golang. But I possibly forgot it at the time. It certainly deserves mention.

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

    Thoughts on PHP?

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

      Not any good ones.

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

    How long would it take me to learn Prolog

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

      No idea. I have never really done much with prolog. It seems like a toy to me. I think the basics are easy enough to grasp but making something more complicated would quickly escape my ability to manage it.

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

    At 10:25 he said "Python itself kind of started off as a joke". I want to understand what he really means by this statement.

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

      The author / inventor of Python wasn't really trying to create a new language that would change the world. He was just curious about computer languages and tried his hand at making one that was useful for him. He named it Python after "Monty Python". He used to encourage any kind of Monty Python reference, but once it became clear that Python was actually a really good language, he shied away from that part of the history.

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

    The shade on Java 🤣

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

    👍

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

    This is so based

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

    Man everyone do Java dirty. Don’t hurt my baby.

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

    So java is faking their popularity xD

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

    Bisous 😘

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

    sound of your pen is very irritating man..........................................