Tools
From Tlp Soft
(Difference between revisions)
Line 8: | Line 8: | ||
<li> IPython is pretty nice to use. You should try it! <br/> | <li> IPython is pretty nice to use. You should try it! <br/> | ||
- | [http://ipython.scipy.org/] IPython:current version is 0. | + | [http://ipython.scipy.org/] IPython:current version is 0.8.1 |
</li> | </li> | ||
Line 15: | Line 15: | ||
<li>[http://matplotlib.sourceforge.net/] Matplotlib: current version is 0.90</li> | <li>[http://matplotlib.sourceforge.net/] Matplotlib: current version is 0.90</li> | ||
<li>[http://numpy.scipy.org/] Numpy: current version is 1.0.2</li> | <li>[http://numpy.scipy.org/] Numpy: current version is 1.0.2</li> | ||
- | <li>[http://www.pytables.org/] PyTables: current version is 2. | + | <li>[http://www.pytables.org/] PyTables: current version is 2.0rc1</li> |
</ul> | </ul> | ||
</li> | </li> |
Revision as of 11:24, 14 May 2007
Development Environement
- First of all Python !
[1] Python current version is 2.5 - IPython is pretty nice to use. You should try it!
[2] IPython:current version is 0.8.1 - Python package for mathematical processing and plotting.
- Graphical environment:
- Documentation is done using epydoc
[8] Epydoc: current version is 3.0 beta 1 - Doc should follow scipy docstring standard [9]
- To check if code satisfies a good coding standard [10] PyLint
- In the background Mercurical is used to keep track of the project source code history.
[11] Mercurical: Current version is 0.9.3
--David 11:02, 19 March 2007 (EST)