很多开发者说自从有了 Python/Pandas,Excel 都不怎么用了,用它来处理与可视化表格非常快速。但是这样还是有一大缺陷,操作不是可视化的表格,因此对技能要求更高一点。近日,开发者构建了名为 Grid studio 的开源项目,它是一个基于网页的表格应用,完全结合了 Python 和 Excel 的优势。





sheet("A1:A3", [1, 2, 3])
my_matrix = sheet("A1:A3")
def UPPERCASE(a):
return str(a).uppercase()



-
git clone https://github.com/ricklamers/gridstudio
-
cd gridstudio && ./run.sh
https://github.com/ricklamers/gridstudio
https://gridstudio.io
— THE END —

长按识别二维码即可关注本号~
本篇文章来源于微信公众号:OncoLab