All public logs
Jump to navigation
Jump to search
Combined display of all available logs of 22116. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 10:57, 23 June 2026 WikiSysop talk contribs created page Programme Fall 2025 (Created page with "'''Collection of files''' <font color="red">used in the exercises and lessons</font> - all gathered here. * 01/09 Lesson 1: Python recap * 08/09 Lesson 2: The path and simple file reading * 15/09 Lesson 3: Pseudocode and comments * 22/09 Lesson 4: String manipulation * 29/09 Lesson 5: Exceptions and bug handling * 06/10 Lesson 6: Stateful parsing, [https://evaluering.dtu.dk/ Midterm evaluation] - part 1 * Fall holidays * 20/10 Lesson 7 List...")
- 11:58, 3 October 2025 WikiSysop talk contribs created page Example code - Complex data (Created page with "== Files used in example == [http://teaching.healthtech.dtu.dk/material/22113/TA_list.txt TA_list.txt]<br> [http://teaching.healthtech.dtu.dk/material/22113/student_list.txt student_list.txt]<br> == Assigning students to TA's, Take 1 == This is a python3 program written by a TA. It was done in a hurry, without much regard to the teaching principles. The purpose of the program is to read a list of students and a list of TA's and randomly assign students to TA's for gradi...")
- 11:55, 3 October 2025 WikiSysop talk contribs created page Example code - Lists and enumerate (Created page with "__NOTOC__ == Files used in example == Our favorite data file: ''ex1.dat'' == Closest to zero == There are a lot of numbers in this file. Which number is the closest to zero and where is it (row/column) ?<br> This is more complicated because there are both positive and negative numbers in the file.<br> In order to demonstrate some of the new functions/methods, I pull the entire file into memory. This problem could be solved by reading line-by-line and not keeping all the...")
- 10:55, 1 October 2025 WikiSysop talk contribs created page Python object model (Created page with "__NOTOC__ {| width=500 style="font-size: 10px; float:right; margin-left: 10px; margin-top: -56px;" |Previous: Regular expressions |Next: Programme |} == Required course material for the lesson == Powerpoint: [https://teaching.healthtech.dtu.dk/material/22116/22116_13-Objects.ppt Object model and complex data]<br> Resource: Example code - Dicts<br> == Subjects covered == * Python objects * Identity * Mutable vs immutable * Complex data * Exam format == Exer...")
- 12:34, 5 September 2025 WikiSysop talk contribs created page File:Consensus.png