Introduction to Python Module I: Basics
QUESTIONS AND ANSWERS LATEST UPDATE
Save
Practice questions for this set
Learn 1/7 Study with Learn
true
Choose an answer
1 What is a Python script? 2 To assign values to variables, use
You can run Python commands in T or F: variables in python are case
3 4
two modes: sensitive
Don't know?
Terms in this set (43)
What is a Python script? a Python script is a simple program stored in a plain
text file which contains Python code.
, What is an interpreter? a layer of software that works as a bridge between
the program and the system hardware.
How to start using Python in CLI? Type python
Python comments indicated by #
You can run Python commands in Interactive and Scripting
two modes:
Interactive mode use when a user wants to run one single line or one
block of code
Scripting mode use when the user is working with more than one single
code or a block of code.
python script extension .py
Kernels in Jupyter processes that are responsible for running your
code in different programming languages and
environments
Notebook files have the extension .ipynb
A "code cell" in a Notebook is a cell that contains software
a "text cell" in a Notebook is one that contains ordinary prose written for human
beings
T or F: variables in python are case true
sensitive
QUESTIONS AND ANSWERS LATEST UPDATE
Save
Practice questions for this set
Learn 1/7 Study with Learn
true
Choose an answer
1 What is a Python script? 2 To assign values to variables, use
You can run Python commands in T or F: variables in python are case
3 4
two modes: sensitive
Don't know?
Terms in this set (43)
What is a Python script? a Python script is a simple program stored in a plain
text file which contains Python code.
, What is an interpreter? a layer of software that works as a bridge between
the program and the system hardware.
How to start using Python in CLI? Type python
Python comments indicated by #
You can run Python commands in Interactive and Scripting
two modes:
Interactive mode use when a user wants to run one single line or one
block of code
Scripting mode use when the user is working with more than one single
code or a block of code.
python script extension .py
Kernels in Jupyter processes that are responsible for running your
code in different programming languages and
environments
Notebook files have the extension .ipynb
A "code cell" in a Notebook is a cell that contains software
a "text cell" in a Notebook is one that contains ordinary prose written for human
beings
T or F: variables in python are case true
sensitive