Skip to content

Commit 064562c

Browse files
committed
Update description of scientific Python distributions
- The business model of Anaconda has changed slightly: now it's a free product with 'add-ons' that cost money. - Enthought has largely replaced EPD with Canopy. - I've moved Anaconda before Canopy: this is obviously subjective, but Anaconda includes a lot more for free (Canopy Express excludes many open source packages). Workshops like Software Carpentry now tend to point new users to Anaconda for installation.
1 parent f5eb99f commit 064562c

File tree

1 file changed

+11
-15
lines changed

1 file changed

+11
-15
lines changed

docs/scenarios/scientific.rst

Lines changed: 11 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -124,24 +124,20 @@ compiled a list of Windows binaries for many useful Python packages. The list
124124
of packages has grown from a mainly scientific Python resource to a more
125125
general list. It might be a good idea to check it out if you're on Windows.
126126

127-
Enthought Python Distribution (EPD)
128-
-----------------------------------
129-
130-
Installing NumPy and SciPy can be a daunting task. Which is why the
131-
`Enthought Python distribution <http://enthought.com/>`_ was created. With
132-
Enthought, scientific python has never been easier (one click to install about
133-
100 scientific python packages). The Enthought Python Distribution comes in two
134-
variants: a free version `EPD Free <http://enthought.com/products/epd_free.php>`_
135-
and a paid version with various `pricing options.
136-
<http://enthought.com/products/epd_sublevels.php>`_
137-
138127
Anaconda
139128
--------
140129

141130
`Continuum Analytics <http://continuum.io/>`_ offers the `Anaconda
142131
Python Distribution <https://store.continuum.io/cshop/anaconda>`_ which
143132
includes all the common scientific python packages and additionally many
144-
packages related to data analytics and big data. Anaconda comes in two
145-
flavors, a paid for version and a completely free and open source community
146-
edition, Anaconda CE, which contains a slightly reduced feature set. Free
147-
licenses for the paid-for version are available for academics and researchers.
133+
packages related to data analytics and big data. Anaconda itself is free, and
134+
Continuum sells a number of proprietary add-ons. Free
135+
licenses for the add-ons are available for academics and researchers.
136+
137+
Canopy
138+
------
139+
140+
`Canopy <https://www.enthought.com/products/canopy/> is another scientific Python
141+
distribution, produced by `Enthought <https://www.enthought.com/>`. A limited
142+
'Canopy Express' variant is available for free, and Enthought charge for the
143+
full distribution. Free licenses are available for academics.

0 commit comments

Comments
 (0)