Differences between revisions 1 and 2
Revision 1 as of 2008-12-04 10:55:04
Size: 121
Editor: PabloWinant
Comment:
Revision 2 as of 2008-12-04 11:00:59
Size: 228
Editor: PabloWinant
Comment:
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:

= Python libraries =

= Writing modfiles in Python =

{{{
def verbatim():
    print("hello")
}}}

This page describes how to use Python libraries for macroeconomic modelling, allowing to extend Dynare functionalities.

Python libraries

Writing modfiles in Python

def verbatim():
    print("hello")

DynareWiki: DynarePython (last edited 2010-04-29 11:16:47 by PabloWinant)