diff options
| author | Christian Kolset <christian.kolset@gmail.com> | 2025-02-04 17:02:34 -0700 |
|---|---|---|
| committer | Christian Kolset <christian.kolset@gmail.com> | 2025-02-04 17:02:34 -0700 |
| commit | 5d55f4f5857b93a2ea3f5d84a553451854d1222c (patch) | |
| tree | 623361587fe712e6170aecd1da00e390617178d6 | |
| parent | 6ac7b2125b0f2f023cac11a6980ff3a38d77affa (diff) | |
Added note from tutorial/readme.md
| -rw-r--r-- | tutorials/fundamentals_of_programming.md | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/tutorials/fundamentals_of_programming.md b/tutorials/fundamentals_of_programming.md index 37bafe6..617d2c3 100644 --- a/tutorials/fundamentals_of_programming.md +++ b/tutorials/fundamentals_of_programming.md @@ -1,7 +1,4 @@ # 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. @@ -10,3 +7,9 @@ This is a text based interface that allows the users to interact with the comput ### Text Editor / Script +Your text editor is the program used to write a script which can be re-run every time you call it from the command window. This can be a built-in text editor such as Spyder and MATLAB provide or an external on such a notepad++. + + + + Globe analogy: Hardware, Kernel, shell, Application software. + - Scripting
\ No newline at end of file |
