summaryrefslogtreecommitdiff
path: root/references.md
diff options
context:
space:
mode:
authorChristian Kolset <christian.kolset@gmail.com>2025-02-04 16:59:26 -0700
committerChristian Kolset <christian.kolset@gmail.com>2025-02-04 16:59:26 -0700
commite03939685f5efaf8aea17c71cc4032d42afc651c (patch)
treed94b6a8d1971e7a9344ef93ae53e89ee14811244 /references.md
parentfde32de3d521466338beee3120d3a84b047f169b (diff)
Added Carlos Monte repos links
Diffstat (limited to 'references.md')
-rw-r--r--references.md17
1 files changed, 15 insertions, 2 deletions
diff --git a/references.md b/references.md
index d05f1a7..32b415f 100644
--- a/references.md
+++ b/references.md
@@ -4,12 +4,25 @@ This is a list of good learning resources and reference material.
- [w3school](https://www.w3schools.com/python/)
- [Matlab vs Python](https://realpython.com/matlab-vs-python/)
+- [MECH 103 Textbook](https://github.com/sbechara/introduction_to_engineering/)
How computers work
-
- [terminal, console, shell and kernel](https://www.geeksforgeeks.org/what-is-terminal-console-shell-and-kernel)
--
Anaconda
- [Documentation](https://docs.anaconda.com/)
- [Environments](https://docs.anaconda.com/navigator/overview/)
+- [Managing Packages](https://docs.anaconda.com/navigator/tutorials/manage-packages)
+
+Spyder
+- [Documentation](https://docs.spyder-ide.org/)
+- [Installation](https://docs.spyder-ide.org/current/installation.html#install-conda-installing)
+
+
+Carlos Monte
+- [Numerical Methods](https://github.com/cmontalvo251/LaTeX/tree/master/Numerical_Methods_Montalvo)
+- [GitHub](https://github.com/cmontalvo251)
+
+
+Object Oriented Programming
+- [OOP Basics](https://www.geeksforgeeks.org/introduction-of-object-oriented-programming/)