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

preview_player
Показать описание
Learn Google Colab in one video. Google Colab, or "Colaboratory", allows you to write and execute Python in your web browser. The course consists of 17 lessons. Below topics are covered in this Colab course:

Course Introduction: 00:00
1. Colab Introduction, Features, Plans 00:34
2. Create first Demo Notebook 03:31
3. Runtime Type (GPU, TPU) on Google Colab 07:55
4. Show Line numbers on Google Colab Notebook 09:21
5. Enable Dark Theme on Google Colab Notebook 10:14
6. Increase the font size on Google Colab Notebook 11:30
7. Download Notebook (.ipynb) on Google Colab 12:13
8. Import a Python Notebook in your Google Colab 13:26
9. Run Pandas program on Google Colab 14:36
10. Run Numpy program on Google Colab 17:53
11. Run Matplotlib program on Google Colab 19:55
12. Share your Notebook with anyone on Google Colab 23:13
13. Share Google Colab Notebook on Github 25:04
14. Perform Find and Replace on a Notebook Google Colab 26:39
15. Working on cells on Google Colab 27:51
16. Open Google Colab Notebook from Google Drive 32:08
17. Open Notebook from GitHub in Google Colab 33:01

#ColabTutorial #ColabTutorialforBeginners #GoogleColaboratory #AmitThinks

► Top Free Video Courses From Amit Thinks

► Free Text Tutorials

► Follow

► Subscribe

► Donate & Support us
Рекомендации по теме
Комментарии
Автор

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

ksp
Автор

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

MuhammadAli-ljbh
Автор

It was easy to follow, Amit! Thanks for thinking

Mohit-rudu
Автор

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

rahulvenkannagari
Автор

Sir make video about nltk in google colab

jayasuryak
Автор

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

erwanerwan
Автор

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

PoliticaV
Автор

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

Автор

import pandas as pd
mylist = [50, 100, 200, 400, 800]
res = pd.series(mylist)
print = ("series = \n", res)

is not working in my system in google colab...whats wrong in this mentioned code ?

alizamondalvlogs