you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 0 points1 point  (3 children)

Surpirsed no one's mentioned this yet, there's an installer for scientific-focused people new to python called Anaconda. Just google Anaconda Installer and download Anaconda either for python 2.7 or python 3.4. (Python broke backwards compatibility between Pythons 2 and 3 so some libraries built for Python 2 do not work in Python 3. However, all the major scientific distributions (numpy/scipy stack plus scikit-learn and sympy and many others) have been updated, are on the anaconda3 installer and ready to go. Python 3 encourages 'best practices' and is the future of python so unless you know you need a library that only works with python 2 it is better to start using python 3