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
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.
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.