Principios Flashcards

1
Q

case, spacing???, errors

A

They matter

Except errors

Muy visual y artístico

El error como un mundo que no te comprende

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Para que se vea algo

A

Print()

Dentro la info u operación

Si no imprimo mi tarea no la ve el profe

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Operators especiales
**
//
%

A

Exponencial
División hacia abajo, entero
Restante de división

—-

CrossFit: pero cuantas hiciste

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

X=y

Cómo generar igualdades rápido y nombrar

A

No es igual a y=x

X, y, z = 2, 3, 5

Sin empezar número, sin espacios y con minúsculas

Fórmense para irnos más rápido no?

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

X=x+2

Cómo simplificar
Probar

A

X+=2
O
-=2

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Tipos de datos

Caracteristicas?

Probaaar

A

Int (puerto)

Float ( barco )
No siempre existo

Con int o float() se puede transformar

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Espacio en funcion…

Y malos usos

Guia’

Bien

A

No afecta

Mal
Print ( X * Y +z)

Pep 8
Print(x*y +z)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Bool

Signos para igualar

Equal not equal mayor

A

George Bool

True or false

<> == equal to !=not equal to

And or not

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

String

Operaciones

Comillas dentro

A

Letras

“ y ‘ son iguales

“Pero “esto está” mal”
‘Pero “esto” no’

Print(5*”hola”)
Holaholaholaholahola

+ puede juntar pero sin espacio

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

String
Operaciones
Uso de comillas

A

Letras

“ y ‘ son iguales

“Pero “esto está” mal”
‘Pero “esto” no’
You/‘re sin

Print(5*saludo) - probar si directo con “
Holaholaholaholahola

+ puede juntar pero sin espacio

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Data types?

Como saber y convertir

A

Int
Floats
Strings
Bool

Type(xyz)
Print(type(

No estoy seguro:
Float()
Str(
Int(

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Que maneras hay de procesar datos

A

Operadores
Funciones - print()
Methods…

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Ejemplos de methods

A

Print(‘juan’.title())
Juan

‘Fish’.count(‘fish’)

´Juan’.islower)
True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Ejemplos de methods

A

Print(‘juan’.title())
Juan

Print(‘blablFish’.count(‘fish’)

Print(´juan’.islower) o función
True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Lista, ejemplo con meses

Mes 0? Mes -1?

A

Months = [‘enero’, ‘febrero’,…]

Print (Months =[0])
Enero

-1

Diciembre

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Mutable

Ordered

A

Listas no strings

Ambas dos