You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15-3Lines changed: 15 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,6 +26,18 @@ To assist readers in connecting the book material with the Python implementation
26
26
27
27
**Enhancement:** Unlike the original code provided on the disc with the book, this Python version includes integrated plotting routines to visualize key outputs immediately.
28
28
29
+
---
30
+
31
+
## 📂 Project Structure
32
+
33
+
```text
34
+
bookCodePython/
35
+
├── examples/ # Textbook example scripts organized by chapter
0 commit comments