Skip to content

Fix grammatical mistakes #5

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
Now that we know the importance of Python in Data Science, let's try to understand the tools that we need to use to run Python for Data Science tasks.

One of the popular toolkits that data scientists use to run their Python scripts is an interactive notebook. There are various ways in which you can setup an interactive notebook. In this module, we will learn one them, i.e., how to setup and use Google Colab.
One of the popular toolkits that data scientists use to run their Python scripts is an interactive notebook. There are various ways in which you can set up an interactive notebook. In this module, we will learn one of them, i.e., how to set up and use Google Colab.

### What are Interactive Notebooks?

* We are humans and always need user-friendly applications. Notebooks are typically used by data scientists for quick exploration tasks and easy-to-use interactive data science environments.

### Google Colab - Online Environment to Run Python Code

* Google colab is the simplest way to setup an interactive notebook environment to perform your data science tasks.
* Google Colab is the simplest way to set up an interactive notebook environment to perform your data science tasks.
* The environment offers you up to 12 GB RAM/GPU etc for free and 100 GB storage.
* You don’t need to worry about installing a bulky python application on your laptop/computer
* **Link to access Google colab:** [https://colab.research.google.com/](https://colab.research.google.com)
* You don’t need to worry about installing a bulky Python application on your laptop/computer
* **Link to access Google Colab:** [https://colab.research.google.com/](https://colab.research.google.com)

### Getting Started Video to Run Python Code on Colab

Expand All @@ -36,4 +36,4 @@ One of the popular toolkits that data scientists use to run their Python scripts

In case you are opening the video on YouTube, you may _**start from 24 secs and watch till 3 mins 10 secs**_ (rest will be covered later)

There seems to some issue with visibility in the video with print function. Print function is usually used as follows print(z) However, in the video it appears to be print.(z). due to screen recording issue, so please use the correct one, i.e., print(z).
There seems to some issue with visibility in the video with print function. Print function is usually used as follows print(z) However, in the video it appears to be print.(z). due to screen recording issue, so please use the correct one, i.e., print(z).