PythonForScience
をテンプレートにして作成
[
トップ
] [
新規
|
一覧
|
検索
|
最終更新
|
ヘルプ
|
ログイン
]
開始行:
* Using Python for Scientific Computation (Pythonを科学技...
&color(grey){注) このページは色々考えて英語にしました。};
#contents
** Introduction [#h5ede8ef]
Matlab sucks because it is too expensive for students and...
** What is Python [#fbadccd6]
Want to know what the heck is Python ? Read [[Wikipedia>h...
** Setting up a working environment [#s2d26ba5]
*** Overview [#z4297315]
It is very important for me to prepare a comfortable and ...
Matlab provides such a capability through its own IDE (In...
the standard python package. Wikipedia has [[a list of Py...
*** [[Using Python with Emacs>EmacsPython]] [#j8f1feb6]
As for myself, I don't like those IDEs for not well defin...
A nice feature of Matlab standard IDE is the cell. You ca...
I also like the cell of Mathematica notebook, where you c...
I don't know if any of the Python IDEs listed in the Wiki...
The above tutorial applies mainly to linux users, but Win...
*** Windows and Python [#ed78c524]
For Windows users, there are two easy ways to install Pyt...
EPD is a commercial product. However, for academic use, i...
python(x,y) is available for Windows and Linux. python(x,...
However, it provides 32bit version only at the moment.
A bit more detailed explanation of how to install EPD and...
** Examples [#t0e36105]
*** numpy basics [#g886b10b]
*** Matrix [#m1dce5e0]
*** Signal Processing [#vfbe6831]
** Online Resources [#cd5a378a]
- Python itself
-- [[Python Documentation Index>http://www.python.org/doc...
-- [[Dive into Python>http://www.diveintopython.org/toc/i...
- Numpy & Scipy
-- [[Scipy.org>http://www.scipy.org/]] The portal for Num...
-- [[Guide to Numpy>http://www.tramy.us/numpybook.pdf]] A...
-- [[Numpy & Scipy documentation>http://docs.scipy.org/do...
-- [[Additional Documentation>http://www.scipy.org/Additi...
-- [[Numpy for MATLAB users>http://www.scipy.org/NumPy_fo...
-- [[Cookbook>http://www.scipy.org/Cookbook]] A collectio...
- Matplotlib
-- [[Official web page>http://matplotlib.sourceforge.net/...
- IPython
-- [[Official web page>http://ipython.scipy.org/moin/]]
-- [[A Demonstration of the 'IPython' Interactive Shell>h...
- Other
-- [[Scientific and parallel computing using IPython>http...
-- [[ShowMeDo>http://showmedo.com/]] This site includes m...
-- [[Scipy2009 Conference>http://conference.scipy.org/]] ...
-- [[Enthought>http://enthought.com/]] A sponsor company ...
-- [[Open source tools by Enthought>http://code.enthought...
終了行:
* Using Python for Scientific Computation (Pythonを科学技...
&color(grey){注) このページは色々考えて英語にしました。};
#contents
** Introduction [#h5ede8ef]
Matlab sucks because it is too expensive for students and...
** What is Python [#fbadccd6]
Want to know what the heck is Python ? Read [[Wikipedia>h...
** Setting up a working environment [#s2d26ba5]
*** Overview [#z4297315]
It is very important for me to prepare a comfortable and ...
Matlab provides such a capability through its own IDE (In...
the standard python package. Wikipedia has [[a list of Py...
*** [[Using Python with Emacs>EmacsPython]] [#j8f1feb6]
As for myself, I don't like those IDEs for not well defin...
A nice feature of Matlab standard IDE is the cell. You ca...
I also like the cell of Mathematica notebook, where you c...
I don't know if any of the Python IDEs listed in the Wiki...
The above tutorial applies mainly to linux users, but Win...
*** Windows and Python [#ed78c524]
For Windows users, there are two easy ways to install Pyt...
EPD is a commercial product. However, for academic use, i...
python(x,y) is available for Windows and Linux. python(x,...
However, it provides 32bit version only at the moment.
A bit more detailed explanation of how to install EPD and...
** Examples [#t0e36105]
*** numpy basics [#g886b10b]
*** Matrix [#m1dce5e0]
*** Signal Processing [#vfbe6831]
** Online Resources [#cd5a378a]
- Python itself
-- [[Python Documentation Index>http://www.python.org/doc...
-- [[Dive into Python>http://www.diveintopython.org/toc/i...
- Numpy & Scipy
-- [[Scipy.org>http://www.scipy.org/]] The portal for Num...
-- [[Guide to Numpy>http://www.tramy.us/numpybook.pdf]] A...
-- [[Numpy & Scipy documentation>http://docs.scipy.org/do...
-- [[Additional Documentation>http://www.scipy.org/Additi...
-- [[Numpy for MATLAB users>http://www.scipy.org/NumPy_fo...
-- [[Cookbook>http://www.scipy.org/Cookbook]] A collectio...
- Matplotlib
-- [[Official web page>http://matplotlib.sourceforge.net/...
- IPython
-- [[Official web page>http://ipython.scipy.org/moin/]]
-- [[A Demonstration of the 'IPython' Interactive Shell>h...
- Other
-- [[Scientific and parallel computing using IPython>http...
-- [[ShowMeDo>http://showmedo.com/]] This site includes m...
-- [[Scipy2009 Conference>http://conference.scipy.org/]] ...
-- [[Enthought>http://enthought.com/]] A sponsor company ...
-- [[Open source tools by Enthought>http://code.enthought...
ページ名: