What is PYTHON?
Python Syntax
Python Comments
Python Data Types
Python getting started
100

Is a popular programming language..

Python

100

How can Python Syntax be executed?

Python syntax can be executed by writing directly in the Command Line

100

What are comments used for?

Comments can be used to explain Python code. make the code more readable or prevent execution when testing code

100

Example of text type: 

str

100

How to instal Python?

Many PCs and Macs will have python already installed. To check if you have python installed on a Windows PC, search in the start bar for Python or run the following on the Command Line (cmd.exe):


200

Python is used for?

web development (server-side), software development, mathematics, system scripting.

200

An example of Python Syntax is...

>>> print("Hello, World!")
Hello, World!

200

A comments stars with a...

#

200

Examples of numeric types:

int, float, complex

200

Can you download Python for free?

Yes

300

What can Python do?

Python can be used on a server to create web applications, alongside software to create workflows, connect to database systems, handle big data and perform complex mathematics, etc.

300

What it refers Indentation in Python Indentation?

Indentation refers to the spaces at the beginning of a code line.

300

Can you put a multi line comment in Python?

Yes but to add a multiline comment you could insert a # for each line 

300

Examples of sequence type: 

list, tuple, range

300

The short amount of code in Python is the quickest and easiest way?

Sometimes
400

Why Python?

Python is incredibly easy to learn and use for beginners and newcomers in the industry

400

Example of Phyton Indentation...

if 5 > 2:
  print("Five is greater than two!")

400

Example of a multi line comment: 

#This is a comment
#written in
#more than just one line
print("Hello, World!")

400

Examples of binary type:

bytes, bytearray, memoryview

400

As a developer you write...

Python (.py) in the text editor

500

Give an example of Python.

Print ''Hello, World''

500

In Python, variables are created when you assign a value to it:

x = 5
y = "Hello, World!"

500

As long as the string is not assigned to a variable...

python will read the code, but then ignore it

500

What is a Data type?

is an attribute of the data that tells the computer about the kind of data to be handled

500

if the "python" command did not work, you can try..

"py"