diff --git a/_posts/2026-07-26-lectures.md b/_posts/2026-07-26-lectures.md new file mode 100644 index 0000000..2fa6e22 --- /dev/null +++ b/_posts/2026-07-26-lectures.md @@ -0,0 +1,12 @@ +--- +layout: post +title: "Lecture updates — July 19–26, 2026" +author: QuantEcon +excerpt: "Updates to the QuantEcon lectures." +tag: [lectures] +--- + +- 📚 **[Quantitative Economics with Python](https://python.quantecon.org/)** — Added a Phillips Curve Tradeoffs section, improved mixture model visualizations with figure captions and CDFs, and introduced a Chinese translation sync workflow. + - [Adding Tom's new section on Phillips Curve Tradeoffs](https://github.com/QuantEcon/lecture-python.myst/pull/992) + - [Add zh-cn translation sync workflow (Phase 0 Track B)](https://github.com/QuantEcon/lecture-python.myst/pull/979) + - [Add figure captions and use CDF](https://github.com/QuantEcon/lecture-python.myst/pull/982)