QuantEcon.py icon indicating copy to clipboard operation
QuantEcon.py copied to clipboard

How much of the compecon toolkit already exists in Python?

Open davidrpugh opened this issue 11 years ago • 5 comments

I am wondering how much of the functionality of the compecon toolkit already exists in the scientific Python eco-system? Particularly for optimization: PyOpt is just one of many packages available.

When I was at ZICE, I took notes on various Python implementations of the tools and techniques that I was taught. I have a repo with all of the lecture notes.

davidrpugh avatar Jul 15 '14 21:07 davidrpugh

David, these are great notes.

About 6 weeks ago we created a list of compecon routines and where we can find their equivalent in python.

You can see it here: https://github.com/EconForge/econforge/wiki/CompEcon

sglyon avatar Aug 06 '14 00:08 sglyon

@davidrpugh @spencerlyon2 Shall we add this info somewhere in the documentation? I would propose that we add a quantecon.org/references/ section and add the function table: https://github.com/EconForge/econforge/wiki/CompEcon? Any thoughts?

mmcky avatar Aug 03 '15 19:08 mmcky

That'd probably be good. It would also give us a decent benchmark to see how much functionality we are exposing

sglyon avatar Aug 03 '15 19:08 sglyon

Great - I'll add that to my to do list. Currently the quantecon.org site is statically built with php so for now I will add a link to the CompEcon wiki entry - later we could host the table directly.

mmcky avatar Aug 03 '15 19:08 mmcky

Sounds good to me.

davidrpugh avatar Aug 03 '15 22:08 davidrpugh