Market simulations with Python

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • xamdam

    Market simulations with Python

    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?

    thanks,
    max.
  • Alan Isaac

    #2
    Re: Market simulations with Python

    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:





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

    Alan Isaac

    Comment

    Working...