1+ version : 1
2+ project :
3+ title : Python Programming for Economics and Finance
4+ authors :
5+ - name : Thomas J. Sargent
6+ affiliations :
7+ - Professor of Economics, New York University.
8+ - Senior Fellow, Hoover Institution, Stanford, CA.
9+ url : http://www.tomsargent.com
10+ - name : John Stachurski
11+ affiliations :
12+ - Professor, Research School of Economics, ANU.
13+ - Instructor for Ph.D. Advanced Macroeconomics, University of Minnesota.
14+ url : https://johnstachurski.net
15+ email : john.stachurski@gmail.com
16+ bibliography :
17+ - _static/quant-econ.bib
18+ github : https://github.com/QuantEcon/lecture-python-programming.myst
19+ toc :
20+ - file : intro.md
21+ - title : Introduction to Python
22+ children :
23+ - file : about_py.md
24+ - file : getting_started.md
25+ - file : python_by_example.md
26+ - file : functions.md
27+ - file : python_essentials.md
28+ - file : oop_intro.md
29+ - file : names.md
30+ - file : python_oop.md
31+ - file : workspace.md
32+ - title : The Scientific Libraries
33+ children :
34+ - file : need_for_speed.md
35+ - file : numpy.md
36+ - file : matplotlib.md
37+ - file : scipy.md
38+ - file : pandas.md
39+ - file : pandas_panel.md
40+ - file : sympy.md
41+ - title : High Performance Computing
42+ children :
43+ - file : numba.md
44+ - file : parallelization.md
45+ - file : jax_intro.md
46+ - title : Advanced Python Programming
47+ children :
48+ - file : writing_good_code.md
49+ - file : python_advanced_features.md
50+ - file : debugging.md
51+ - title : Other
52+ children :
53+ - file : troubleshooting.md
54+ - file : status.md
55+ references :
56+ intermediate : https://python.quantecon.org/
57+ pyprog : https://python-programming.quantecon.org/
58+ intro : https://intro.quantecon.org/
59+ dle : https://quantecon.github.io/lecture-dle/
60+ dps : https://quantecon.github.io/lecture-dps/
61+ eqm : https://quantecon.github.io/lecture-eqm/
62+ stats : https://quantecon.github.io/lecture-stats/
63+ tools : https://quantecon.github.io/lecture-tools-techniques/
64+ dynam : https://quantecon.github.io/lecture-dynamics/
65+ numbering :
66+ titles : true
67+ headings : true
68+ heading_1 : false
69+ figure :
70+ template : Fig. %s
71+ settings :
72+ output_stderr : remove
73+ output_matplotlib_strings : remove
74+ error_rules :
75+ - rule : reference-syntax-valid
76+ severity : ignore
77+ exports :
78+ - id : book-pdf
79+ format : typst
80+ template : https://github.com/rowanc1/typst-book.git
81+ output : exports/quantecon-python-intro.pdf
82+ downloads :
83+ - id : book-pdf
84+ title : Book (PDF)
85+ site :
86+ parts :
87+ footer : footer.md
88+ template : https://github.com/curvenote-themes/quantecon/archive/refs/heads/main.zip
0 commit comments