is a popular programming language.
python
Can Python be used on a server to create web aplications?
yes
Python works on different platforms ,what are the best known plataforms it is used?
Windows, Mac, Linux, Raspberry Pi, etc
is the most recent major version of python is python 2 ?if not wghat is the most recent mejor version of pyyhon
no its Python 3
Python was designed for ....?
readability
python is used for:
can Python can be used alongside software to create workflows ?
if not what can it create
yes
Python has a simple syntax similar to the _____ language.
English
However Python __ although not being updated with anything other than security updates, is still quite popular.
the space is a number
Python 2
has some similarities to the English language with influence from ________
mathematics
web development also called as
server-side
can Python be used to handle big data and perform complex english?
if not when can python be used to handle big date and perform _____-
no Python can be used to perform complex math
Python has ____ that allows developers to write programs with fewer lines than some other programming languages.
syntax
are particularly useful when managing larger collections of Python files.
Thonny, Pycharm, Netbeans or Eclipse
Python uses new lines to complete a command, as opposed to other programming languages which often use _______or_______
semicolons or parentheses.
1991 is the date when...
when was python released
Python can connect to database systems. It can also _____ and ____ files.
read ,modify
can Python run on an interpreter system, meaning that code can be executed as soon as you start writting ?
if not when is it executed
no its executed as soon as you finished writting it
It is possible to write Python in an Integrated Development Environment, such as _____________________________________________________________
mention at least 2
Thonny, Pycharm, Netbeans or Eclipse
Python uses new _____ to complete a command
lines
Guido van Rossum was the
creator of python
Python can be used for rapid _____, or for ______ software development.
prototyping ,production-ready
Python can be treated in what types of ways?
procedural way, an object-oriented way or a functional way
It is possible to write Python in an Integrated
___________________
Development Environment
Python relies on indentation, using whitespace, to define what?
to define scope; such as the scope of loops, functions and classes.