Author Archives: Pato Valdez

Cars

Aqui les dejo el link del codigo de cars 

https://github.com/ValdezPatricia/partial-3/blob/master/WSQ16.py

16

1014

User input (text based) in Python (basic)

AQUI LES DEJO EL LINK DEL VIDEO DONDE EXPLICO

https://www.dropbox.com/s/upci2bwtd7jrlgf/validacion%20Mastery%2029.avi?dl=0

 

29

1014

User input (text based) in Python (basic)

AQUI LES DEJO EL LINK DEL VIDEO DONDE EXPLICO

https://www.dropbox.com/s/3i42s40vuyjyohc/Input%20Mastery%2028.avi?dl=0

 

28

1014

Creation and use of dictionaries in Python

AQUI LES DEJO EL LINK DEL VIDEO DONDE EXPLICO

https://www.dropbox.com/s/0z6e0rufodijfkp/Diccionario%20Mastery%2027.avi?dl=0

 

27

1014

Creation and use of strings in Python

AQUI LES DEJO EL LINK DEL VIDEO DONDE EXPLICO

https://www.dropbox.com/s/tg2j7mseogkmvfg/Mastery%2026.avi?dl=0

 

26

1014

Creation and use of ranges in Python

AQUI LES DEJO EL LINK DEL VIDEO DONDE EXPLICO

https://www.dropbox.com/s/wunlg3qeq6qr7wi/Range%20Mastery%20%2025.avi?dl=0

 

25

1014

Creation and use of tuples in Python

AQUI LES DEJO EL LINK DEL VIDEO DONDE EXPLICO 

https://www.dropbox.com/s/pwg4ik3utjrpu57/Tuple%20Mastery%2024.avi?dl=0

24

1014

Creation and use of lists in Python

AQUI LES DEJO EL LINK DEL VIDEO DONDE EXPLICO 

https://www.dropbox.com/s/cl3yylze51zzrlh/listas%20Mastery%2023.avi?dl=0

23

1014

When to use what type of repetition in a program

Existen tres tipos de loops que puedes utilizar.

For, se usa cuando hay un numero predeterminado de veces que se repetira el Loop.

While, su usa cuando no sabes cuantas veces el loop correra, y no sabes cual sera el resultado.

Recurtition, es cuando nesecitar llamar una funcion dentro de la funcion.

 

Use of recursion for repetitive algorithms