| Glad to hear improvements to the shell ipython interface, especially up/down arrows on pasted code. The most interesting part of this for me is that IPython 6 will not support Python 2. >Projects such as Matplotlib and SymPy plan to drop support in the next few years, while a few projects like Scikit-Bio are already ahead of us, and should be Python 3 only soon. This was also very surprising for the standard reasons, especially for a library like matplotlib. Glad to find Python moving forward. But what will companies stuck on Python2 do? Will libraries like numpy, matplotlib, and scipy all maintain a Python2 LTS? |
1) Get caught by surprise because they aren't planning. 2) Plan and pay the price of upgrading their legacy code. 3) Join an active developed (currently hypothetical) fork of python 2
I think in 2020 we'll see all 3 routes done by several companies. Better get the popcorn ready!