You are on page 1of 1

PYTHON

What is Python? Uses of Python Programming language. Strings


Series of characters. Anything
between""

1. Data science Boolean Operations


Python is a Is any set of rules that converts
2. Software Evaluate true or false depending on
high-level, strings, or graphical program
and web conditions
general-purpose, elements in the case of visual
development
interpreted programming languages, to
3. Automation
object-oriented various kinds of machine code Lists
programming output.
Lists are used to store multiple items in a single variable.

language

Dictionaries
Python Operators Dictionaries are used to store data values in
key:value pairs.

Operators are used to perform operations on variables and values.

Arithmetic operators are used with numeric values to perform common mathematical Input
operations: Python input() function is used to take user input. By default,
it returns the user input in form of a string.

Integers
An integer is a whole number with no decimal places. For
example, 1 is an integer, but 1.0

Floats
Is a number with a decimal place. 1.0 is a floating-point
number, as is -2.75.

References
https://www.learnpython.org/es/
https://www.w3schools.com/python/python_dictionaries.asp
https://www.coursera.org/articles/what-is-python-used-for-a-beginners-guide-to-using-python

You might also like