|
1 |
| -# lecture-python-intro |
| 1 | +# A First Course in Quantitative Economics with Python |
2 | 2 |
|
3 |
| -An undergraduate lecture series for the foundations of computational economics |
| 3 | +An Undergraduate Lecture Series for the Foundations of Computational Economics |
4 | 4 |
|
5 |
| -## Content ideas |
| 5 | +## Jupyter notebooks |
6 | 6 |
|
7 |
| -Content ideas in no particular order. |
| 7 | +Jupyter notebook versions of each lecture are available for download |
| 8 | +via the website. |
8 | 9 |
|
9 |
| -Open individual issues and PRs for the ones we decide to add. |
| 10 | +## Contributions |
10 | 11 |
|
11 |
| - 1. Geometric Series (existing lecture) |
12 |
| - 2. Leontief Systems (from Networks Book) |
13 |
| - 3. Luenberger |
14 |
| - 4. IO Visualizations (from Networks Book) |
15 |
| - 5. PyPGM (Eileen Nielson ... Youtube Star) |
16 |
| - 6. Baby Version of https://python.quantecon.org/re_with_feedback.html (Cagan Model) |
17 |
| - 7. Baby Version of "unpleasant arithmetic and Friedmans optimal quantity of money" |
18 |
| - 8. Schelling Segregation Model |
19 |
| - 9. Solow Model |
20 |
| - 10. Simulations of Wealth Distribution |
21 |
| - 11. Baby model of Lake Model (Eigenvalue Extension) |
22 |
| - 12. Diamond Dybvig Model |
23 |
| - 13. Moral Harzard - Wallace |
24 |
| - 14. Philips Curve and Nairu |
25 |
| - 15. Baby version of the Markov Chain Lecture |
26 |
| - 16. Baby linear programming lecture |
27 |
| - 17. Basic Nonlinear Demand and Supply (non-linear solver) OOP lecture |
28 |
| - 18. Asset Pricing (Harrison/Kreps Model) |
29 |
| - 19. Two Models of Asset Bubbles |
30 |
| - 20. cobweb model -- start people thinking about expectations |
31 |
| - 21. social mobility lecture |
32 |
| - 22. Baby version of cattle cycles model |
33 |
| - 23. Bi-matrix games. |
34 |
| - 24. Shortest path lecture (existing) |
35 |
| - 25. Pricing an American option |
36 |
| - 26. Baby version of LLN / CLT lecture --- less maths, more simulation, all in one dimension |
37 |
| - 27. Baby version of heavy tails lecture |
38 |
| - 30. Lecture on solving linear equations and matrix algebra |
39 |
| - 31. Lecture on eigenvalues, Perron-Frobenius and the Neumann series lemma |
40 |
| - 32. Overlapping generations |
| 12 | +To comment on the lectures please add to or open an issue in the issue tracker (see above). |
41 | 13 |
|
42 |
| -Get Tom's network intermediary paper. |
| 14 | +We welcome pull requests! |
| 15 | + |
| 16 | +Please read the [QuantEcon style guide](https://manual.quantecon.org/intro.html) first, so that you can match our style. |
0 commit comments