Webinar 2016 Introduction to Python
From SHARCNETHelp
Revision as of 10: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...")
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.