From 5d55f4f5857b93a2ea3f5d84a553451854d1222c Mon Sep 17 00:00:00 2001 From: Christian Kolset Date: Tue, 4 Feb 2025 17:02:34 -0700 Subject: Added note from tutorial/readme.md --- tutorials/fundamentals_of_programming.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'tutorials/fundamentals_of_programming.md') 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 -- cgit v1.2.3