Google Colab

Python Programming Language

In this data-driven age, Python has become an essential tool for many programmers, engineers, researchers, and data scientists across academia and industry.

Being an AI start-up focused on building and promoting the Machine Learning and Data Science, we have found Python to be a near-perfect fit for the types of problems we face day to day, whether it’s developing small web-apps, extracting meaning from large datasets, scraping and munging data collected from the Web, or automating day-to-day tasks.

The appeal of Python is in its simplicity and beauty, as well as the convenience of the large ecosystem of domain-specific tools that have been built on top of it.

No less important are the numerous other tools and packages which accompany these: if there is a scientific or data analysis task you want to perform, chances are someone has written a package that will do it for you.

To tap into the power of this data science ecosystem, however, first requires familiarity with the Python language itself. Our aim, with this course, is that students will walk away with a solid foundation about python and programming (in general).

What is Google Colab

Google Colab is an environment that runs completely on a cloud. It handles all the setup and configuration required for your program. So that you can start writing your first program.

Running code in Google Colab is as easy as signing in to your Gmail account. It requires just 2 steps. Yes, you heard it correct.

  1. Sign into Google colab.

  2. Create a new notebook.

You can just click on this url, and enter your email-id and you are done. And it will look as below:

As soon as you complete the sign-in process, you are ready to use Google Colab. You may easily create a new Colab notebook on this page by clicking File> New notebook.

Congratulations!! You have successfully created a Google Colab notebook within minutes. Now you can start wrtiting your code.