Introduction to Programming with Python

What is Python

  • High level Programming Language
  • Syntax emphasizes readability
  • Free and open-source
  • Multi-platform

Why Python?

  • Batteries included
  • Very popular for scientific computing
    • SciPy and NumPy
    • Other libraries -

Why Python? Reproducible Research

  • Jupyter notebooks
  • Available for a variety of languages (such as R)
    alt text

Things to note

  • Different versions of Python exist, 2 & 3

Loading...