Google Colab Tutorial for Beginners (2022) | colab.research.google.com | Amit Thinks

แชร์
ฝัง
  • เผยแพร่เมื่อ 1 ต.ค. 2024

ความคิดเห็น • 25

  • @Amit.Thinks
    @Amit.Thinks  2 ปีที่แล้ว +4

    Python Course (English): th-cam.com/video/HSbyBwmEOQk/w-d-xo.html
    Python Course (Hindi): th-cam.com/video/b97WsOM9BYg/w-d-xo.html

  • @ksp4619
    @ksp4619 8 หลายเดือนก่อน +2

    Really appreciate your efforts and knowledge in this video Amit. That was very useful for me to getting started with Google Collab.

    • @Amit.Thinks
      @Amit.Thinks  8 หลายเดือนก่อน

      Glad to hear that. Adding more Python Tutorials for you:
      Python Tutorial (English): th-cam.com/video/HakXpkXcjdI/w-d-xo.html
      Python Tutorial (Hindi): th-cam.com/video/b97WsOM9BYg/w-d-xo.html
      NumPy Tutorial (English): th-cam.com/video/WsENswmSz6M/w-d-xo.html
      NumPy Tutorial (Hindi): th-cam.com/video/roqStVWNR7Q/w-d-xo.html
      Matplotlib Tutorial: th-cam.com/video/DFBkTIhptOQ/w-d-xo.html
      Google Colab Tutorial: th-cam.com/video/iMlMfrXJYSg/w-d-xo.html
      Anaconda Tutorial: th-cam.com/video/ovlID7gefzE/w-d-xo.html
      PyCharm Tutorial: th-cam.com/video/nixcq6mEGWQ/w-d-xo.html
      Jupyter Notebook Tutorial: th-cam.com/video/Ou-7G9VQugg/w-d-xo.html
      MySQL Tutorial: th-cam.com/video/fFgdnS1laA0/w-d-xo.html
      SQL Tutorial: th-cam.com/video/3mukGYjvixE/w-d-xo.html

  • @rahulvenkannagari2907
    @rahulvenkannagari2907 2 ปีที่แล้ว +4

    how to run html on google colab? could you please explain the same as python for html also

    • @riquardi
      @riquardi ปีที่แล้ว

      html is a script that you run on browser.
      Same code might run slightly different on different browsers, That is the reason, You are not supposed to run it on colab, This is not a question (lightly speaking)

  • @viragikagunaratna3198
    @viragikagunaratna3198 7 วันที่ผ่านมา

    Thanks Amit Thinks. You really think about learners capabilities !

    • @Amit.Thinks
      @Amit.Thinks  7 วันที่ผ่านมา

      Thank you for your appreciation. Refer to our other free courses:
      Python Tutorial: bit.ly/3znnb1y
      Pandas Tutorial: th-cam.com/video/yFoVs3_wvPo/w-d-xo.html
      NumPy Tutorial: th-cam.com/video/WsENswmSz6M/w-d-xo.html
      Matplotlib Tutorial: th-cam.com/video/DFBkTIhptOQ/w-d-xo.html
      Anaconda Tutorial: th-cam.com/video/ovlID7gefzE/w-d-xo.html
      PyCharm Tutorial: th-cam.com/video/nixcq6mEGWQ/w-d-xo.html
      MySQL Tutorial: youtu.be/sgpDAiF
      SQL Tutorial: th-cam.com/video/3mukGYjvixE/w-d-xo.html
      jQuery Tutorial: th-cam.com/video/5BTWmXFOKlc/w-d-xo.html
      Bootstrap Tutorial: th-cam.com/video/nahewStckVU/w-d-xo.html

  • @MuhammadAli-lj7bh
    @MuhammadAli-lj7bh ปีที่แล้ว +1

    A really useful video... Good on you Amit and many thanks.

  • @Mohit-ru5du
    @Mohit-ru5du 7 หลายเดือนก่อน

    It was easy to follow, Amit! Thanks for thinking

  • @erwanerwan6196
    @erwanerwan6196 ปีที่แล้ว

    HELLO SIR ! good job....could you let me know how to deal with a data set classification images CNN ...when i try to insert the train / test that does not match !! and try to run it i get ....no such file directory.... why ?...i am struggling with parent file...need help ..! thank you

  • @jayasuryak9551
    @jayasuryak9551 ปีที่แล้ว

    Sir make video about nltk in google colab

  • @PoliticaV
    @PoliticaV ปีที่แล้ว

    Hey Amit, what’s the combo numbers with sparks mean?

  • @Aksriv100
    @Aksriv100 10 หลายเดือนก่อน

    Cool

  • @1010700317
    @1010700317 ปีที่แล้ว

    Hi Amit. Thank you for this video. If u can help me out more information and tutorial for Google Colab, that will help me.

    • @Amit.Thinks
      @Amit.Thinks  ปีที่แล้ว

      Welcome. Right now, I can provide these tutorials, except Colab:
      Python Tutorial (English): th-cam.com/video/HakXpkXcjdI/w-d-xo.html
      Python Tutorial (Hindi): th-cam.com/video/b97WsOM9BYg/w-d-xo.html

  • @aks1008
    @aks1008 ปีที่แล้ว

    can you run r code in google colab..

    • @Amit.Thinks
      @Amit.Thinks  ปีที่แล้ว

      Yes, but install the package *rpy2* first.

  • @alizamondalvlogs
    @alizamondalvlogs ปีที่แล้ว

    import pandas as pd
    mylist = [50, 100, 200, 400, 800]
    res = pd.series(mylist)
    print = ("series =
    ",res)
    is not working in my system in google colab...whats wrong in this mentioned code ?

    • @Amit.Thinks
      @Amit.Thinks  ปีที่แล้ว +2

      print = ???
      An equality operator after the print statement?

    • @alizamondalvlogs
      @alizamondalvlogs ปีที่แล้ว

      @@Amit.Thinks ("series =
      ",res) written over there still showing error

    • @Amit.Thinks
      @Amit.Thinks  ปีที่แล้ว +3

      No, what is this?
      print = ("series =
      ",res)
      Why = after print?
      *Write this:* 👇🏼
      print("series =
      ",res)

  • @mac_Ta
    @mac_Ta ปีที่แล้ว

    46°C!!! Where r u m8?

    • @Amit.Thinks
      @Amit.Thinks  ปีที่แล้ว +1

      It was 46 that day. I am in Delhi, India. :)

  • @rohansalve2610
    @rohansalve2610 ปีที่แล้ว

    thank you sir . very helpful video

    • @Amit.Thinks
      @Amit.Thinks  ปีที่แล้ว

      Most welcome! Refer our other Python Tutorials:
      Python Tutorial (English): th-cam.com/video/HakXpkXcjdI/w-d-xo.html
      Python Tutorial (Hindi): th-cam.com/video/b97WsOM9BYg/w-d-xo.html
      Python Tutorial (Notes): studyopedia.com/tutorials/python3
      Numpy Tutorial: studyopedia.com/tutorials/numpy
      Pandas Tutorial: studyopedia.com/tutorials/pandas
      Matplotlib Tutorial: studyopedia.com/tutorials/matplotlib