r/ProgrammerHumor 2d ago

Meme pythonFeelsillegal

Post image
6.7k Upvotes

219 comments sorted by

View all comments

18

u/Asmophel_noe 2d ago

Everything as in objects,datatypes, functions in python are a pointer, why larping

13

u/huuaaang 2d ago

References are not pointers. Like it’s not a direct memory address.

2

u/Asmophel_noe 2d ago

Mb, I mean it just doesn't do pointer arithmetic like in other langs u can't manipulate it but still it's a reference idk if I would just stop calling in pointer

1

u/huuaaang 2d ago

I think it only gets muddy in Go where they fo have pointer syntax. You can pass by value or pointer. But it’s not a memory address. It’s got more metadata than just the memory address.