Location
Chapter/Section: 5.1 Objects and classes - What are objects? & What are classes?
Type of issue
Description
you literally only just talked about
and haven't linked to actual implemetation yet (instance attributes / methods)
it's not time to immediately bring in all of
- dunder init
- multidocstrings
- self
- assigning to self
- mutating self
in a code example.
(also I can't find where it talks about getting instance attributes but idk if that's needed so um)
Proposed fix (optional)
actually build from the ground up eg
class SimpleClass:
"""This is a docstring"""
def __init__(self):
"""self is the SimpleClass object"""
i mean im not too sure how to word it but you get the idea i hope
Syllabus mapping (optional)
No response
Screenshots / references (optional)
No response
Checklist
Location
Chapter/Section: 5.1 Objects and classes - What are objects? & What are classes?
Type of issue
Description
you literally only just talked about
and haven't linked to actual implemetation yet (instance attributes / methods)
it's not time to immediately bring in all of
in a code example.
(also I can't find where it talks about getting instance attributes but idk if that's needed so um)
Proposed fix (optional)
actually build from the ground up eg
i mean im not too sure how to word it but you get the idea i hope
Syllabus mapping (optional)
No response
Screenshots / references (optional)
No response
Checklist