Difference between revisions of "Programming and Modeling Tools"
From Self-Organization Wiki
(New page: == Python == Tools: * [http://www.python.org/ Python 2.6.4] * [http://www.scipy.org/ NumPy 1.4.0 and SciPy 0.7.1 (MATLAB-like numerical packages)] * [http://sourceforge.net/projects/numpy...) |
m (Programming and Modeling moved to Programming and Modeling Tools) |
(No difference)
|
Revision as of 14:33, 10 February 2010
Python
Tools:
- Python 2.6.4
- NumPy 1.4.0 and SciPy 0.7.1 (MATLAB-like numerical packages)
- NumPy download
- SciPy download
- Matplotlib 0.99.1 (MATLAB-like visualization package)
- NetworkX 1.0rc1
- Pajek - Program for large network analysis
Guides:
- Beginner's Guide to Python
- Python 2.6.4 Documentation
- Python 2.6.4 Library Reference
- NumPy and SciPy Documentation
- NumPy Tutorial
- NumPy Functions by Category
- SciPy Tutorial
- Matplotlib Screenshots and Sample Codes
- Matplotlib Documentation
- NetworkX Tutorial
- NetworkX Reference
Java
Tools:
However, quick visualization in Java is a pain without appropriate tools. There is a nice discussion on Java Scientific Packages similar to SciPy at [1]
In summary, the proposed packages for Java which could be interesting are:
- Apache Commons Math
- Java Numerics
- Colt
- Matlib
- Java Scientific Library
- JFreeChart
- JScience
- jHepWork