@@ -52,28 +52,31 @@ users to Python. Many examples, along with the source code to re-create them,
5252can be browsed at the `matplotlib gallery
5353<http://matplotlib.sourceforge.net/gallery.html> `_.
5454
55- Enthought
56- ---------
57-
58- Installing NumPy and SciPy can be a daunting task. Which is why the
59- `Enthought Python distribution <http://enthought.com/ >`_ was created. With
60- Enthought, scientific python has never been easier (one click to install about
61- 100 scientific python packages). The Enthought Python Distribution comes in two
62- variants: a free version `EPD Free <http://enthought.com/products/epd_free.php >`_
63- and a paid version with various `pricing options.
64- <http://enthought.com/products/epd_sublevels.php> `_
65-
66-
6755Resources
6856:::::::::
6957
58+ Installation of scientific Python packages can be troublesome. Many of these
59+ packages are implemented as Python C extensions which need to be compiled.
60+ This section lists various so-called Python distributions which provide precompiled and
61+ easy-to-install collections of scientific Python packages.
62+
63+ Unofficial Windows Binaries for Python Extension Packages
64+ ---------------------------------------------------------
65+
7066Many people who do scientific computing are on Windows. And yet many of the
7167scientific computing packages are notoriously difficult to build and install.
7268`Christoph Gohlke <http://www.lfd.uci.edu/~gohlke/pythonlibs/ >`_ however, has
7369compiled a list of Windows binaries for many useful Python packages. The list
7470of packages has grown from a mainly scientific python resource to a more
7571general list. It might be a good idea to check it out if you're on Windows.
7672
77- For a quick introduction to scientific python:
73+ Enthought
74+ ---------
7875
79- http://scipy-lectures.github.com
76+ Installing NumPy and SciPy can be a daunting task. Which is why the
77+ `Enthought Python distribution <http://enthought.com/ >`_ was created. With
78+ Enthought, scientific python has never been easier (one click to install about
79+ 100 scientific python packages). The Enthought Python Distribution comes in two
80+ variants: a free version `EPD Free <http://enthought.com/products/epd_free.php >`_
81+ and a paid version with various `pricing options.
82+ <http://enthought.com/products/epd_sublevels.php> `_
0 commit comments