Introduction to Python
Hugo Bowne-Anderson
Data Scientist at DataCamp


General purpose: build anything
Open source! Free!
Python packages, also for data science
Execute Python commands

Execute Python commands


Text files - .py
List of Python commands
Similar to typing in IPython Shell



print() to generate output from script
Introduction to Python