Market simulations with Python

Alan Isaac aisaac at american.edu
Sun Jun 29 00:20:27 EDT 2008


xamdam wrote:
> I am interested in market simulation with Python, simulating buyers
> and sellers arriving with goods at random times. I looked at SimPy,
> it's pretty nice, but all the examples are around congestion problems.
> Should I a) dig deeper b) write something from scratch c) look at
> another library?

You could use SimPy.

Also see:

http://gnosis.cx/publish/programming/charming_python_b10.html

http://www.mech.kuleuven.be/lce2006/147.pdf

If you plan to share you efforts, please post updates here.

Alan Isaac



More information about the Python-list mailing list