interactivepython.org

Woonplaats:1
Upvotes received1
Downvotes received0
Karma:0 (upvotes-downvotes)



0 earned Badges

No badges were found



Definitions (31)

1

1 Thumbs up   0 Thumbs down

print function


A function used in a program or script that causes the Python interpreter to display a value on its output device.
Source: interactivepython.org (offline)

2

0 Thumbs up   0 Thumbs down

activecode


A unique interpreter environment that allows Python to be executed from within a web browser.
Source: interactivepython.org (offline)

3

0 Thumbs up   0 Thumbs down

algorithm


A general step by step process for solving a problem.
Source: interactivepython.org (offline)

4

0 Thumbs up   0 Thumbs down

bug


An error in a program.
Source: interactivepython.org (offline)

5

0 Thumbs up   0 Thumbs down

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.
Source: interactivepython.org (offline)

6

0 Thumbs up   0 Thumbs down

codelens


An interactive environment that allows the user to control the step by step execution of a Python program
Source: interactivepython.org (offline)

7

0 Thumbs up   0 Thumbs down

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.
Source: interactivepython.org (offline)

8

0 Thumbs up   0 Thumbs down

compile


To translate a program written in a high-level language into a low-level language all at once, in preparation for later execution.
Source: interactivepython.org (offline)

9

0 Thumbs up   0 Thumbs down

debugging


The process of finding and removing any of the three kinds of programming errors.
Source: interactivepython.org (offline)

10

0 Thumbs up   0 Thumbs down

exception


Another name for a runtime error.
Source: interactivepython.org (offline)


To view all 31 definitions, please sign in.