Recently in learning machine learning, using the Python language, senior recommended an IDE called Anaconda, which integrates Python and some of its extensions, even the Learning library Scikit-learn about machine learning.
Download the Anaconda on some links
Http://www.continuum.io/downloads
After installation, we can start the software. The Anaconda provides Spyder,ipython and a command line. Find Expansion Packs
We can enter the instruction Conda list in the Anaconda Command Prompt window, and we can see all the Python extensions that are included with the installation.
Obviously in the picture, we see Anaconda integrated powerful installation package, involving computing, image processing, and machine learning. Use Conda to install and uninstall the installation package, also in this window, enter Conda Install + installation package and Conda uninstall + installation package respectively
Eg:conda Install PIL #Anaconda就会自动安装安装PIL包
Using Spyder Programming
Write the. Py program in the editor environment, and then look at the results in the console, Spyder also configure the window to view variables and function definitions.
After installing the anaconda, we can write Python program, I recommend a powerful text software-notepad++, supporting use, programming more convenient.