0% found this document useful (0 votes)
48 views10 pages

CH 1 1 Slides Edx

This document introduces Python for data science, covering storing and manipulating data, tools for analysis, learning Python through an IPython shell and scripts. Python is presented as a general purpose, open source language well-suited for data science tasks with many available packages.

Uploaded by

Bakhita Maryam
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
48 views10 pages

CH 1 1 Slides Edx

This document introduces Python for data science, covering storing and manipulating data, tools for analysis, learning Python through an IPython shell and scripts. Python is presented as a general purpose, open source language well-suited for data science tasks with many available packages.

Uploaded by

Bakhita Maryam
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 10

INTRO TO PYTHON FOR DATA SCIENCE

Hello Python!

Intro to Python for Data Science

What you will learn

Python

Specifically for Data Science

Store data

Manipulate data

Tools for data analysis

Intro to Python for Data Science

How you will learn

Intro to Python for Data Science

Python

Guido Van Rossum

General Purpose: build anything

Open Source! Free!

Python Packages, also for Data Science

Many applications and fields

Version 3.x - h!ps://www.python.org/downloads/

Intro to Python for Data Science

IPython Shell
Execute Python commands

Intro to Python for Data Science

IPython Shell

Intro to Python for Data Science

Python Script

Text Files - .py

List of Python Commands

Similar to typing in IPython Shell

Intro to Python for Data Science

Python Script

Intro to Python for Data Science

DataCamp Interface

Script

Shell

INTRO TO PYTHON FOR DATA SCIENCE

Lets practice!

You might also like