How can you decide what the most popular coding language is? It’s like trying to pick the most popular ice cream flavor - everyone has a favorite. The truth
Indeed, I never felt like Python was like “plain English” at all, it’s just a language with less special characters like &&, etc. In fact, If you wanted English, you’d be better off with a language like Rockstar instead.
Yeah, I didn’t even want to get started on how non-plain-English Python can be.
Things like __init__(), _private_method() and all of the abbreviations that are so common in Python, that just doesn’t read nicely, neither in plain English nor in code.
Indeed, I never felt like Python was like “plain English” at all, it’s just a language with less special characters like &&, etc. In fact, If you wanted English, you’d be better off with a language like Rockstar instead.
Yeah, I didn’t even want to get started on how non-plain-English Python can be.
Things like
__init__()
,_private_method()
and all of the abbreviations that are so common in Python, that just doesn’t read nicely, neither in plain English nor in code.