From ee0843ab67c57daccee269f5f03c8f92ca303019 Mon Sep 17 00:00:00 2001 From: John Stachurski Date: Fri, 21 Nov 2025 04:48:46 +0900 Subject: [PATCH 1/2] Reorganize table of contents structure MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Rename "The Scientific Libraries" to "Foundations of Scientific Computing" - Create new "Working with Data" section for Pandas content - Rename "Advanced Python Programming" to "More Python Programming" - Reorganize content placement for better logical flow 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- lectures/_toc.yml | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/lectures/_toc.yml b/lectures/_toc.yml index 302a0a0b..020477ba 100644 --- a/lectures/_toc.yml +++ b/lectures/_toc.yml @@ -12,27 +12,30 @@ parts: - file: oop_intro - file: names - file: python_oop - - file: workspace -- caption: The Scientific Libraries +- caption: Foundations of Scientific Computing numbered: true chapters: - file: need_for_speed - file: numpy - file: matplotlib - file: scipy - - file: pandas - - file: pandas_panel - - file: sympy - caption: High Performance Computing numbered: true chapters: - file: numba - file: parallelization - file: jax_intro -- caption: Advanced Python Programming +- caption: Working with Data + numbered: true + chapters: + - file: pandas + - file: pandas_panel +- caption: More Python Programming numbered: true chapters: - file: writing_good_code + - file: workspace + - file: sympy - file: python_advanced_features - file: debugging - caption: Other From 88712003b7ed24f8372b79e51839eb52ed88bccc Mon Sep 17 00:00:00 2001 From: John Stachurski Date: Fri, 21 Nov 2025 04:59:42 +0900 Subject: [PATCH 2/2] misc --- lectures/_toc.yml | 2 +- lectures/sympy.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lectures/_toc.yml b/lectures/_toc.yml index 020477ba..60348f49 100644 --- a/lectures/_toc.yml +++ b/lectures/_toc.yml @@ -35,9 +35,9 @@ parts: chapters: - file: writing_good_code - file: workspace - - file: sympy - file: python_advanced_features - file: debugging + - file: sympy - caption: Other numbered: true chapters: diff --git a/lectures/sympy.md b/lectures/sympy.md index c0c9afa0..a79c8d30 100644 --- a/lectures/sympy.md +++ b/lectures/sympy.md @@ -712,4 +712,4 @@ solve(Eq(log_bino_diff, 0), θ)[0] ``` ```{solution-end} -``` \ No newline at end of file +```