Skip to content

Drop all method calls from class 5 #44

@metasoarous

Description

@metasoarous

Instead of teaching "string".upper(), [1,2,3].append(4), etc., do str.upper("string") and list.append([1,2,3], 4). This way, everything is just a function, and the full brilliance of python OOP will hopefully fall as a greater eureka once we actually cover it more carefully in class 6.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions