Monday, November 19, 2018

Python : Download and Installation

Python can be downloaded and installed by various python distributions.There are several ways of running the python commands.
     
    • Using the Ipython shell.
    • Using Spyder from Anaconda distribution.
    • Using Jupyter notebook from Anaconda distribution.

Python can be downloaded from www.anaconda.com/download/


Normally, Jupyter notebook is used for all machine learning related projects.There are two version of python that has been available (python 3 and python 2).It is recommended to use python 3.

once we click on the download button , the anaconda installable file will be downloaded.






    • Click on the downloaded file then click NEXT .
    • After this agree the license agreement .
    • Select just me in the installation type.





Once installed , the anaconda navigator will be available .click on the anaconda navigator and it will get launched .



Launch Jupyter notebook and will get the a window on Internet Explorer.

No comments:

Post a Comment

Hadoop - What is a Job in Hadoop ?

In the field of computer science , a job just means a piece of program and the same rule applies to the Hadoop ecosystem as wel...