|
1 | 1 | <!DOCTYPE html PUBLIC
|
2 | 2 | "-//W3C//DTD XHTML 1.1//EN"
|
3 |
| - "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> |
4 |
| -<html xmlns="http://www.w3.org/1999/xhtml" lang="en"> |
| 3 | + "https://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> |
| 4 | +<html xmlns="https://www.w3.org/1999/xhtml/" lang="en"> |
5 | 5 | <head>
|
6 | 6 | <meta content="text/html;charset=UTF-8" http-equiv="Content-Type" />
|
7 | 7 | <link href="favicon.ico" rel="icon" />
|
@@ -63,10 +63,10 @@ <h2 id="overview">Overview</h2>
|
63 | 63 | <p><img style="width: 901px; height: 97px;" alt="WinPython Launcher Icons" src="images/winpython_launchers.png" /></p>
|
64 | 64 | <p>It is a full-featured (see our <a href="https://github.com/winpython/winpython/wiki">Wiki</a>) Python-based scientific environment:</p>
|
65 | 65 | <ul>
|
66 |
| - <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="http://www.pyqtgraph.org/">pyqtgraph</a>, etc.): |
| 66 | + <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.): |
67 | 67 | <ul>
|
68 |
| - <li>interactive data processing and visualization using Python with <a href="https://www.spyder-ide.org/">Spyder</a> and <a href="http://jupyter.org/">Jupyter/IPython</a>, or IDLE </li> |
69 |
| - <li>out-of-the-box working Compiler (Mingw64) for Python 3.4, <strong>fully integrated Cython and Numba!</strong> See <a href="http://nbviewer.ipython.org/github/winpython/winpython_afterdoc/blob/master/docs/Winpython_checker.ipynb">included example</a></li> |
| 68 | + <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>, or IDLE </li> |
| 69 | + <li>out-of-the-box working Compiler (Mingw64) for Python 3.4, <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> |
70 | 70 | <li>connectors (cffi, odbc, rpy2, scilab2py, requests, ...) for advanced users</li>
|
71 | 71 | </ul></li>
|
72 | 72 | <li><strong>Portable</strong>:
|
|
0 commit comments