 |
interactivepython.org
Woonplaats: | 1 | Upvotes received | 1 |
Downvotes received | 0 |
Karma: | 0 (upvotes-downvotes) |
|
0 earned Badges No badges were found
Definitions (31)
1 |
1
0
print function
A function used in a program or script that causes the Python interpreter to display a value on its output device.
Meaning awaits approval from a moderator |
2 |
0
0
activecode
A unique interpreter environment that allows Python to be executed from within a web browser.
Meaning awaits approval from a moderator |
3 |
0
0
algorithm
A general step by step process for solving a problem.
Meaning awaits approval from a moderator |
4 |
0
0
bug
An error in a program.
Meaning awaits approval from a moderator |
5 |
0
0
byte code
An intermediate language between source code and object code. Many modern languages first compile source code into byte code and then interpret the byte code with a program called a virtual machine.
Meaning awaits approval from a moderator |
6 |
0
0
codelens
An interactive environment that allows the user to control the step by step execution of a Python program
Meaning awaits approval from a moderator |
7 |
0
0
comment
Information in a program that is meant for other programmers (or anyone reading the source code) and has no effect on the execution of the program.
Meaning awaits approval from a moderator |
8 |
0
0
compile
To translate a program written in a high-level language into a low-level language all at once, in preparation for later execution.
Meaning awaits approval from a moderator |
9 |
0
0
debugging
The process of finding and removing any of the three kinds of programming errors.
Meaning awaits approval from a moderator |
10 |
0
0
exception
Another name for a runtime error.
Meaning awaits approval from a moderator |
To view all 31 definitions, please sign in.