Python 2 -> 3 Links

https://docs.python.org/2/library/2to3.html https://sebastianraschka.com/Articles/2014_python_2_3_key_diff.html https://engineering.yoyowallet.com/yoyo-moves-to-python-3-df1d1692e694 http://python-future.org/compatible_idioms.html

Numpy/Pandas links

Performance http://numba.pydata.org/ A faster alternative to Pandas isin function Pandas performance Pandas iterrows alternatives (performance issues) Fast, Flexible, Easy and Intuitive: How to Speed Up Your Pandas Projects Misc Working… Read more »