From the course: Python Data Analysis

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Using Python in the cloud

Using Python in the cloud - Python Tutorial

From the course: Python Data Analysis

Start my 1-month free trial

Using Python in the cloud

- [Instructor] An exciting, recent development in the Python ecosystem is that it has become possible to run notebooks in the cloud using services such as Google Colaboratory and Microsoft Azure Notebooks. With both, you get a rather functional environment for free. If you'd like to follow along with this course using Python in the cloud, I suggest you use Azure Notebooks. Let me show you how to. We start at notebooks.azure.com. We sign in, which you can do using an existing Microsoft account or creating one. You may also be asked to create a user name for your profile. In Azure Notebooks, notebooks are organized in projects, so we create a new one. I will call it Python data analysis. The easiest way to get the exercise files into Microsoft Azure is to upload the zip file that contains all of them. The Upload button is here on the top right. So I go find a file and upload it. To unzip the archive, I open the Azure…

Contents