summaryrefslogtreecommitdiff
path: root/resources.md
diff options
context:
space:
mode:
Diffstat (limited to 'resources.md')
-rw-r--r--resources.md30
1 files changed, 30 insertions, 0 deletions
diff --git a/resources.md b/resources.md
new file mode 100644
index 0000000..744ad24
--- /dev/null
+++ b/resources.md
@@ -0,0 +1,30 @@
+# Resources
+
+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)