Python object model: Difference between revisions
Jump to navigation
Jump to search
(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...") |
|||
Line 6: | Line 6: | ||
== Required course material for the lesson == | == Required course material for the lesson == | ||
Powerpoint: [https://teaching.healthtech.dtu.dk/material/22116/22116_13-Objects.ppt Object model and complex data]<br> | Powerpoint: [https://teaching.healthtech.dtu.dk/material/22116/22116_13-Objects.ppt Object model and complex data]<br> | ||
Resource: [[Example code - | Resource: [[Example code - Data]]<br> | ||
== Subjects covered == | == Subjects covered == |
Revision as of 10:55, 1 October 2025
Previous: Regular expressions | Next: Programme |
Required course material for the lesson
Powerpoint: Object model and complex data
Resource: Example code - Data
Subjects covered
- Python objects
- Identity
- Mutable vs immutable
- Complex data
- Exam format