⇤ ← Revision 1 as of 2013-10-20 15:22:43
Size: 1659
Comment:
|
← Revision 2 as of 2016-05-04 22:09:50 ⇥
Size: 1659
Comment: converted to 1.6 markup
|
No differences found! |
Python
Various utility scripts for pre- and post-processing of Open Knee(s) will be developed using Python. Python is a general purpose and high level programming language, distributed under a free and open source licensing scheme. Many finite element analysis software has adopted Python as a scripting language. Python was also used in Open Knee - Generation 1.
- Website
- Downloads
- Community
- Licensing
Python Software Foundation License, BSD-style, permissive free software license compatible with GPL, see http://www.python.org/psf/license/
- Documentation (manuals)
- Documentation (source code)
NumPy & SciPy
Data analysis and post-processing of Open Knee(s) will rely on NumPy & SciPy. NumPy is a Python extension for array and matrix operations. SciPy is a Python extension, for scientific computing facilitating common numerical tasks in science and engineering, e.g., optimization, linear algebra, integration, interpolation, signal and image processing.
- Website
- Downloads
- Mailing Lists
- Licensing
BSD license, see http://www.scipy.org/scipylib/license.html
- Documentation: (getting started)
- Documentation (guides for users and for developers)
- Citing