Tri 1 Week 1 - Python Lecture Notes
Notes from Python lecture.
Python Key Terms
-
key = a field, or combination of fields, in a database table used to retrieve and sort rows in the table based on certain requirements
-
sequence of code = two or more lines of code
-
command/function = the code
-
static text = what we ask it to print; does not change
-
output = varies depending on tools and development intentions; what the code does when you run it
-
variable = stores input from the user
-
dynamic = the input and output can change each time the code is run
-
jupyter notebook input box = obtains input from the user
-
terminal = python print usually obtains inputs and outputs to a terminal