8000 Merge pull request #9 from stonebig/internal_links · petebachant/winpython.github.io@a87cf07 · GitHub
[go: up one dir, main page]

Skip to content

Commit a87cf07

Browse files
committed
Merge pull request winpython#9 from stonebig/internal_links
Refresh Presentation text
2 parents 230a994 + adb5e82 commit a87cf07

File tree

1 file changed

+22
-9
lines changed

1 file changed

+22
-9
lines changed

index.html

Lines changed: 22 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -37,28 +37,41 @@ <h2 id="releases">Recent Releases</h2>
3737
<li>WinPython <strong>3.3.5.1</strong>, <a href="https://github.com/winpython/winpython/blob/master/changelogs/WinPython-3.3.5.1_History.txt">Release Information</a>. Downloads: <a href="https://sourceforge.net/projects/stonebig.u/files/Winpython_3.3/WinPython-32bit-3.3.5.1.exe/download">32bit</a> and <a href="https://sourceforge.net/projects/stonebig.u/files/Winpython_3.3/WinPython-64bit-3.3.5.1.exe/download">64bit</a></li>
3838
<li>WinPython <strong>3.4.1.1</strong>, <a href="https://github.com/winpython/winpython/blob/master/changelogs/WinPython-3.4.1.1_History.txt">Release Information</a>. Downloads: <a href="https://sourceforge.net/projects/stonebig.u/files/Winpython_3.4/WinPython-32bit-3.4.1.1.exe/download">32bit</a> and <a href="https://sourceforge.net/projects/stonebig.u/files/Winpython_3.4/WinPython-64bit-3.4.1.1.exe/download">64bit</a></li>
3939
</ul>
40-
<p>Older releases can be found at the <a href="https://sourceforge.net/projects/winpython/files/">Downloads page of the former maintainer</a> and creator Pierre Raybaut, but note that they may be outdated.</p>
40+
<p>Older releases can be found at the <a href="https://sourceforge.net/projects/winpython/files/">Downloads page of the former maintainer</a> and creator Pierre Raybaut.</p>
4141

4242
<h2 id="overview">Overview</h2>
43-
<p>WinPython is a free open-source portable distribution of the <a href="https://www.python.org/">Python programming language</a> for Windows XP/7/8, designed for scientists, supporting both 32bit and 64bit versions of Python 2 and Python 3.</p>
43+
<p>WinPython is a free open-source portable distribution of the <a href="https://www.python.org/">Python programming language</a> under Windows XP/7/8, for scientific and education usage.</p>
4444
<p><img style="width: 901px; height: 97px;" alt="WinPython Launcher Icons" src="images/winpython_launchers_2741.png" /></p>
4545
<p>It is a full-featured (see what's inside <a href="https://github.com/winpython/winpython/blob/master/changelogs/WinPython-2.7.8.2.txt">WinPython 2.7</a>, <a href="https://github.com/winpython/winpython/blob/master/changelogs/WinPython-3.3.5.1.txt">WinPython 3.3</a> or <a href="https://github.com/winpython/winpython/blob/master/changelogs/WinPython-3.4.2.1.txt">WinPython 3.4</a>) Python-based scientific environment:</p>
4646
<ul>
47-
<li>Designed for scientists (thanks to the integrated libraries <a href="http://numpy.org/">NumPy</a>, <a href="https://www.scipy.org/">SciPy</a>, <a href="https://www.sympy.org/">Sympy</a>, <a href="http://www.matplotlib.org/">Matplotlib</a>, <a href="http://pandas.pydata.org/">Pandas</a>, <a href="https://code.google.com/p/guiqwt/">guiqwt</a>, etc.):
47+
<li>Designed for scientists, data-scientists, and education (thanks to <a href="http://numpy.org/">NumPy</a>, <a href="https://www.scipy.org/">SciPy</a>, <a href="https://www.sympy.org/">Sympy</a>, <a href="http://www.matplotlib.org/">Matplotlib</a>, <a href="http://pandas.pydata.org/">Pandas</a>, <a href="https://code.google.com/p/guiqwt/">guiqwt</a>, etc.):
4848
<ul>
4949
<li>Regular <strong>scientific users</strong>: interactive data processing and visualization using Python with <a href="https://code.google.com/p/spyderlib/">Spyder</a> </li>
5050
<li><strong>Advanced scientific users and software developers</strong>: Python applications development with <a href="https://code.google.com/p/spyderlib/">Spyder</a>, version control with Mercurial and other development tools (like gettext, etc.)</li>
5151
</ul></li>
52-
<< 8000 /span>li><strong>Portable</strong>: preconfigured, it should run out of the box on any machine under Windows (<a href="https://sourceforge.net/p/winpython/wiki/Installation"><!-- TODO -->without any requirement</a>) and the folder containing WinPython can be moved to any location (local, network or removable drive) with most of the <a href="https://code.google.com/p/winpython/wiki/Installation#Settings">application settings</a></li>
53-
<li><strong>Flexible</strong>: one can install (or should I write "use" as it's portable) as many WinPython versions as necessary (like isolated and self-consistent environments), even if those versions are running different versions of Python (2.7, 3.3 or 3.4) or different architectures (32bit or 64bit) on the same machine </li>
52+
<li><strong>Portable</strong>:
53+
<ul>
54+
<li>it runs out of the box on any Windows with 2Go Ram (Ipython needs Windows>XP, and Ipython Notebook a recent browser)</li>
55+
<li>the WinPython folder can be moved to any location (local, network, usb drive) with most of the <a href="https://code.google.com/p/winpython/wiki/Installation#Settings">application settings</a></li>
56+
</ul>
57+
<li><strong>Flexible</strong>:
58+
<ul>
59+
<li>you can install as many WinPython as you want on the same machine: each one is isolated and self-consistent</li>
60+
<li>these installations can be of different versions of Python (2.7, 3.3 or 3.4) or different architectures (32bit or 64bit)</li>
61+
</ul>
5462
<li><strong>Customizable</strong>:
5563
<ul>
56-
<li>The integrated package manager (wppm, as WinPython Package Manager) helps installing, uninstalling or upgrading Python packages (see <a href="https://sourceforge.net/p/winpython/wiki/WPPM"><!-- TODO -->WPPM wiki page</a> for more details on supported package formats) </li>
57-
<li>As <a href="https://sourceforge.net/p/winpython/wiki/WPPM"><!-- TODO -->WPPM</a> may not support some packages, it's also possible to install or upgrade packages using <tt>easy_install</tt> or <tt>pip</tt> from the WinPython command prompt </li>
58-
<li>A configuration file allows to set <a href="https://sourceforge.net/p/winpython/wiki/Environment"><!-- TODO -->environment variables</a> at runtime </li>
64+
<li>The integrated WinPython Package Manager (<a href="https://sourceforge.net/p/winpython/wiki/WPPM">WPPM</a>) helps installing, uninstalling or upgrading Python packages </li>
65+
<li>It's also possible to install or upgrade packages using <tt>pip</tt> from the WinPython command prompt </li>
66+
<li>A configuration file allows you to set <a href="https://sourceforge.net/p/winpython/wiki/Environment">environment variables</a> at runtime </li>
5967
</ul></li>
6068
</ul>
61-
<p>WinPython vs. Python(x,y): <strong>WinPython is not an attempt to replace <a href="https://code.google.com/p/pythonxy/">Python(x,y)</a></strong>, this is just something different (see <a href="https://sourceforge.net/p/winpython/wiki/Roadmap"><!-- TODO -->motivation and concept</a>): more flexible, easier to maintain, movable and less invasive for the OS, but certainly less user-friendly, with less packages/contents and without any integration to Windows explorer.</p>
69+
<p>WinPython is <strong>something different</strong> from other Python Distributions (see historic <a href="https://sourceforge.net/p/winpython/wiki/Roadmap"> motivation and concept</a>):</p>
70+
<ul>
71+
<li><strong>non-invasive</strong>: Winpython lives entirely in its own directory, without any OS installation</li>
72+
<li><strong>flavors</strong>: releases with added packages are created to better fit a <a href="https://sourceforge.net/projects/stonebig.u/files/Winpython_flavors/">domain</a> out-of-the-box</li>
73+
<li><strong>do your own flavor</strong>: a winpython-creator <a href="https://sourceforge.net/projects/stonebig.u/files/Do_It_Yourself/">kit</a> is made available for you</li>
74+
</ul>
6275
<div class="centered"><img style="width: 125px; height: 45px;" alt="WinPython Small Logos" src="images/small_logos.png" /></div>
6376

64 3CD9 77
<h2 id="portable">Portable or not, the choice is yours!</h2>

0 commit comments

Comments
 (0)
0