What is python?
How is used for?
Why python?
Python Syntax
Facts about it
100

Python is a popular...

programming language.

100

Python can be used on...

a server to create web applications.

100

Python has a simple syntax similar to...

 the English language.

100

This is a example of:

print("Hello, World!")

Python Syntax.

100

Comments can be used to...

explain Python code.  

200

It is used for:

a)command

b)web development (server-side)

c)alongside software 

b)web development (server-side).

200

Python can be used alongside software to...

create workflows.

200

Python runs on an interpreter system. This means that... 

prototyping can be very quick.

200

Python relies on indentation using...  

whitespace, to define scope.

200

Comments can be used to make...

the code more readable.

300

It is used for:

a)platforms 

b)software development

c)data 

b)software development.

300

Python can connect to...

database systems.

300

Python can be treated in a...

procedural way, an object-oriented way or a functional way.

300

Python uses new lines to complete a command as... 


opposed to other programming languages which often use semicolons or parentheses.

300

Python was designed for...  

readability.

400

It is used for:

a)platforms 

b)programming 

c)mathematics

c)mathematics

400

Python can be used for rapid prototyping, or for...

production-ready software development.

400

Python has syntax that allows developers to...

write programs with fewer lines than some other programming languages.

400

Python will give you an error if you...

skip the indentation.

400

Python has been adopted by many non-programmers such as...

accountants and scientists, for a variety of everyday tasks, like organizing finances.

500

It is used for:

a)system scripting.

b) to complete a command 

c)data

a)system scripting.

500

Python is commonly used for...

developing websites and software, task automation, data analysis, and data visualization.

500

In which platforms can python work?

Windows, Mac, Linux, Raspberry Pi, etc.

500

Python syntax can be executed by...

writing directly in the Command Line.

500

Who created python and when it was released?

By Guido van Rossum, and released in 1991.