Beskjeder

Publisert 25. sep. 2025 16:14

The second mandatory assignment is now published here:

compulsory-assignments/oblig_databases.pdf

The deadline for the assignment is 16. October 23:59. Note that the second part is about SQL, which is the topic on next lecture. Use devilry.ifi.uio.no to submit your assignment.

Good luck! :)

-- Leif Harald

Publisert 23. sep. 2025 10:12

Hi, in 3b it says you should divide by 12. The correct here would be to divide by 3, since there are 3 years

Publisert 17. sep. 2025 14:36

Hi, we'll start seminar 3 by looking at the slides we skipped on Monday; on opening and reading files. We will go through how to save files and your python programs in the same folder, so they can interact. There are two useful functions that are not in the slides, please prepare by looking them up online and see how they work:

1: the function in works on lists to check if a value exists there. For instance like this: 

for name in list_of_names

checks if name exists in list_of_names

2: the function .strip() takes away blank spaces and lineshifts from a text, useful when we read a file that contains lineshifts at the end of each line. Like this

name.strip()

will retun name without any blanks before or after

Publisert 11. sep. 2025 13:28

Hi, the solution set for the exercises from today can be found on the left side menu, or here

Publisert 4. sep. 2025 12:53

The compulsory assignment is now available on the left hand menu. It consists of one set of assignments and three datasets for task 3. The deadline is September 25. Use devilry.ifi.uio.no to submit the assignment

Publisert 18. aug. 2025 15:25

Hi all, the first lecture of DIGHEL4360 will be on Monday Aug 22. In the schedule I have put a link to a recommended reading. Note; read only chapter 2. For the following 3 weeks on programming there will be no readings, only slides and exercises.

 

Johan