You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: issues/33.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ Here’s how it works: **Everything is an object.**
23
23
24
24
Yeah, literally.
25
25
26
-
Ok, not quite *everything* everything, but linguistic syntax aside, all of programming in Python is just dealing with objects. Defining them, creating them, mutatng them, passing them around, interacting with them, all that.
26
+
Ok, not quite *everything* everything, but linguistic syntax aside, all of programming in Python is just dealing with objects. Defining them, creating them, mutating them, passing them around, interacting with them, all that.
27
27
28
28
There’s no good angle of attack for this, so I’ll just throw us straight in the deep end here. Functions? Yeah, those are objects. (In Python, at least.)
0 commit comments