Python Programming Tutorial for a JavaScript Developer - Google Colab

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

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

  • @tjpurohit80
    @tjpurohit80 4 года назад +7

    I am a vet and don't know coding at all, but I'm your fan, you are superb teacher also, you inspire me for coding, I want to learn more and more from your youtube channels. Thank you.

  • @beteer1120
    @beteer1120 21 час назад

    THANK YOU VERY MUCH. i was confused about the terms used (tuples, list, dict) in python, because i only knew Array and Object lol

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

    Exactly what I was looking for, very well done!

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

    this is great!!! i'm a frontend focused engineer from a bootcamp and have been engineering for almost four years. this was straight to the point! i'm hearing an accent - bulgarian?

  • @ahmedmusawir
    @ahmedmusawir 9 месяцев назад +1

    Exactly what I was looking for!!! THANX!!

  • @ConsulthinkProgrammer
    @ConsulthinkProgrammer 4 года назад +3

    Thanks a lot Sir. I stop a while from learn Python because I want to focus to learn Google Spreadsheet and Google Apps Script from you. And now, I glad to see you give this Python tutorial. I always want to make request to You to give Python tutorial, but i don't do that because I believe that You will do some Python code someday. And now, you bring it's here. Thanks a lot Sir :)

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

      Btw, I made mini project with apps script to access link/file.. like this:
      bit.ly/super-akses1
      bit.ly/super-akses2
      bit.ly/super-akses3
      Thanks for your inspiration Sir.

  • @TrueMostafa
    @TrueMostafa 11 месяцев назад

    This is very interesting and enjoyable, the last part is mind blowing in a good way for me, thx sir

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

    You are Brilliant!Thank you so much for helping me and so many of us learn deep!

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

    Very good! Thank you.

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

    Thanks, I needed some python from javascript perspective.

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

    You are awesome. Yes, please make more videos how to do data analysis by python. And, we need also R programm.

  • @sanatanidotnetdharmaplatfo3991

    this was a great video. thanks.

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

    Brilliant Man! Thank you

  • @lauraa.3593
    @lauraa.3593 4 года назад +1

    Excellent! Thank you!

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

    Excellent video! Thank you!
    I just REALLY wish you had used dark mode, because the most difficult thing in this video was watching your white background for half an hour. 😂😜

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

      Interesting. I often have the same reaction to dark mode.

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

      @@getitdonetube haha, that's alright. We each have our personal preferences. Thanks again for the great video.

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

    I already know js and have a couple of years of experience with it so decided to extend my stack. So it was very useful. Want to learn Django. Thanks

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

    very clear, thanks

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

    bravo

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

    Wow

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

    Why use Google Colab but not a proper editor ? (like sublime text or pycharm) or if even want a notebook format, I think Jupyter is better?

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

      Google Colab is pretty much Jupyter. It's just easy for those who don't want to or can't install everything on their computer. The purpose of Google Colab is to temporarily use Google's servers to run some computation heavy task using their cpus and gpus, like machine learning, which your home computer would not be able to handle.

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

    thank u so much😊

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

    the way he says "python" hurts my soul lol

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

    Very import correction, dictionary keys can be pretty much anything. Lists, strings, ints, basically anything that is considered hash-able.

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

      Thanks for the correction.
      However, according to their docs lists can not be used as a key. You CAN use tuples though. Keys can be any immutable type docs.python.org/3/tutorial/datastructures.html
      My point in the video is that you don't use { id: 45 }, because id will be interpreted as a variable. Instead use { "id": 45 }

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

    It's age >= 21, don't take away a year of happiness!

  • @2098ramkumar
    @2098ramkumar Год назад

    pyton