Skip to content

easy part : shift to existing internal content #8

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 1, 2014
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,15 @@ <h2 id="releases">Recent Releases</h2>
<h2 id="overview">Overview</h2>
<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>
<p><img style="width: 901px; height: 97px;" alt="WinPython Launcher Icons" src="images/winpython_launchers_2741.png" /></p>
<p>It is a full-featured (see what's inside <a href="https://sourceforge.net/p/winpython/wiki/PackageIndex_27/">WinPython 2.7</a> or <a href="https://sourceforge.net/p/winpython/wiki/PackageIndex_33/">WinPython 3.3</a>) Python-based scientific environment:</p>
<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>
<ul>
<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="http://www.matplotlib.org/">Matplotlib</a>, <a href="https://code.google.com/p/guiqwt/">guiqwt</a>, etc.):
<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.):
<ul>
<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>
<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>
</ul></li>
<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>
<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 different architectures (32bit or 64bit) on the same machine </li>
<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>
<li><strong>Customizable</strong>:
<ul>
<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>
Expand Down