Difference between revisions of "Introduction to Python"

From hf.multiling
Jump to: navigation, search
(Created page with "Many PhD students have sadly traditionally done major data processing in Excel. The work may have taken them months, and could with Python skills have been solved over hours....")
 
(La til kontaktinformasjon til Marcus Nyström.)
 
Line 4: Line 4:
  
 
== A Good Starting Point ==
 
== A Good Starting Point ==
Marcus Nyström has made an introduction course in Python for people using Eyetrackers. It is available through his [https://github.com/marcus-nystrom/python_course Github account].
+
[http://www.humlab.lu.se/en/person/MarcusNystrom/ Marcus Nyström] (Lund University, Humanities laboratory - marcus.nystrom@humlab.lu.se) has made an introduction course in Python for people using Eyetrackers. It is available through his [https://github.com/marcus-nystrom/python_course Github account].
 +
 
 
[[Category:Python]]
 
[[Category:Python]]

Latest revision as of 08:28, 23 January 2018

Many PhD students have sadly traditionally done major data processing in Excel. The work may have taken them months, and could with Python skills have been solved over hours.

Python is not low level programming, and is easier to learn as it has a more human language and approach. But there are simpler languages.

A Good Starting Point

Marcus Nyström (Lund University, Humanities laboratory - marcus.nystrom@humlab.lu.se) has made an introduction course in Python for people using Eyetrackers. It is available through his Github account.