Difference between revisions of "Programming and Modeling Tools"
From Self-Organization Wiki
m (Programming and Modeling moved to Programming and Modeling Tools) |
(→Java) |
||
Line 32: | Line 32: | ||
However, quick visualization in Java is a pain without appropriate 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 | There is a nice discussion on Java Scientific Packages similar to SciPy at | ||
− | [http://stackoverflow.com/questions/482305/java-scientific-packages-similar-to-scipy | + | [http://stackoverflow.com/questions/482305/java-scientific-packages-similar-to-scipy] |
In summary, the proposed packages for Java which could be interesting | In summary, the proposed packages for Java which could be interesting |
Revision as of 10:45, 12 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