<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>Tecnología by Kathy Avendaño</title>
      <link>https://padlet.com/kathyaven20/Bookmarks</link>
      <description>Katheryne Andrea Avendaño Mejía</description>
      <language>en-us</language>
      <pubDate>2020-06-18 14:48:49 UTC</pubDate>
      <lastBuildDate>2023-03-03 19:04:03 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url>https://padlet.net/icons/png/1f5a5.png</url>
      </image>
      <item>
         <title></title>
         <author>kathyaven20</author>
         <link>https://padlet.com/kathyaven20/Bookmarks/wish/632907774</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://www.youtube.com/watch?v=rveaxGGJ518" />
         <pubDate>2020-06-19 00:09:50 UTC</pubDate>
         <guid>https://padlet.com/kathyaven20/Bookmarks/wish/632907774</guid>
      </item>
      <item>
         <title></title>
         <author>kathyaven20</author>
         <link>https://padlet.com/kathyaven20/Bookmarks/wish/632908296</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/627879179/139a6ee865310fd4cc80be86708e0189/Screeeeeen.png" />
         <pubDate>2020-06-19 00:10:38 UTC</pubDate>
         <guid>https://padlet.com/kathyaven20/Bookmarks/wish/632908296</guid>
      </item>
      <item>
         <title></title>
         <author>kathyaven20</author>
         <link>https://padlet.com/kathyaven20/Bookmarks/wish/632909781</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/627879179/a386bc6a0d635e0cb353b5b0ebc154c8/PYTHON_2.png" />
         <pubDate>2020-06-19 00:12:58 UTC</pubDate>
         <guid>https://padlet.com/kathyaven20/Bookmarks/wish/632909781</guid>
      </item>
      <item>
         <title>Línea del tiempo</title>
         <author>kathyaven20</author>
         <link>https://padlet.com/kathyaven20/Bookmarks/wish/632910054</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/627879179/58683387ad783a0f311f93470814d316/PYTHON.png" />
         <pubDate>2020-06-19 00:13:23 UTC</pubDate>
         <guid>https://padlet.com/kathyaven20/Bookmarks/wish/632910054</guid>
      </item>
      <item>
         <title>Variables</title>
         <author>kathyaven20</author>
         <link>https://padlet.com/kathyaven20/Bookmarks/wish/632911147</link>
         <description><![CDATA[<div>Una variable es utilizada principalmente para guardar tanto datos como estados, asignar valores entre variables, representar valores en la programación y mostrar valores. Es decir, una variable es un tipo de dato que identifica y almacena. Se podrían clasificar en: variable auxiliar o temporal, acumuladora y de estado.</div>]]></description>
         <enclosure url="" />
         <pubDate>2020-06-19 00:14:53 UTC</pubDate>
         <guid>https://padlet.com/kathyaven20/Bookmarks/wish/632911147</guid>
      </item>
      <item>
         <title>IF</title>
         <author>kathyaven20</author>
         <link>https://padlet.com/kathyaven20/Bookmarks/wish/632911261</link>
         <description><![CDATA[<div>Se usa para tomar decisiones donde se evalúa una expresión que da como resultado un booleano (verdadero o falso). Una vez evaluada la expresión se ejecuta el código.<br><br><strong>Ejemplo:<br></strong><br></div><pre>num= int(input('escribe un numero\n')) 

if num &lt; 0:
  print(' numero negativo')
elif num==0:
  print('el numero es 0')
elif num &gt; 0: 
  print('el numero es positivo')</pre>]]></description>
         <enclosure url="" />
         <pubDate>2020-06-19 00:15:02 UTC</pubDate>
         <guid>https://padlet.com/kathyaven20/Bookmarks/wish/632911261</guid>
      </item>
      <item>
         <title>WHILE</title>
         <author>kathyaven20</author>
         <link>https://padlet.com/kathyaven20/Bookmarks/wish/632911843</link>
         <description><![CDATA[<div>Este ciclo nos permite llevar a cabo múltiples iteraciones analizando una expresión lógica que puede tener un valor verdadero o falso.<br><br></div><div><strong> Ejemplo:</strong><br><br></div><pre>print('While controlado por conteo')

print('===============================')

print('Sumador numero hasta 10')

sum=0

num=1

while (sum&lt;=10):

  sum=num+sum

  num=num+1

  print('La suma es ' +str(sum))</pre><div><br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2020-06-19 00:15:55 UTC</pubDate>
         <guid>https://padlet.com/kathyaven20/Bookmarks/wish/632911843</guid>
      </item>
      <item>
         <title>FOR</title>
         <author>kathyaven20</author>
         <link>https://padlet.com/kathyaven20/Bookmarks/wish/632911893</link>
         <description><![CDATA[<div>Normalmente estos bucles iteran sobre una progresión numérica aunque en Python podemos iterar no solo una progresión numérica sino también una secuencia como una lista o una cadena de texto.<br><br><strong>Ejemplo:</strong><br>print('for con listas')<br><br>print('===============================')<br><br>nombre_list=['paco','manu','alonso']<br><br>for nombre in nombre_list:<br><br>  print('Su nombre es: ', nombre, ' el numero de letras son:', len(nombre))<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2020-06-19 00:15:58 UTC</pubDate>
         <guid>https://padlet.com/kathyaven20/Bookmarks/wish/632911893</guid>
      </item>
      <item>
         <title>Glosario</title>
         <author>kathyaven20</author>
         <link>https://padlet.com/kathyaven20/Bookmarks/wish/632951805</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet.com/padlets/40rfse7ccvqf0ii4" />
         <pubDate>2020-06-19 01:10:33 UTC</pubDate>
         <guid>https://padlet.com/kathyaven20/Bookmarks/wish/632951805</guid>
      </item>
   </channel>
</rss>
