You are on page 1of 6

Introduction to

Python
Agenda

● Why Python?
● Installation of python with Anaconda
● Interactive python notebook
Why Python?

● Ease of use

● Simple Syntax

● Great libraries

● Scalable
Python Installation

● Anaconda Individual Edition is the world's most popular Python distribution platform
● It is a distribution of the Python and R programming languages for scientific computing,
that aims to simplify package management and deployment

Anaconda Installation Links:

● Installing on Windows
● Installing on macOS
● Installing on Linux
Anaconda Navigator
Google Colab (Cloud Alternative)

Google Colab, or "Colaboratory", allows you to write and execute Python in your browser, with

● Zero configuration required


● Free access to GPUs
● Easy sharing

Colab Introduction Links:

● Welcome to Colaboratory
● Overview of Colaboratory Features

You might also like