kln-courses / digital-literacy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

digital-literacy @ Aarhus University

title: Digital Literacy - Programming in Python
place: Jens Chr. Skous Vej 4, Building 1483, 3rd floor, DK- 8000 Aarhus C.
time: August 20, November 30, 2018.
instructors: Kristoffer L. Nielbo  (KLN), Ross Deans Kristensen-McLachlan (RDKM)
contact: knielbo@sdu.dk

Schedule

Duration Content
Setup
00:00 Analyzing Patient Data
01:30 Repeating Actions with Loops
02:00 Storing Multiple Values in Lists*
02:30 Analyzing Data from Multiple Files*
02:50 Making Choices*
03:20 Creating Functions*
03:50 Errors and Exceptions
04:20 Defensive Programming
04:50 Debugging
05:20 Command-Line Programs
05:50 Finish

*) day 2

SUDOs

Create tutorial environment

conda create --name demo
# or with particular python version
conda create -n demo python=3.5

About


Languages

Language:Jupyter Notebook 99.6%Language:Python 0.4%