Skip to content

Commit 7e7aa21

Browse files
committed
Pre-WinPython 2024-02 refresh
1 parent 2a92d2c commit 7e7aa21

File tree

5 files changed

+471
-10
lines changed

5 files changed

+471
-10
lines changed

images/controlpanel01-new.png

35.5 KB
Loading

images/winpython_launchers-new.png

26.6 KB
Loading

images/wppm_register_new.png

27.7 KB
Loading

index.html

+9-10
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,6 @@ <h2 id="releases">Recent Releases </h2>
6161
<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>
6262

6363
</ul>
64-
65-
66-
<h2 id="releases">Recent Releases </h2>
6764

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

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

398395
<h2 id="overview">Overview</h2>
399-
<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>
400-
<p><img style="width: 901px; height: 97px;" alt="WinPython Launcher Icons" src="images/winpython_launchers.png" /></p>
396+
<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>
397+
<p><img style="width: 829px; height: 103px;" alt="WinPython Launcher Icons" src="images/winpython_launchers-new.png" /></p>
401398
<p>It is a full-featured (see our <a href="https://github.com/winpython/winpython/wiki">Wiki</a>) Python-based scientific environment:</p>
402399
<ul>
403400
<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.):
404401
<ul>
405-
<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>
402+
<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>
406403
<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>
407404
<li>connectors (cffi, odbc, rpy2, scilab2py, requests, ...) for advanced users</li>
408405
</ul></li>
@@ -416,7 +413,7 @@ <h2 id="overview">Overview</h2>
416413
<li><strong>Flexible</strong>:
417414
<ul>
418415
<li>You can install as many WinPython distributions as you want on the same machine: each one is isolated and self-consistent</li>
419-
<li>These installations can be of different versions of Python (3.7/3.8/3.9...)</li>
416+
<li>These installations can be of different versions of Python (3.7/.../3.12)</li>
420417
</ul>
421418
<li><strong>Customizable</strong>:
422419
<ul>
@@ -434,8 +431,8 @@ <h2 id="overview">Overview</h2>
434431
<div class="centered"><img style="width: 125px; height: 45px;" alt="WinPython Small Logos" src="images/small_logos.png" /></div>
435432

436433
<h2 id="portable">Portable or not, the choice is yours!</h2>
437-
<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>
438-
<p><img style="width: 453px; height: 152px;" alt="WinPython Register" src="images/wpcp_register_2741.png" /></p>
434+
<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>
435+
<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>
439436
<p>Registering your WinPython installation will:</p>
440437
<ul>
441438
<li>associate file extensions <tt>.py</tt>, <tt>.pyc</tt> and <tt>.pyo</tt> to Python interpreter</li>
@@ -451,11 +448,13 @@ <h2 id="portable">Portable or not, the choice is yours!</h2>
451448

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

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

455454
</p>
456455
<div class="centered"><img style="width: 125px; height: 45px;" alt="WinPython Small Logos" src="images/small_logos.png"></div>
457456
</div>
458-
<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>
457+
<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>
459458
<div class="centered"><img style="width: 125px; height: 45px;" alt="WinPython Small Logos" src="images/small_logos.png"></div>
460459
</body>
461460
</html>

0 commit comments

Comments
 (0)