Skip to content

Pre-WinPython 2024-02 refresh #111

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
Apr 13, 2024
Merged
Show file tree
Hide file tree
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
Binary file added images/controlpanel01-new.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/winpython_launchers-new.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/wppm_register_new.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 9 additions & 10 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,6 @@ <h2 id="releases">Recent Releases </h2>
<li>WinPython64-<strong>3.12</strong>.0.1b5 = Python 3.12.0 64bit with PyQt5 + Spyder : <a href="https://github.com/winpython/winpython/blob/master/changelogs/WinPython-64bit-3.12.0.1_History.md">Changelog</a>, <a href="https://github.com/winpython/winpython/blob/master/changelogs/WinPython-64bit-3.12.0.1.md">Packages</a></li>

</ul>


<h2 id="releases">Recent Releases </h2>

<p>Release <a href="https://github.com/winpython/winpython/issues/1244#issuecomment-1739774914">2023-03</a> of September 28th, 2023 </p>

Expand Down Expand Up @@ -396,13 +393,13 @@ <h2 id="releases">Recent Releases </h2>
<div class="centered"><img style="width: 125px; height: 45px;" alt="WinPython Small Logos" src="images/small_logos.png"></div>

<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 8/10 and scientific and educational usage.</p>
<p><img style="width: 901px; height: 97px;" alt="WinPython Launcher Icons" src="images/winpython_launchers.png" /></p>
<p>WinPython is a free open-source portable distribution of the <a href="https://www.python.org/">Python programming language</a> for Windows 10/11(***) and scientific and educational usage.</p>
<p><img style="width: 829px; height: 103px;" alt="WinPython Launcher Icons" src="images/winpython_launchers-new.png" /></p>
<p>It is a full-featured (see our <a href="https://github.com/winpython/winpython/wiki">Wiki</a>) Python-based scientific environment:</p>
<ul>
<li>Designed for scientists, data-scientists, and education (thanks to <a href="https://www.numpy.org/">NumPy</a>, <a href="https://www.scipy.org/">SciPy</a>, <a href="https://www.sympy.org/">Sympy</a>, <a href="https://matplotlib.org/">Matplotlib</a>, <a href="https://pandas.pydata.org/">Pandas</a>, <a href="http://www.pyqtgraph.org/">pyqtgraph</a>, etc.):
<ul>
<li>interactive data processing and visualization using Python with <a href="https://www.spyder-ide.org/">Spyder</a> and <a href="https://jupyter.org/">Jupyter/IPython</a>, Pyzo, IDLEX or IDLE </li>
<li>interactive data processing and visualization using Python with <a href="https://www.spyder-ide.org/">Spyder</a> and <a href="https://jupyter.org/">JupyterLab/IPython</a>, or IDLE </li>
<li><strong>fully integrated Cython and Numba!</strong> See <a href="https://nbviewer.ipython.org/github/winpython/winpython_afterdoc/blob/master/docs/Winpython_checker.ipynb">included example</a></li>
<li>connectors (cffi, odbc, rpy2, scilab2py, requests, ...) for advanced users</li>
</ul></li>
Expand All @@ -416,7 +413,7 @@ <h2 id="overview">Overview</h2>
<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 (3.7/3.8/3.9...)</li>
<li>These installations can be of different versions of Python (3.7/.../3.12)</li>
</ul>
<li><strong>Customizable</strong>:
<ul>
Expand All @@ -434,8 +431,8 @@ <h2 id="overview">Overview</h2>
<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://github.com/winpython/winpython/wiki/Winpython-Control-Panel">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>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://github.com/winpython/winpython/wiki/Winpython-Control-Panel">WinPython Control Panel</a> or <a href="https://github.com/winpython/winpython/wiki/WPPM">WinPython Package Manager</a> allows to "register" your distribution to Windows (see screenshot below).</p>
<p><img style="width: 453px; height: 152px; margin:5px;" alt="WinPython Register" src="images/wpcp_register_2741.png" /><img style="width: 405px; height: 119px; margin:5px;" alt="WinPython Register" src="images/wppm_register_new.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>
Expand All @@ -451,11 +448,13 @@ <h2 id="portable">Portable or not, the choice is yours!</h2>

<p>(**) Since WinPython 2019-02, all installers are just 7zip auto-extracts.

<p>(***) WinPython up to 2020-02 may still work for Windows 7 (report of 2021-02 working for some case do also exist)


</p>
<div class="centered"><img style="width: 125px; height: 45px;" alt="WinPython Small Logos" src="images/small_logos.png"></div>
</div>
<div id="footer">© Copyright 2009-2013, Pierre Raybaut; 2014-2021+ <a href="https://github.com/winpython/winpython/graphs/contributors">The WinPython Development Team</a>. Last updated 2021-04-19</div>
<div id="footer">© Copyright 2009-2013, Pierre Raybaut; 2014-2024+ <a href="https://github.com/winpython/winpython/graphs/contributors">The WinPython Development Team</a>. Last updated 2024-04-13</div>
<div class="centered"><img style="width: 125px; height: 45px;" alt="WinPython Small Logos" src="images/small_logos.png"></div>
</body>
</html>
Expand Down
Loading