Difference between revisions of "Webinar 2016 Introduction to Python"

From SHARCNETHelp
Jump to navigationJump to search
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...")
 
(No difference)

Latest revision as of 11:46, 2 November 2016

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.