
These additional packages are all free to install. The Anaconda distribution of Python is advantageous because it includes Python as well as about 600 additional Python packages. Anaconda includes Python plus about 600 additional Python packages However, there are a couple of advantages to using the Anaconda distribution of Python. Regardless if you download Python from or if you download Anaconda (with all the extra stuff it comes with) from, you will be able to write and execute Python code. Why download Anaconda, if I want to use is Python? The Anaconda distribution of Python also includes a program called Anaconda Navigator that allows you to launch Jupyter notebooks quickly. When you download the Anaconda distribution of Python from, you get a Python Interpreter, the Anaconda Prompt (a command line program), Spyder (a code editor) and about 600 extra Python modules that aren't included in the Python Standard Library. So Python corresponds to both the language that a program is written in as well as the application that runs the program. A program written in the Python programming language is run with the Python Interpreter. The Python Interpreter is an application or program that runs your Python code. When you download Python from, you get the Python Interpreter, a little text editing program called IDLE and all of the Python Standard Library modules.

The following section details the differences between the Anaconda distribution of Python and the version of Python you can download from How is Anaconda different from Python?
Anaconda distributionbroken install#
I recommend problem solvers install the Anaconda distribution of Python. The Anaconda Distribution of Python The Anaconda Distribution of Python Problem Solving with Python Book Construction

Why download Anaconda, if I want to use is Python?Īnaconda includes Python plus about 600 additional Python packagesĪnaconda installs without administrator privilegesĪnaconda makes package management and virtual environments easier
