4 ms·
are you talking about her comment that Python has no data abstraction? Even I found that odd, maybe she was only talking about the lack of static types as oppos
by crondee 13y ago
are you talking about her comment that Python has no data abstraction? Even I found that odd, maybe she was only talking about the lack of static types as opposed to java, c# which are "expert languages"
- hackinthebochs 13y agoI think the point is that data abstraction in python is just a suggestion. If you follow convention, things can be abstracted to an extent. But there is nothing that enforces these abstractions on a user; you are not bound to operate only within a constrained context. Also, certain types of abstractions aren't possible in python because of the lack of interfaces.