View on GitHub

Introduction to Computational Economics

IPython Notebooks that present basic ideas for computational economics

Download this project as a .zip file Download this project as a tar.gz file

Computational Economics using

by

Ömer Özak

This repository contains notebooks I have written to help my first year Ph.D. students get started using IPython for doing Computational Economics, Economic Growth, and Dynamic Macroeconomics in general. I highly recommend students to also check out John Stachurski's website and book.

These lectures are work in progress. Comments are welcome.

In order to work with them, you need to:

  1. Download the zipped file and extract its contents into a directory (preferably a subdirectory in your home directory).
  2. Use your computer's terminal (OSX's terminal or iterm2, Windows cmd) to go to the notebooks subdirectory in the directory where you extracted the files. E.g. if you extracted into $HOME/CompEcon then at the terminal prompt execute cd ~/CompEcon/notebooks
  3. At the terminal prompt execute ipython notebook

Then a webpage should open with the notebooks. Click on the one you want to work with.

It is obviously presupposed you have IPython installed. If that is not the case, then head over to Enthought Canopy and install it.

Enjoy!