Programme: Difference between revisions

From 22116
Jump to navigation Jump to search
(Created page with "'''Collection of files''' <font color="red">used in the exercises and lessons</font> - all gathered here. * 03/09 Lesson 1: Python recap * 10/09 Lesson 2: The path and simple file reading * 17/09 Lesson 3: Pseudo code and comments * 24/09 Lesson 4: String manipulation * 01/10 Lesson 5: Exceptions and bug handling * 08/10 Lesson 6: Stateful parsing, [https://evaluering.dtu.dk/ Midterm evaluation] - part 1 * Fall holidays * 22/10 Lesson 7 Fun...")
 
mNo edit summary
Line 1: Line 1:
'''[[Collection of files]]''' <font color="red">used in the exercises and lessons</font> - all gathered here.
'''[[Collection of files]]''' <font color="red">used in the exercises and lessons</font> - all gathered here.


* 03/09 Lesson 1: [[Python recap]]
* 01/09 Lesson 1: [[Python recap]]
* 10/09 Lesson 2: [[The path and simple file reading]]
* 08/09 Lesson 2: [[The path and simple file reading]]
* 17/09 Lesson 3: [[Pseudo code and comments]]
* 15/09 Lesson 3: [[Pseudo code and comments]]
* 24/09 Lesson 4: [[String manipulation]]
* 22/09 Lesson 4: [[String manipulation]]
* 01/10 Lesson 5: [[Exceptions and bug handling]]
* 29/09 Lesson 5: [[Exceptions and bug handling]]
* 08/10 Lesson 6: [[Stateful parsing]], [https://evaluering.dtu.dk/ Midterm evaluation] - part 1
* 06/10 Lesson 6: [[Stateful parsing]], [https://evaluering.dtu.dk/ Midterm evaluation] - part 1
* Fall holidays
* Fall holidays
* 22/10 Lesson 7 [[Functions]], [https://evaluering.dtu.dk/ Midterm evaluation] - part 2
* 22/10 Lesson 7 [[Functions]], [https://evaluering.dtu.dk/ Midterm evaluation] - part 2
* 29/10 Lesson 8: [[List manipulation]]
* 27/10 Lesson 8: [[List manipulation]]
* 05/11 Lesson 9: [[Simple pattern matching]]
* 03/11 Lesson 9: [[Simple pattern matching]]
* 12/11 Lesson 10: [[Set techniques]]
* 10/11 Lesson 10: [[Set techniques]]
* 19/11 Lesson 11: [[Dict techniques]]
* 17/11 Lesson 11: [[Dict techniques]]
* 26/11 Lesson 12: [[Regular expressions]]
* 24/11 Lesson 12: [[Regular expressions]]
* 03/12 Lesson 13: [[Python object model]]
* 01/12 Lesson 13: [[Python object model]]
* 12/12 Exam - [http://eksamensplan.dtu.dk/ the official DTU exam plan]
* 10/12 Exam - [http://eksamensplan.dtu.dk/ the official DTU exam plan]


== Curious about the exam ==
== Curious about the exam ==
[https://teaching.healthtech.dtu.dk/22116/index.php/How_the_course_is_conducted#Preparation_for_exam Read this]
[https://teaching.healthtech.dtu.dk/22116/index.php/How_the_course_is_conducted#Preparation_for_exam Read this]

Revision as of 15:01, 4 August 2025

Collection of files used in the exercises and lessons - all gathered here.

Curious about the exam

Read this