General statistics
List of Youtube channels
Youtube commenter search
Distinguished comments
About
Vitaly L
NeetCode
comments
Comments by "Vitaly L" (@vitalyl1327) on "8 Design Patterns EVERY Developer Should Know" video.
@w花b huh? Python is a low level language.
1
@tldoesntlikebread relative to C, Python is higher level language. On the whole continuum of language, Python is still on the very low level side. More so, Python is deliberately low level, as it discourage constructing higher level abstractions as something "un-Pythonic". It is built around all the same structural control flow constructions as the other low level languages and does not allow defining your own control flow or abstracting away from the very notion of control flow. Higher level languages allow to build embedded domain-specific languages on top of them with an arbitrary level of abstraction. Python explicitly does not allow to do so and discourage even this way of thinking on ideological grounds.
1