summaryrefslogtreecommitdiff
path: root/references.md
diff options
context:
space:
mode:
authorChristian Kolset <christian.kolset@gmail.com>2025-02-13 22:59:00 -0700
committerChristian Kolset <christian.kolset@gmail.com>2025-02-13 22:59:00 -0700
commit43a739d20d4256ad2cfdbc8f5b6926338c16161f (patch)
tree13b3823e1746037640af38739b54bc4c1e1abbe8 /references.md
parent45481094b28ff01be6ebad848628fa582b231dd8 (diff)
Added CourseOverview Mindmap and links to README in root.
Diffstat (limited to 'references.md')
-rw-r--r--references.md30
1 files changed, 0 insertions, 30 deletions
diff --git a/references.md b/references.md
deleted file mode 100644
index f25cb8a..0000000
--- a/references.md
+++ /dev/null
@@ -1,30 +0,0 @@
-# References
-
-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/)
-
-- [Numpy for MATLAB users](https://numpy.org/doc/2.2/user/numpy-for-matlab-users.html)