summaryrefslogtreecommitdiff
path: root/tutorials/fundamentals_of_programming.md
diff options
context:
space:
mode:
authorChristian Kolset <christian.kolset@gmail.com>2025-02-04 17:02:34 -0700
committerChristian Kolset <christian.kolset@gmail.com>2025-02-04 17:02:34 -0700
commit5d55f4f5857b93a2ea3f5d84a553451854d1222c (patch)
tree623361587fe712e6170aecd1da00e390617178d6 /tutorials/fundamentals_of_programming.md
parent6ac7b2125b0f2f023cac11a6980ff3a38d77affa (diff)
Added note from tutorial/readme.md
Diffstat (limited to 'tutorials/fundamentals_of_programming.md')
-rw-r--r--tutorials/fundamentals_of_programming.md9
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