Lukas Emanuel Fässler: Catalogue data in Spring Semester 2020

Name Dr. Lukas Emanuel Fässler
Address
Dep. Informatik
ETH Zürich, CAB H 32.1
Universitätstrasse 6
8092 Zürich
SWITZERLAND
Telephone+41 44 632 09 16
E-mailfaessler@inf.ethz.ch
URLhttps://et.ethz.ch/
DepartmentComputer Science
RelationshipLecturer

NumberTitleECTSHoursLecturers
252-0840-02LApplication-Oriented Programming Information 2 credits2GL. E. Fässler, M. Dahinden
AbstractThis course provides important basic concepts for interdisciplinary programming projects. The programming language is Python and Matlab.
ObjectiveStudents learn

- how to encode a problem into a program, test the program, and correct errors.
- to understand and improve existing code.
- to implement models from the natural sciences as a simulation.
ContentThe following programming concepts are introduced in the lecture:

1. Variables, data types
2. Condition check, Loops, logics
3. Arrays
4. Functions
5. Matrices
6. Random

In the practical part of the course, students work on small programming projects with a context from natural sciences. Electronic tutorials are available as preparation.
LiteratureL. Fässler, M. Dahinden, D. Komm, and D. Sichau: Einführung in die Programmierung mit Python und Matlab. Begleitunterlagen zum Onlinekurs und zur Vorlesung, 2016. ISBN: 978-3741250842.
Prerequisites / NoticeNo prior knowledge is required for this course.It is based on application-oriented learning. The students spend most of their time working through programming projects with data from natural science and discussing their results with teaching assistants. To learn the programming basics there are electronic tutorials available.