How To Start Anaconda On Windows
Installing Anaconda on Windows
Installing Anaconda on Windows
For problem solvers, I recommend installing and using the Anaconda distribution of Python. This department details the installation of the Anaconda distribution of Python on Windows 10. I think the Anaconda distribution of Python is the best choice for problem solvers who want to use Python. Anaconda is complimentary (although the download is large which tin accept time) and can be installed on schoolhouse or work computers where you lot don't have administrator access or the ability to install new programs. Anaconda comes bundled with about 600 packages pre-installed including NumPy, Matplotlib and SymPy. These three packages are very useful for problem solvers and volition be discussed in subsequent capacity.
Follow the steps beneath 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 up the Anaconda Prompt and run some Python code
1. Visit the Anaconda downloads page
Go to the following link: Anaconda.com/downloads
The Anaconda Downloads Page volition look something like this:
2. Select Windows
Select Windows where the 3 operating systems are listed.
three. Download
Download the most contempo Python iii release. At the fourth dimension of writing, the most recent release was the Python 3.vi Version. Python 2.7 is legacy Python. For problem solvers, select the Python 3.six version. If you are unsure if your computer is running a 64-bit or 32-flake version of Windows, select 64-scrap as 64-bit Windows is virtually common.
You may be prompted to enter your e-mail. You tin still download Anaconda if yous click [No Thank you]
and don't enter your Work Email address.
The download is quite large (over 500 MB) so it may take a while to for Anaconda to download.
4. Open and run the installer
Once the download completes, open and run the .exe installer
At the start of the install, you demand to click Next to confirm the installation.
And so agree to the license.
At the Advanced Installation Options screen, I recommend that you do not check "Add Anaconda to my PATH environment variable"
Afterwards the installation of Anaconda is complete, you can go to the Windows start bill of fare and select the Anaconda Prompt.
This opens the Anaconda Prompt. Anaconda is the Python distribution and the Anaconda Prompt is a command line beat out (a plan where you type in commands instead of using a mouse). The black screen and text that makes up the Anaconda Prompt doesn't look like much, merely it is actually helpful for problem solvers using Python.
At the Anaconda prompt, type python
and hit [Enter]
. The python
command starts the Python interpreter, also chosen the Python REPL (for Read Evaluate Print Loop).
> python
Note the Python version. You should see something similar Python 3.six.1
. With the interpreter running, you lot volition see a set up of greater-than symbols >>>
before the cursor.
At present you can type Python commands. Try typing import this
. Yous should encounter the Zen of Python past Tim Peters
To close the Python interpreter, type exit()
at the prompt >>>
. Annotation the double parenthesis at the cease of the exit()
command. The ()
is needed to stop the Python interpreter and get back out to the Anaconda Prompt.
To close the Anaconda Prompt, you can either close the window with the mouse, or blazon exit
, no parenthesis necessary.
When you desire to employ the Python interpreter again, but click the Windows Start button and select the Anaconda Prompt and type python
.
Source: https://problemsolvingwithpython.com/01-Orientation/01.03-Installing-Anaconda-on-Windows/
Posted by: ortiztaide1983.blogspot.com
0 Response to "How To Start Anaconda On Windows"
Post a Comment