summaryrefslogtreecommitdiff
path: root/resources.md
blob: 6782334a04653f49fbbcb7f3410a2ec82dc7c3f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# 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/)
- [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)

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)

V&V
- [Verification](https://www.grc.nasa.gov/www/wind/valid/tutorial/verassess.html)
- [Validation](https://www.grc.nasa.gov/www/wind/valid/tutorial/valassess.html)

MathWorks
- [Data Cleaning](https://www.mathworks.com/discovery/data-cleaning.html)
- [Data Filtering](https://www.mathworks.com/discovery/data-filtering.html)


ODE
- [Paul's Online Notes](https://tutorial.math.lamar.edu/classes/DE/DE.aspx )