summaryrefslogtreecommitdiff
path: root/tutorials/fundamentals_of_programming.md
diff options
context:
space:
mode:
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