How To Install Anaconda On Windows 7
Installing Anaconda on Windows
Installing Anaconda on Windows
For trouble solvers, I recommend installing and using the Anaconda distribution of Python. This section details the installation of the Anaconda distribution of Python on Windows 10. I recollect the Anaconda distribution of Python is the best choice for problem solvers who want to apply Python. Anaconda is gratuitous (although the download is large which can take time) and can be installed on schoolhouse or piece of work computers where you don't have administrator admission or the power to install new programs. Anaconda comes bundled with nigh 600 packages pre-installed including NumPy, Matplotlib and SymPy. These three packages are very useful for trouble solvers and will be discussed in subsequent chapters.
Follow the steps below to install the Anaconda distribution of Python on Windows.
Steps:
-
Visit Anaconda.com/downloads
-
Select Windows
-
Download the .exe installer
-
Open and run the .exe installer
-
Open the Anaconda Prompt and run some Python code
1. Visit the Anaconda downloads folio
Become to the following link: Anaconda.com/downloads
The Anaconda Downloads Folio will look something similar this:
2. Select Windows
Select Windows where the three operating systems are listed.
3. Download
Download the most recent Python 3 release. At the time of writing, the most recent release was the Python 3.6 Version. Python ii.7 is legacy Python. For problem solvers, select the Python iii.6 version. If you lot are unsure if your computer is running a 64-bit or 32-bit version of Windows, select 64-scrap every bit 64-bit Windows is most common.
Y'all may exist prompted to enter your email. Yous tin can still download Anaconda if you click [No Thanks]
and don't enter your Work Email accost.
The download is quite big (over 500 MB) and so information technology may take a while to for Anaconda to download.
iv. Open up and run the installer
One time the download completes, open and run the .exe installer
At the commencement of the install, yous demand to click Next to confirm the installation.
Then agree to the license.
At the Advanced Installation Options screen, I recommend that y'all do not check "Add Anaconda to my PATH environment variable"
After the installation of Anaconda is complete, yous can go to the Windows get-go card and select the Anaconda Prompt.
This opens the Anaconda Prompt. Anaconda is the Python distribution and the Anaconda Prompt is a command line shell (a program where you type in commands instead of using a mouse). The black screen and text that makes upwards the Anaconda Prompt doesn't look like much, just it is really helpful for problem solvers using Python.
At the Anaconda prompt, type python
and hitting [Enter]
. The python
control starts the Python interpreter, besides chosen the Python REPL (for Read Evaluate Print Loop).
> python
Note the Python version. You should see something like Python 3.half dozen.1
. With the interpreter running, you lot will see a set of greater-than symbols >>>
before the cursor.
Now you can type Python commands. Try typing import this
. You should run across the Zen of Python by Tim Peters
To close the Python interpreter, type exit()
at the prompt >>>
. Note the double parenthesis at the end of the exit()
command. The ()
is needed to finish the Python interpreter and go back out to the Anaconda Prompt.
To close the Anaconda Prompt, you can either shut the window with the mouse, or type exit
, no parenthesis necessary.
When you want to use the Python interpreter once again, just click the Windows Beginning button and select the Anaconda Prompt and type python
.
Source: https://problemsolvingwithpython.com/01-Orientation/01.03-Installing-Anaconda-on-Windows/
Posted by: cooperinctureniou.blogspot.com
0 Response to "How To Install Anaconda On Windows 7"
Post a Comment