summaryrefslogtreecommitdiff
path: root/resources.md
diff options
context:
space:
mode:
authorChristian Kolset <christian.kolset@gmail.com>2025-04-10 15:56:09 -0600
committerChristian Kolset <christian.kolset@gmail.com>2025-04-10 15:56:09 -0600
commitf5ac0102057122ab29f09ca322e882681216cb62 (patch)
treee82a488497ea19db68d7a45ce4b90bbc940087b2 /resources.md
parent7e6089b9960b47d4e1201e408bbd26e0e0ed1de3 (diff)
Added Python: Num Methods book to list
Diffstat (limited to 'resources.md')
-rw-r--r--resources.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/resources.md b/resources.md
index 9d4bec4..59f23d6 100644
--- a/resources.md
+++ b/resources.md
@@ -6,6 +6,7 @@ This is a list of good learning resources and reference material.
- [Matlab vs Python](https://realpython.com/matlab-vs-python/)
- [MECH 103 Textbook](https://github.com/sbechara/introduction_to_engineering/)
- [GitPro](https://git-scm.com/book/en/v2/)
+- [Python: Numerical Methods](https://pythonnumericalmethods.studentorg.berkeley.edu/notebooks/Index.html)
How computers work
- [terminal, console, shell and kernel](https://www.geeksforgeeks.org/what-is-terminal-console-shell-and-kernel)