The next 20 years of Python
The next 20 years of Python
Posted Jul 11, 2013 6:39 UTC (Thu) by vedantk (guest, #88435)Parent article: The next 20 years of Python
> Cutting corners is allowed, as you can always go back and improve it later.
Some of the aspects of Python that I've grown to love the most were introduced later on during its lifetime. Take the collections module for example (2.4), or the nifty "yield from" statement (3.3).
My impression is that the language is ambitious and improving. It should fare well during the foreseeable future.
