Anaconda

  • Anaconda is a free and open-source distribution of Python. It makes it easy to run Python code on your laptop/computer.

  • Again, why Anaconda? - Well, we are humans and always want user-friendly applications. And that's what Anaconda does for you. It offers a powerful tool called "Jupyter notebook," an easy-to-use and interactive Python environment for data science.

Installation

For Windows

For Other OS

Jupyter Notebook

Let's Open Anaconda Navigator

  • Once you install and open Anaconda, you will see the below screen.
  • Click "Launch" under Jupyter Notebook in Anaconda Navigator to open a notebook in your default web browser.

image.png

Jupyter Interface

  • This is what the basic Jupyter interface looks like!
  • No files might be displayed if your folder is empty.

image.png

Create a New Notebook

To create a new notebook, go to New at the top right corner and select Notebook - Python 3.

image.png

Add and Execute code in Jupyter Notebook

Google Colab - Online Environment to Run Python Code

  • 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 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/

Getting Started Video to Run Python Code on Colab

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 be some issue with visibility in the video with the print function. The print function is usually used as print(z). However, in the video, it appears to be print.(z). due to a screen recording issue, so please use the correct one, i.e., print(z).