Webinar 2016 Introduction to Python

From SHARCNETHelp
Revision as of 11:46, 2 November 2016 by imported>Syam (Created page with "Python has certain advantages over traditional compiled languages like C and Fortran, and is seeing increasing adoption among the scientific community. In particular, Python i...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Python has certain advantages over traditional compiled languages like C and Fortran, and is seeing increasing adoption among the scientific community. In particular, Python is quite convenient for simple data processing tasks. This introduction to Python is built around a common scientific task – data analysis – and will show a couple of useful examples using relatively simple python programming. It is recommended for people new to Python.