22 lines
1.1 KiB
Markdown
22 lines
1.1 KiB
Markdown
|
|
|
||
|
|
## Intro and how to use
|
||
|
|
|
||
|
|
Google Colab is a webpage where you can write and run Python code. We will use it for this course and for the Practical Data Science one heavily.
|
||
|
|
|
||
|
|
If you have a gmail account, you have access to Colab by default and for free. Since you have a gmail account with UPF, you don't need to register anywhere. To access colab, simply:
|
||
|
|
- Log into your gmail account
|
||
|
|
- Head to colab.research.google.com
|
||
|
|
- Create a new notebook, or open one that is already in your account.
|
||
|
|
|
||
|
|
Your notebooks will be saved in your Google Drive automatically. You can also download them if you need them. You can also upload the class notebooks I provide to you in the course to play with them.
|
||
|
|
|
||
|
|
## Suggested Additional Materials
|
||
|
|
|
||
|
|
- A super brief Colab example
|
||
|
|
notebook: https://colab.research.google.com/?utm_source=scs-index
|
||
|
|
- A more detailed, high quality example Colab
|
||
|
|
notebook: https://colab.research.google.com/github/cs231n/cs231n.github.io/blob/master/python-colab.ipynb
|
||
|
|
- A brief video intro to Colab (
|
||
|
|
Spanish): https://www.youtube.com/watch?v=8VFYs3Ot_aA
|
||
|
|
- Another brief video intro to Colab (
|
||
|
|
English): https://www.youtube.com/watch?v=oCngVVBSsmA
|