s****h 发帖数: 921 | 1 几年前还在学校读书的时候就听说过Python,感觉是网络编程用的。
后来工作了,做的工作与编程无关,对编程语言这些东西都不接触了。
最近在用一个专业的软件。
这个软件本来是通过用户界面操作的,但我需要进行某种程度的二次开发。
就是调用这个软件提供的计算引擎( API 函数)进行处理。
这个软件提供Python的接口。
不知道Python现在什么情况了?还活着吗?嗬嗬。
还有,Python在数学计算上的功能如何?我可能要做一些微分方程及控制的问题。
当然,我的项目与网络无关,只是本地的计算。
能推荐Python几本书吗?
十分感谢! | r*********r 发帖数: 3195 | 2 Python is about the only script language that you can use for numerical
computing, thanks to its numerical extension.
some universities even teach numerical courses based on python, instead
of Matlab.
there's a book called "Numerical Methods in Engineering with Python"
on amazon. i haven't read it, guess that's introductory stuff. | x*********h 发帖数: 25 | 3 Python is easy to learn, hard to actually master.
I remember there are some library in python for differential eq, maybe this
is helpful
http://cse.ucdavis.edu/~cmg/Group/readings/pythonissue_3of4.pdf | s****h 发帖数: 921 | |
|