Python terms

studied byStudied by 9 people
5.0(1)
Get a hint
Hint

debug

1 / 26

encourage image

There's no tags or description

Looks like no one added any tags here yet for you.

27 Terms

1

debug

to look for and correct errors in a program

New cards
2

event

something a computer program can react to, such as a key being pressed or the mouse being clicked

New cards
3

float

a number with a decimal point in it

New cards
4

function

code that carries out a specific task, working like a program within a program. e.g. print() input()

New cards
5

GUI

Graphic User Interface is the name for the buttons, and windows that make up the part of the program you can see and interact with

New cards
6

WIMP

Windows, Icons, Menus, Pointers

New cards
7

indent

when a block of code is placed further to the right than the previous block.

New cards
8

integer

a whole number.

New cards
9

loop

a part of a program that repeats itself, removing the need to type out the code multiple times.

New cards
10

module

a package of ready made code that can be imported into a Python program, making lots of functions available

New cards
11

pixels

tiny dots that make up a digital image

New cards
12

program

a set of instructions that a computer follows in order to complete a task

New cards
13

Python

a popular programming language

New cards
14

run

the command to make a program start

New cards
15

string

a series of characters. Strings can contain numbers, letters, or symbols and will have '' around them

New cards
16

syntax

the rules that determine how code must be written in order for it to work properly

New cards
17

tkinter

The GUI module that Python uses

New cards
18

turtle

a Python module that lets you draw shapes by moving a robotic turtle across the screen

New cards
19

Unicode

a universal code used by computers to represent symbols and text characters (e.g. an emoji)

New cards
20

variable

a place to store data that can change in a program such as the player's score, health or time. A variable has a name and a value.

New cards
21

widget

A part of Tkinter GUI that performs a specific function such as a button or menu

New cards
22

syntax error

errors caused by incorrect punctuation, spelling and grammar. (e.g. colour instead of color)

New cards
23

logical error

errors that occur when the programmer uses a wrong strategy (e.g. indents making code appear in a loop)

New cards
24

runtime error

errors caused by factors during the execution of the program. (e.g. running Python 2 instead of Python 3, problem with network connectivity)

New cards
25

Cartesian plane

A grid defined by two perpendicular number lines: the xx-axis, which is horizontal, and the yy-axis, which is vertical.

New cards
26

#

this character allows you to leave notes for yourself in your code. Anything on this line will not affect your code.

New cards
27

Microbit

A pocket-sized computer that you can code, customize, and control

New cards

Explore top notes

note Note
studied byStudied by 236 people
Updated ... ago
5.0 Stars(1)
note Note
studied byStudied by 186 people
Updated ... ago
5.0 Stars(1)
note Note
studied byStudied by 8 people
Updated ... ago
5.0 Stars(1)
note Note
studied byStudied by 13 people
Updated ... ago
5.0 Stars(1)
note Note
studied byStudied by 43 people
Updated ... ago
5.0 Stars(2)
note Note
studied byStudied by 3 people
Updated ... ago
5.0 Stars(1)
note Note
studied byStudied by 34 people
Updated ... ago
5.0 Stars(1)
note Note
studied byStudied by 306 people
Updated ... ago
5.0 Stars(6)

Explore top flashcards

flashcards Flashcard24 terms
studied byStudied by 10 people
Updated ... ago
5.0 Stars(1)
flashcards Flashcard28 terms
studied byStudied by 15 people
Updated ... ago
5.0 Stars(2)
flashcards Flashcard33 terms
studied byStudied by 15 people
Updated ... ago
5.0 Stars(1)
flashcards Flashcard115 terms
studied byStudied by 6 people
Updated ... ago
5.0 Stars(2)
flashcards Flashcard100 terms
studied byStudied by 1 person
Updated ... ago
5.0 Stars(1)
flashcards Flashcard34 terms
studied byStudied by 24 people
Updated ... ago
5.0 Stars(2)
flashcards Flashcard27 terms
studied byStudied by 6 people
Updated ... ago
5.0 Stars(2)
flashcards Flashcard30 terms
studied byStudied by 36 people
Updated ... ago
5.0 Stars(1)