PY-01-P1 Introduction to Programming Flashcards
What is Machine Code?
It understands basic instructions
are lists of instructions the computer performs in sequential order
Programs
A program written in a high-level programming language
Source Code
_____ is a high-level programming language. Easy to deploy and learn. Python’s design emphasizes code readability.
Python
____ is the original implementation of Python
Cpython
____ is an implementation of Python designed to run on the Java platform
Jython
is an implementation of Python that can be integrated in the .NET framework
IronPython
Running the Python CLI interpreter in Windows is done using the___
CMD
What is IDE?
Integrated Development Environment. It is easier to use than CLI
Python Data Types
String
Integer
Float
Boolean
____ renders an entire line as a comment
hashtag #
are used in the beginning and end of multiline comments
Three quotation marks (“””)
Standard Syntax Principles
Most programming languages are case-sensitive
Statements must be fully written
case-sensitive means that x is not the same as X, and John is not john
Invisibile characters that make the code readable
Whitespace
Python’s reserved words and instructions
Keywords