Hacker News new | ask | show | jobs
by the-peter 2178 days ago
What a bad article. C++ shouldn't be taught either because C++-98 (1998) isn't compatible with C++-20 (2020).
1 comments

You shouldn't write an article telling people not to use Python if you don't really understand Python in the first place. Lists are called Lists in Python because they are just that: lists of varying and dynamic length of heterogeneous datatypes. If you want an array with a homogeneous datatype packed efficiently sequentially in memory Python also has that: a=array('i').