06.07.2017 Views

ch1_slides

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Intro to Python for Data Science<br />

Reproducibility<br />

!<br />

my_script.py<br />

height = 1.79<br />

weight = 68.7<br />

bmi = weight / height ** 2<br />

print(bmi)<br />

Output:<br />

21.4413

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!