由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
DataSciences版 - python/excel suggestion/replacement
相关主题
matlab 和 python 的for loopHadoop Spark 学习小结[2014版] (转载)
新手请教:大家都用什么软件写 python code?Webinar info - The Cloud Data Science Process (Azure related)
谁装过python的limix package有人去上过insight data science吗?
python for data analysis请教Data incubator的challenge
请问为什么有的data analyst的工作要求会用excel呢?请问:R里面画图有什么package推荐
data science的另一面(update)新年要招人了
DS需要会的手艺 真不少推荐一下Shiny Dashboard
有谁在上UW的data science课吗?你们是咋管理R的代码
相关话题的讨论汇总
话题: excel话题: python话题: suggestion话题: poc
进入DataSciences版参与讨论
1 (共1页)
g**********l
发帖数: 214
1
请问一下大牛经验
我用excel and python 做了一个POC. excel to pass in parameters into python (
via xlwings) as the backend for computation (simulation).
now i just send the xls, pyc, and csv (underlying data) files to the
business users for POC.
现在要 implement, 给大概20人用。同时要求不大,最多5个人会同时用。
请问有什么折腾比较小的建议来implement.
(最简单的就是把这几个文件丢到network drive上, one copy only. 但同时用,
excel可能不太好用?)
所以想请教大家一下经验。(like maybe use ipython notebook as the user UI and
run a python webservice?)
thanks!
O*O
发帖数: 2284
2
flask?

and

【在 g**********l 的大作中提到】
: 请问一下大牛经验
: 我用excel and python 做了一个POC. excel to pass in parameters into python (
: via xlwings) as the backend for computation (simulation).
: now i just send the xls, pyc, and csv (underlying data) files to the
: business users for POC.
: 现在要 implement, 给大概20人用。同时要求不大,最多5个人会同时用。
: 请问有什么折腾比较小的建议来implement.
: (最简单的就是把这几个文件丢到network drive上, one copy only. 但同时用,
: excel可能不太好用?)
: 所以想请教大家一下经验。(like maybe use ipython notebook as the user UI and

g**********l
发帖数: 214
3
hm~~, flask 没用过,Google 了一下,好像折腾一点,能用。
但想问一下这个跟ipython notebook 比有啥优势吗?
谢谢
W****n
发帖数: 141
4
try this one, it can be shared with others. https://zeppelin.incubator.
apache.org/
x***u
发帖数: 297
5
和 ipython notebook 比较呢?

[发表自未名空间手机版 - m.mitbbs.com]

【在 W****n 的大作中提到】
: try this one, it can be shared with others. https://zeppelin.incubator.
: apache.org/

l******n
发帖数: 9344
6
zeppelin不错,就是现在功能有限,算个半成品
看你的情况,R + Shiny比较合适

【在 W****n 的大作中提到】
: try this one, it can be shared with others. https://zeppelin.incubator.
: apache.org/

1 (共1页)
进入DataSciences版参与讨论
相关主题
你们是咋管理R的代码请问为什么有的data analyst的工作要求会用excel呢?
R Shiny 如何发布客户端?data science的另一面(update)
请教:现在那些package实现gradient boosting tree比较好?DS需要会的手艺 真不少
R user interactive的问题有谁在上UW的data science课吗?
matlab 和 python 的for loopHadoop Spark 学习小结[2014版] (转载)
新手请教:大家都用什么软件写 python code?Webinar info - The Cloud Data Science Process (Azure related)
谁装过python的limix package有人去上过insight data science吗?
python for data analysis请教Data incubator的challenge
相关话题的讨论汇总
话题: excel话题: python话题: suggestion话题: poc