forked from winpython/winpython.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
101 lines (97 loc) · 11.5 KB
/
index.html
File metadata and controls
101 lines (97 loc) · 11.5 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
<!DOCTYPE html PUBLIC
"-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
<head>
<meta content="text/html;charset=UTF-8" http-equiv="Content-Type" />
<link href="favicon.ico" rel="icon" />
<title>WinPython</title>
<link media="screen" href="css/screen.css" type="text/css" rel="stylesheet" />
<meta content="Portable Scientific Python 2/3 32/64bit Distribution for Windows" name="description" />
</head>
<body>
<div id="header">
<div id="mainlinks">
<ul>
<li><a href="#releases">releases</a></li>
<li><a href="#overview">overview</a></li>
<li><a href="#portable">portable</a></li>
</ul>
</div>
<h1><a href="https://winpython.github.io/"><img style="width: 350px; height: 92px;" alt="WinPython" src="images/winpython_title.png" /></a></h1>
<p id="title_sub">The easiest way to run Python, Spyder with SciPy and friends out of the box on any Windows PC, without installing anything!</p>
</div>
<div id="content">
<p>The project home, including source code, <a href="https://github.com/winpython/winpython/wiki">documentation (wiki)</a> and <a href="https://github.com/winpython/winpython/issues">tickets</a>, can be found at <a href="https://github.com/winpython">github/winpython</a>, the <a href="https://sourceforge.net/projects/stonebig.u/files/">downloads page</a> is currently on Sourceforge, the <a href="https://groups.google.com/d/forum/winpython">Discussion group</a> (<a href="https://groups.google.com/forum/#!forum/winpython/join">subscribe</a>) on Google Groups.</p>
<h2 id="releases">Recent Releases</h2>
<p>Released in <strong>November 2014</strong>:</p>
<p>Highlights: including a 'Docs' directory <a href="http://nbviewer.ipython.org/github/winpython/winpython_afterdoc/tree/master/docs/">docs</a></p>
<ul>
<li>WinPython <strong>2.7.8.3</strong>, <a href="https://github.com/winpython/winpython/blob/master/changelogs/WinPython-2.7.8.3_History.txt">Release Information</a>. Downloads: <a href="https://sourceforge.net/projects/stonebig.u/files/Winpython_2.7/WinPython-32bit-2.7.8.3.exe/download">32bit</a> and <a href="https://sourceforge.net/projects/stonebig.u/files/Winpython_2.7/WinPython-64bit-2.7.8.3.exe/download">64bit</a></li>
<li>WinPython <strong>3.3.5.3</strong>, <a href="https://github.com/winpython/winpython/blob/master/changelogs/WinPython-3.3.5.3_History.txt">Release Information</a>. Downloads: <a href="https://sourceforge.net/projects/stonebig.u/files/Winpython_3.3/WinPython-32bit-3.3.5.3.exe/download">32bit</a> and <a href="https://sourceforge.net/projects/stonebig.u/files/Winpython_3.3/WinPython-64bit-3.3.5.3.exe/download">64bit</a></li>
<li>WinPython <strong>3.4.2.2</strong>, <a href="https://github.com/winpython/winpython/blob/master/changelogs/WinPython-3.4.2.2_History.txt">Release Information</a>. Downloads: <a href="https://sourceforge.net/projects/stonebig.u/files/Winpython_3.4/WinPython-32bit-3.4.2.2.exe/download">32bit</a> and <a href="https://sourceforge.net/projects/stonebig.u/files/Winpython_3.4/WinPython-64bit-3.4.2.2.exe/download">64bit</a></li>
</ul>
<p>Released in <strong>October 2014</strong>:</p>
<p>Highlights: Included MinGW-Compiler and <strong>fully integrated Cython and Numba!</strong> Want to take a look at the <a href="http://nbviewer.ipython.org/github/winpython/winpython_afterdoc/blob/master/examples/using_cython_and_numba_under_winpython.ipynb">usage example</a>?</p>
<ul>
<li>WinPython <strong>2.7.8.2</strong>, <a href="https://github.com/winpython/winpython/blob/master/changelogs/WinPython-2.7.8.2_History.txt">Release Information</a>. Downloads: <a href="https://sourceforge.net/projects/stonebig.u/files/Winpython_2.7/WinPython-32bit-2.7.8.2.exe/download">32bit</a> and <a href="https://sourceforge.net/projects/stonebig.u/files/Winpython_2.7/WinPython-64bit-2.7.8.2.exe/download">64bit</a></li>
<li>WinPython <strong>3.3.5.2</strong>, <a href="https://github.com/winpython/winpython/blob/master/changelogs/WinPython-3.3.5.2_History.txt">Release Information</a>. Downloads: <a href="https://sourceforge.net/projects/stonebig.u/files/Winpython_3.3/WinPython-32bit-3.3.5.2.exe/download">32bit</a> and <a href="https://sourceforge.net/projects/stonebig.u/files/Winpython_3.3/WinPython-64bit-3.3.5.2.exe/download">64bit</a></li>
<li>WinPython <strong>3.4.2.1</strong>, <a href="https://github.com/winpython/winpython/blob/master/changelogs/WinPython-3.4.2.1_History.txt">Release Information</a>. Downloads: <a href="https://sourceforge.net/projects/stonebig.u/files/Winpython_3.4/WinPython-32bit-3.4.2.1.exe/download">32bit</a> and <a href="https://sourceforge.net/projects/stonebig.u/files/Winpython_3.4/WinPython-64bit-3.4.2.1.exe/download">64bit</a></li>
</ul>
<p>Released in <strong>August 2014</strong>:</p>
<ul>
<li>WinPython <strong>2.7.8.1</strong>, <a href="https://github.com/winpython/winpython/blob/master/changelogs/WinPython-2.7.8.1_History.txt">Release Information</a>. Downloads: <a href="https://sourceforge.net/projects/stonebig.u/files/Winpython_2.7/WinPython-32bit-2.7.8.1.exe/download">32bit</a> and <a href="https://sourceforge.net/projects/stonebig.u/files/Winpython_2.7/WinPython-64bit-2.7.8.1.exe/download">64bit</a></li>
<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>
<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>
</ul>
<p>For a package index have a look at our <a href="https://github.com/winpython/winpython/wiki/WinPython">wiki</a>, where you can find the Changelogs and Package Indexes for all three versions</p>
<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>
<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 Vista/7/8 and scientific and educational usage.</p>pa
<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://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, 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.):
<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>:
<ul>
<li>Runs out of the box on any Windows with 2GB Ram (IPython needs Windows>XP, and IPython Notebook a recent browser)</li>
<li>The WinPython folder can be moved to any location (local, network, USB drive) with most of the <a href="https://github.com/winpython/winpython/wiki/Installation#settings">application settings</a></li>
</ul>
<li><strong>Flexible</strong>:
<ul>
<li>You can install as many WinPython distributions as you want on the same machine: each one is isolated and self-consistent</li>
<li>These installations can be of different versions of Python (2.7, 3.3 or 3.4) or different architectures (32bit or 64bit)</li>
</ul>
<li><strong>Customizable</strong>:
<ul>
<li>The integrated WinPython Package Manager (<a href="https://sourceforge.net/p/winpython/wiki/WPPM"><!-- TODO -->WPPM</a>) helps installing, uninstalling or upgrading Python packages </li>
<li>It's also possible to install or upgrade packages using <tt>pip</tt> from the WinPython command prompt </li>
<li>A configuration file allows you to set <a href="https://sourceforge.net/p/winpython/wiki/Environment"><!-- TODO -->environment variables</a> at runtime </li>
</ul></li>
</ul>
<p>WinPython is <strong>something different</strong> from other Python Distributions (see historic <a href="https://sourceforge.net/p/winpython/wiki/Roadmap"><!-- TODO --> motivation and concept</a>):</p>
<ul>
<li><strong>non-invasive</strong>: WinPython lives entirely in its own directory, without any OS installation</li>
<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>
<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>
</ul>
<div class="centered"><img style="width: 125px; height: 45px;" alt="WinPython Small Logos" src="images/small_logos.png" /></div>
<h2 id="portable">Portable or not, the choice is yours!</h2>
<p>WinPython is a portable application, so the user should not expect any integration into Windows explorer during <a href="https://github.com/winpython/winpython/wiki/Installation">installation</a>. However, the <a href="https://sourceforge.net/p/winpython/wiki/ControlPanel"><!-- TODO -->WinPython Control Panel</a> allows to "register" your distribution to Windows (see screenshot below).</p>
<p><img style="width: 453px; height: 152px;" alt="WinPython Register" src="images/wpcp_register_2741.png" /></p>
<p>Registering your WinPython installation will:</p>
<ul>
<li>associate file extensions <tt>.py</tt>, <tt>.pyc</tt> and <tt>.pyo</tt> to Python interpreter</li>
<li>register Python icons in Windows explorer</li>
<li>add context menu entries <tt>Edit with IDLE</tt> and <tt>Edit with Spyder</tt> for <tt>.py</tt> files</li>
<li>register WinPython as a standard Python distribution (standard Python Windows installers will see WinPython in Windows registry)</li>
</ul>
That is exactly what the official Python installer would do to your machine: in other words, you can have it both ways!
</div>
<div id="footer">© Copyright 2009-2013, Pierre Raybaut; 2014 <a href="https://github.com/winpython/">The Winpython Developement Team</a>. Last updated 2014-10-18</div>
</body>
</html>