General statistics
List of Youtube channels
Youtube commenter search
Distinguished comments
About
darkwoodmovies
Fireship
comments
Comments by "darkwoodmovies" (@darkwoodmovies) on "Python in 100 Seconds" video.
Python contradicts its own core values so much. "Beautiful is better than ugly", yet Python is one of the most disastrously unreadable languages out there and relies on "elegant" strings of code that nobody can understand at a glance. "Explicit is better than implicit", yet it's untyped and implicitly does almost everything. "Simple is better than complex", yet so many of the tools that make code design simple (like private class variables) are removed, forcing you to take over-complicated shortcuts that are neither simple nor elegant nor explicit. Etc. Worst language of the modern age.
1