From b0189b89c49f2071a5fc7a481a2cc6f441ddc85d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=90=AF=E7=90=AF?= <53222411@qq.com> Date: Mon, 20 Apr 2020 10:31:36 +0800 Subject: [PATCH] =?UTF-8?q?Pyodide=E9=80=9A=E8=BF=87WebAssembly=E5=B0=86Py?= =?UTF-8?q?thon=E8=BF=90=E8=A1=8C=E6=97=B6=E4=B8=8E=E6=B5=8F=E8=A7=88?= =?UTF-8?q?=E5=99=A8=E4=B8=80=E8=B5=B7=E5=B8=A6=E5=88=B0=E6=B5=8F=E8=A7=88?= =?UTF-8?q?=E5=99=A8=EF=BC=8C=E5=8C=85=E6=8B=ACNumPy=EF=BC=8CPandas?= =?UTF-8?q?=EF=BC=8CMatplotlib=EF=BC=8CSciPy=E7=9A=84=E4=B8=80=E9=83=A8?= =?UTF-8?q?=E5=88=86=E5=92=8CNetworkX=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 61a1982e13..ce6de2169c 100644 --- a/README.md +++ b/README.md @@ -218,6 +218,9 @@ + +### April 20, 2020 +- [Pyodide通过WebAssembly将Python运行时与浏览器一起带到浏览器,包括NumPy,Pandas,Matplotlib,SciPy的一部分和NetworkX。](https://github.com/iodide-project/pyodide) ### April 19, 2020 - [Quasar Framework-在创纪录的时间内构建高性能的VueJS用户界面](https://github.com/quasarframework/quasar) - [GitHub创建GitHub版本的动作](https://github.com/softprops/action-gh-release)