Python论坛  - 讨论区

标题:[python-chinese] 菜鸟求教 科学计算

2006年10月21日 星期六 11:39

苏亚 su1981ya在163.com
星期六 十月 21 11:39:04 HKT 2006

我想利用python完成我项目中的科学计算问题,根据各位以前提供的地址,我找到
很多相关的模块;但正因为多,让我很迷茫,不知最好用那些模块进行组合。所
以,希望有经验的朋友能给我些建议,让我能够快速的上手并完成我的任务!

描述一下:主要完成矩阵相关的计算,原来用的是基于C++的类库,包括处理图像
运算的微软vision SDK,opencv。我调查过的python有simPy, numeric, PIL等。

当然我也不排斥在python中调用已有的c++动态链接库,只是希望有经验的朋友能
给我提供一个快速简便可行的方案。

谢谢!


[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2006年10月21日 星期六 18:26

fdu.xiaojf在gmail.com fdu.xiaojf在gmail.com
星期六 十月 21 18:26:12 HKT 2006

苏亚 wrote:
> 我想利用python完成我项目中的科学计算问题,根据各位以前提供的地址,我找到
> 很多相关的模块;但正因为多,让我很迷茫,不知最好用那些模块进行组合。所
> 以,希望有经验的朋友能给我些建议,让我能够快速的上手并完成我的任务!
>
> 描述一下:主要完成矩阵相关的计算,原来用的是基于C++的类库,包括处理图像
> 运算的微软vision SDK,opencv。我调查过的python有simPy, numeric, PIL等。
>
> 当然我也不排斥在python中调用已有的c++动态链接库,只是希望有经验的朋友能
> 给我提供一个快速简便可行的方案。
>
> 谢谢!
>
> _______________________________________________
> python-chinese
> Post: send python-chinese在lists.python.cn
> Subscribe: send subscribe to python-chinese-request在lists.python.cn
> Unsubscribe: send unsubscribe to  python-chinese-request在lists.python.cn
> Detail Info: http://python.cn/mailman/listinfo/python-chinese
numPy

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2006年10月21日 星期六 19:32

yi huang yi.codeplayer在gmail.com
星期六 十月 21 19:32:10 HKT 2006

simpy 是做仿真的。numpy/numeric 做科学计算。PIL 做图像处理。


On 10/21/06, 苏亚 <su1981ya at 163.com> wrote:
>
> 我想利用python完成我项目中的科学计算问题,根据各位以前提供的地址,我找到
> 很多相关的模块;但正因为多,让我很迷茫,不知最好用那些模块进行组合。所
> 以,希望有经验的朋友能给我些建议,让我能够快速的上手并完成我的任务!
>
> 描述一下:主要完成矩阵相关的计算,原来用的是基于C++的类库,包括处理图像
> 运算的微软vision SDK,opencv。我调查过的python有simPy, numeric, PIL等。
>
> 当然我也不排斥在python中调用已有的c++动态链接库,只是希望有经验的朋友能
> 给我提供一个快速简便可行的方案。
>
> 谢谢!
>
> _______________________________________________
> python-chinese
> Post: send python-chinese at lists.python.cn
> Subscribe: send subscribe to python-chinese-request at lists.python.cn
> Unsubscribe: send unsubscribe to  python-chinese-request at lists.python.cn
> Detail Info: http://python.cn/mailman/listinfo/python-chinese




-- 
http://codeplayer.blogspot.com/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://python.cn/pipermail/python-chinese/attachments/20061021/9045777d/attachment.html 

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2006年10月21日 星期六 21:39

Yung-Yu Chen yyc在seety.org
星期六 十月 21 21:39:47 HKT 2006

numpy should be your only choice.

On 10/21/06, 苏亚 <su1981ya在163.com> wrote:
>
> 我想利用python完成我项目中的科学计算问题,根据各位以前提供的地址,我找到
> 很多相关的模块;但正因为多,让我很迷茫,不知最好用那些模块进行组合。所
> 以,希望有经验的朋友能给我些建议,让我能够快速的上手并完成我的任务!
>
> 描述一下:主要完成矩阵相关的计算,原来用的是基于C++的类库,包括处理图像
> 运算的微软vision SDK,opencv。我调查过的python有simPy, numeric, PIL等。
>
> 当然我也不排斥在python中调用已有的c++动态链接库,只是希望有经验的朋友能
> 给我提供一个快速简便可行的方案。
>
> 谢谢!
>
> _______________________________________________
> python-chinese
> Post: send python-chinese在lists.python.cn
> Subscribe: send subscribe to python-chinese-request在lists.python.cn
> Unsubscribe: send unsubscribe to  python-chinese-request在lists.python.cn
> Detail Info: http://python.cn/mailman/listinfo/python-chinese




-- 
with regards,
Yung-Yu Chen

http://yungyuc.net/
-------------- 下一部分 --------------
一个HTML附件被移除...
URL: http://python.cn/pipermail/python-chinese/attachments/20061021/3d659624/attachment.html 

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2006年10月22日 星期日 11:40

Xupeng Yun recordus在gmail.com
星期日 十月 22 11:40:39 HKT 2006

2006/10/21, 苏亚 <su1981ya at 163.com>:
看看scipy
-- 
I like Python & Linux.
Blog: http://recordus.cublog.cn
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://python.cn/pipermail/python-chinese/attachments/20061022/e3d98c24/attachment.html 

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2006年10月22日 星期日 11:43

苏亚 su1981ya在163.com
星期日 十月 22 11:43:31 HKT 2006

Yung-Yu Chen 写道:
> numpy should be your only choice.
>
> On 10/21/06, *苏亚* <su1981ya在163.com su1981ya在163.com>> wrote:
>
>     我想利用python完成我项目中的科学计算问题,根据各位以前提供的地址,
>     我找到
>     很多相关的模块;但正因为多,让我很迷茫,不知最好用那些模块进行组合。所
>     以,希望有经验的朋友能给我些建议,让我能够快速的上手并完成我的任务!
>
>     描述一下:主要完成矩阵相关的计算,原来用的是基于C++的类库,包括处
>     理图像
>     运算的微软vision SDK,opencv。我调查过的python有simPy, numeric,
>     PIL等。
>
>     当然我也不排斥在python中调用已有的c++动态链接库,只是希望有经验的
>     朋友能
>     给我提供一个快速简便可行的方案。
>
>     谢谢!
>
>     _______________________________________________
>     python-chinese
>     Post: send python-chinese在lists.python.cn
>     python-chinese在lists.python.cn>
>     Subscribe: send subscribe to
>     python-chinese-request在lists.python.cn
>     python-chinese-request在lists.python.cn>
>     Unsubscribe: send unsubscribe to  
>     python-chinese-request在lists.python.cn
>     python-chinese-request在lists.python.cn>
>     Detail Info: http://python.cn/mailman/listinfo/python-chinese
>
>
>
>
> -- 
> with regards,
> Yung-Yu Chen
>
> http://yungyuc.net/
> ------------------------------------------------------------------------
>
> _______________________________________________
> python-chinese
> Post: send python-chinese在lists.python.cn
> Subscribe: send subscribe to python-chinese-request在lists.python.cn
> Unsubscribe: send unsubscribe to  python-chinese-request在lists.python.cn
> Detail Info: http://python.cn/mailman/listinfo/python-chinese
谢谢各位的热心,按你们的线索我又找了一下,发现除了numpy之外,SciPy 
<http://scipy.org/SciPy?action=fullsearch&value;=linkto%3A%22SciPy%22&context;=180> 
也是一个选择,其核心就是numpy,不知大家意下如何?

另外,我在windows平台+python2.4.3 之下安装Numeric-23.8.2时出现error:

error: Python was built with version 7.1 of Visual Studio, and 
extensions need to be built with the same version of the compiler, but 
it isn't installed.

按它的说法难道还需要我安装vc7? 我机子上可是只有vc6呀! 不知道各位遇到过 
这种情况没有?







[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2006年10月22日 星期日 14:57

Yingbo Qiu qiuyingbo在gmail.com
星期日 十月 22 14:57:25 HKT 2006

安装一套 MSVC Toolkit 2003 就好了

http://www.dup2.org/node/229
http://www.dup2.org/node/325

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2006年10月22日 星期日 15:45

苏亚 su1981ya在163.com
星期日 十月 22 15:45:01 HKT 2006

Yingbo Qiu 写道:
> 安装一套 MSVC Toolkit 2003 就好了
>
> http://www.dup2.org/node/229
> http://www.dup2.org/node/325
> _______________________________________________
> python-chinese
> Post: send python-chinese在lists.python.cn
> Subscribe: send subscribe to python-chinese-request在lists.python.cn
> Unsubscribe: send unsubscribe to  python-chinese-request在lists.python.cn
> Detail Info: http://python.cn/mailman/listinfo/python-chinese
难道真的要我重拾vc7?唉,真要命呀,以为投奔python就可以脱离微软,没想 
到。。。。。。

请问scipy也需要vc吗?

另外,有没有好一点的下载网站提供这些工具呢?比如scipy等,我这边网速很 
滥,google只有早上能上,其他国外网站也是刷了再刷,痛苦不堪呀!为什么啄木 
鸟不把这些好用的工具放到服务器上能?


[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2006年10月22日 星期日 17:39

yi huang yi.codeplayer在gmail.com
星期日 十月 22 17:39:23 HKT 2006

>
> 难道真的要我重拾vc7?唉,真要命呀,以为投奔python就可以脱离微软,没想
> 到。。。。。。


官方的python是用vc7编译的。
你也可以去找找有没有编译好了的安装包。

-- 
http://codeplayer.blogspot.com/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://python.cn/pipermail/python-chinese/attachments/20061022/245d36e1/attachment.htm 

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2006年10月22日 星期日 17:45

sislcb sislcb sislcb在gmail.com
星期日 十月 22 17:45:31 HKT 2006

ÆäʵOpencvÒ²ÓÐpython½Ó¿ÚµÄ,ÏÖÔÚ1.0ÓÐÁË,Äã¿ÉÒÔÈ¥opencvÖйú¿´ÏÂ

2006/10/22, yi huang <yi.codeplayer在gmail.com>:
>
> ÄѵÀÕæµÄÒªÎÒÖØÊ°vc7£¿°¦£¬ÕæÒªÃüѽ£¬ÒÔΪͶ±¼python¾Í¿ÉÒÔÍÑÀë΢Èí£¬Ã»Ïë
> > µ½¡£¡£¡£¡£¡£¡£
>
>
> ¹Ù·½µÄpythonÊÇÓÃvc7±àÒëµÄ¡£
> ÄãÒ²¿ÉÒÔÈ¥ÕÒÕÒÓÐûÓбàÒëºÃÁ˵ݲװ°ü¡£
>
> --
> http://codeplayer.blogspot.com/
>
> _______________________________________________
> python-chinese
> Post: send python-chinese在lists.python.cn
> Subscribe: send subscribe to python-chinese-request在lists.python.cn
> Unsubscribe: send unsubscribe to  python-chinese-request在lists.python.cn
> Detail Info: http://python.cn/mailman/listinfo/python-chinese
>
-------------- 下一部分 --------------
Ò»¸öHTML¸½¼þ±»ÒƳý...
URL: http://python.cn/pipermail/python-chinese/attachments/20061022/37af7a9a/attachment.html 

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2006年10月22日 星期日 19:33

Yung-Yu Chen yyc在seety.org
星期日 十月 22 19:33:06 HKT 2006

Under Windows you should try enthon, a python environment with prepackaged
scientific bundle, including numpy, scipy and many other handy packages like
wxpython and vtk.  Enthon saves you from annoying and tedious compiling and
buliding.

If your main concern is matrix/array manipulation or calculation, there
seems no need to invest effort on scipy.  Numpy is sufficient.

On 10/22/06, 苏亚 <su1981ya在163.com> wrote:
>
> Yingbo Qiu 写道:
> > 安装一套 MSVC Toolkit 2003 就好了
> >
> > http://www.dup2.org/node/229
> > http://www.dup2.org/node/325
> > _______________________________________________
> > python-chinese
> > Post: send python-chinese在lists.python.cn
> > Subscribe: send subscribe to python-chinese-request在lists.python.cn
> > Unsubscribe: send unsubscribe to  python-chinese-request在lists.python.cn
> > Detail Info: http://python.cn/mailman/listinfo/python-chinese
> 难道真的要我重拾vc7?唉,真要命呀,以为投奔python就可以脱离微软,没想
> 到。。。。。。
>
> 请问scipy也需要vc吗?
>
> 另外,有没有好一点的下载网站提供这些工具呢?比如scipy等,我这边网速很
> 滥,google只有早上能上,其他国外网站也是刷了再刷,痛苦不堪呀!为什么啄木
> 鸟不把这些好用的工具放到服务器上能?
>
> _______________________________________________
> python-chinese
> Post: send python-chinese在lists.python.cn
> Subscribe: send subscribe to python-chinese-request在lists.python.cn
> Unsubscribe: send unsubscribe to  python-chinese-request在lists.python.cn
> Detail Info: http://python.cn/mailman/listinfo/python-chinese




-- 
with regards,
Yung-Yu Chen

http://yungyuc.net/
-------------- 下一部分 --------------
一个HTML附件被移除...
URL: http://python.cn/pipermail/python-chinese/attachments/20061022/2cd37ba0/attachment.html 

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2006年10月22日 星期日 22:09

Leo Jay python.leojay在gmail.com
星期日 十月 22 22:09:59 HKT 2006

On 10/22/06, 苏亚 <su1981ya在163.com> wrote:
> 难道真的要我重拾vc7?唉,真要命呀,以为投奔python就可以脱离微软,没想
> 到。。。。。。

用vc6就算脱离微软了?你在用着windows,怎样也不可能脱离MS的。
用linux, unix就可以只用python,不用ms的东西了。


-- 
Best Regards,
Leo Jay

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2006年10月23日 星期一 13:15

苏亚 su1981ya在163.com
星期一 十月 23 13:15:06 HKT 2006

Leo Jay 写道:
> On 10/22/06, 苏亚 <su1981ya在163.com> wrote:
>   
>> 难道真的要我重拾vc7?唉,真要命呀,以为投奔python就可以脱离微软,没想
>> 到。。。。。。
>>     
>
> 用vc6就算脱离微软了?你在用着windows,怎样也不可能脱离MS的。
> 用linux, unix就可以只用python,不用ms的东西了。
>
>
>   
这位大哥说的是。小弟也只是希望如果能够换用linux的话,程序基本不用改


[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2006年10月23日 星期一 13:18

苏亚 su1981ya在163.com
星期一 十月 23 13:18:07 HKT 2006

Yung-Yu Chen 写道:
> Under Windows you should try enthon, a python environment with 
> prepackaged scientific bundle, including numpy, scipy and many other 
> handy packages like wxpython and vtk.  Enthon saves you from annoying 
> and tedious compiling and buliding.
>
> If your main concern is matrix/array manipulation or calculation, 
> there seems no need to invest effort on scipy.  Numpy is sufficient.
>
> On 10/22/06, * 苏亚* <su1981ya在163.com su1981ya在163.com>> wrote:
>
>     Yingbo Qiu 写道:
>     > 安装一套 MSVC Toolkit 2003 就好了
>     >
>     > http://www.dup2.org/node/229
>     > http://www.dup2.org/node/325
>     > _______________________________________________
>     > python-chinese
>     > Post: send python-chinese在lists.python.cn
>     python-chinese在lists.python.cn>
>     > Subscribe: send subscribe to
>     python-chinese-request在lists.python.cn
>     python-chinese-request在lists.python.cn>
>     > Unsubscribe: send unsubscribe
>     to  python-chinese-request在lists.python.cn
>     python-chinese-request在lists.python.cn>
>     > Detail Info: http://python.cn/mailman/listinfo/python-chinese
>     难道真的要我重拾vc7?唉,真要命呀,以为投奔python就可以脱离微软,没想
>     到。。。。。。
>
>     请问scipy也需要vc吗?
>
>     另外,有没有好一点的下载网站提供这些工具呢?比如scipy等,我这边网速很
>     滥,google只有早上能上,其他国外网站也是刷了再刷,痛苦不堪呀!为什
>     么啄木
>     鸟不把这些好用的工具放到服务器上能?
>
>     _______________________________________________
>     python-chinese
>     Post: send python-chinese在lists.python.cn
>     python-chinese在lists.python.cn>
>     Subscribe: send subscribe to
>     python-chinese-request在lists.python.cn
>     python-chinese-request在lists.python.cn>
>     Unsubscribe: send unsubscribe
>     to  python-chinese-request在lists.python.cn
>     python-chinese-request在lists.python.cn>
>     Detail Info: http://python.cn/mailman/listinfo/python-chinese
>
>
>
>
> -- 
> with regards,
> Yung-Yu Chen
>
> http://yungyuc.net/
> ------------------------------------------------------------------------
>
> _______________________________________________
> python-chinese
> Post: send python-chinese在lists.python.cn
> Subscribe: send subscribe to python-chinese-request在lists.python.cn
> Unsubscribe: send unsubscribe to  python-chinese-request在lists.python.cn
> Detail Info: http://python.cn/mailman/listinfo/python-chinese
Thanks for your advice. I will have a try!


[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2006年10月27日 星期五 09:33

苏亚 su1981ya在163.com
星期五 十月 27 09:33:39 HKT 2006

Yingbo Qiu 写道:
> 安装一套 MSVC Toolkit 2003 就好了
>
> http://www.dup2.org/node/229
> http://www.dup2.org/node/325
> _______________________________________________
> python-chinese
> Post: send python-chinese在lists.python.cn
> Subscribe: send subscribe to python-chinese-request在lists.python.cn
> Unsubscribe: send unsubscribe to  python-chinese-request在lists.python.cn
> Detail Info: http://python.cn/mailman/listinfo/python-chinese
请问现在还有什么地方可以提供 MSVC Toolkit 2003 吗?微软已经停止了下载。 
我以前也有程序需要这个包


[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2006年10月27日 星期五 10:08

Davies Liu davies.liu在gmail.com
星期五 十月 27 10:08:54 HKT 2006

用 Visual C++ 2005 Express 吧

On 10/27/06, 苏亚 <su1981ya在163.com> wrote:
> Yingbo Qiu 写道:
> > 安装一套 MSVC Toolkit 2003 就好了
> >
> > http://www.dup2.org/node/229
> > http://www.dup2.org/node/325
> > _______________________________________________
> > python-chinese
> > Post: send python-chinese在lists.python.cn
> > Subscribe: send subscribe to python-chinese-request在lists.python.cn
> > Unsubscribe: send unsubscribe to  python-chinese-request在lists.python.cn
> > Detail Info: http://python.cn/mailman/listinfo/python-chinese
> 请问现在还有什么地方可以提供 MSVC Toolkit 2003 吗?微软已经停止了下载。
> 我以前也有程序需要这个包
>
> _______________________________________________
> python-chinese
> Post: send python-chinese在lists.python.cn
> Subscribe: send subscribe to python-chinese-request在lists.python.cn
> Unsubscribe: send unsubscribe to  python-chinese-request在lists.python.cn
> Detail Info: http://python.cn/mailman/listinfo/python-chinese


-- 
Davies Liu
My Blog: http://blog.daviesliu.net/

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

如下红色区域有误,请重新填写。

    你的回复:

    请 登录 后回复。还没有在Zeuux哲思注册吗?现在 注册 !

    Zeuux © 2025

    京ICP备05028076号