intro to python

8
Jennifer Li [email protected]

Upload: lijenniferx

Post on 03-Aug-2015

52 views

Category:

Education


1 download

TRANSCRIPT

Page 1: Intro to Python

Jennifer Li [email protected]

!

Page 2: Intro to Python

Downloading Python

• https://www.enthought.com/products/canopy/

Page 3: Intro to Python

Why Use Python?

• Open source (aka free)

• Growing popularity

• Easy to learn and use

• Many preexisting tools and packages

Page 4: Intro to Python

2014

Page 5: Intro to Python
Page 6: Intro to Python

Django, Flask

Numpy, Scipy, Pandas, !Scikit-learn, GraphLab

matplotlib,!seaborn

BeautifulSoup, !Scrapy, requests

Page 7: Intro to Python

http://nbviewer.ipython.org/github/lijenniferx/Python_Class/blob/master/Python%20Class.ipynb

https://github.com/lijenniferx/Python_Class

Code for anthem.py

Tutorial Code

Page 8: Intro to Python

https://docs.python.org/2/tutorial/index.html

A great resource: