You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>WinPython is a free open-source portable distribution of the <ahref="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>It is a full-featured (see what's inside <ahref="https://sourceforge.net/p/winpython/wiki/PackageIndex_27/">WinPython 2.7</a>or <ahref="https://sourceforge.net/p/winpython/wiki/PackageIndex_33/">WinPython 3.3</a>) Python-based scientific environment:</p>
45
+
<p>It is a full-featured (see what's inside <ahref="https://github.com/winpython/winpython/blob/master/changelogs/WinPython-2.7.8.2.txt">WinPython 2.7</a>, <ahref="https://github.com/winpython/winpython/blob/master/changelogs/WinPython-3.3.5.1.txt">WinPython 3.3</a>or <ahref="https://github.com/winpython/winpython/blob/master/changelogs/WinPython-3.4.2.1.txt">WinPython 3.4</a>) Python-based scientific environment:</p>
46
46
<ul>
47
-
<li>Designed for scientists (thanks to the integrated libraries <ahref="http://numpy.org/">NumPy</a>, <ahref="https://www.scipy.org/">SciPy</a>, <ahref="http://www.matplotlib.org/">Matplotlib</a>, <ahref="https://code.google.com/p/guiqwt/">guiqwt</a>, etc.):
47
+
<li>Designed for scientists (thanks to the integrated libraries <ahref="http://numpy.org/">NumPy</a>, <ahref="https://www.scipy.org/">SciPy</a>, <ahref="https://www.sympy.org/">Sympy</a>, <ahref="http://www.matplotlib.org/">Matplotlib</a>, <ahref="http://pandas.pydata.org/">Pandas</a>, <ahref="https://code.google.com/p/guiqwt/">guiqwt</a>, etc.):
48
48
<ul>
49
49
<li>Regular <strong>scientific users</strong>: interactive data processing and visualization using Python with <ahref="https://code.google.com/p/spyderlib/">Spyder</a></li>
50
50
<li><strong>Advanced scientific users and software developers</strong>: Python applications development with <ahref="https://code.google.com/p/spyderlib/">Spyder</a>, version control with Mercurial and other development tools (like gettext, etc.)</li>
51
51
</ul></li>
52
52
<li><strong>Portable</strong>: preconfigured, it should run out of the box on any machine under Windows (<ahref="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 <ahref="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 different architectures (32bit or 64bit) on the same machine </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>
54
54
<li><strong>Customizable</strong>:
55
55
<ul>
56
56
<li>The integrated package manager (wppm, as WinPython Package Manager) helps installing, uninstalling or upgrading Python packages (see <ahref="https://sourceforge.net/p/winpython/wiki/WPPM"><!-- TODO -->WPPM wiki page</a> for more details on supported package formats) </li>
0 commit comments