An open API service indexing awesome lists of open source software.

https://github.com/quantecon/dynamic_programming_lecture

Fast dynamic programming with Python
https://github.com/quantecon/dynamic_programming_lecture

Last synced: 3 months ago
JSON representation

Fast dynamic programming with Python

Awesome Lists containing this project

README

          

# Fast Dynamic Programming with Python

**An Introduction to High Performance Computing for Economists**

[John Stachurski](https://johnstachurski.net/)

This is a brief lecture on fast dynamic programming in Python using just-in-time compilation and multithreading.

Attendees are encouraged to bring their laptops and install [Anaconda Python](https://www.anaconda.com/distribution/) before they arrive.

Topics:

* [Using Python via Jupyter Notebooks](https://python.quantecon.org/getting_started.html)
* [First steps with Python](https://python.quantecon.org/python_by_example.html)
* [Scientific computing with Python](https://python.quantecon.org/need_for_speed.html)
* [Just-in-time compilation](https://python.quantecon.org/numba.html)
* [An example DP problem](https://python.quantecon.org/mccall_correlated.html)