diff options
| -rw-r--r-- | references.md | 17 | ||||
| -rw-r--r-- | tutorials/fundamentals_of_programming.md | 12 |
2 files changed, 27 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/) diff --git a/tutorials/fundamentals_of_programming.md b/tutorials/fundamentals_of_programming.md new file mode 100644 index 0000000..37bafe6 --- /dev/null +++ b/tutorials/fundamentals_of_programming.md @@ -0,0 +1,12 @@ +# Fundamentals of programming + +## Terminology + +## Orientation of common interfaces +In this section we will cover the use and purpose of some common interfaces that you'll be using in this course. + +### Command window, terminal, console, command prompt. +This is a text based interface that allows the users to interact with the computer. It is used to execute commands, run scripts or programs. + + +### Text Editor / Script |
