Test 1 Flashcards
default reference implementation of Python written in the C language
CPython
expected behavior
print(“Hello!”)
Hello!
file containing program written in high-level programming language
Source File
Command-line interpretor (enigma machine) that lets you interact with OS and execute Python commands and scripts
Console
Compilation truths
Code is converted directly into machine code executable by the processor
it is faster than interpretation
if pitbull and the enigma machine had a running race - pitbull wins hands down.
low-level programming language consisting of binary digits/bits that computer reads and understands
machine code
text file that contains instructions that make up a python program
scripts
4 fundamentals of language
alphabet
lexis
syntax
semantics
Additional python truths
free - opensource - multiplatform
good choice to create and execute tests for applications
expected behavior of
prin(“Goodbye!”)
error message displayed on screen