Warning: The magic method Slickr_Flickr_Plugin::__wakeup() must have public visibility in /home/kenbauer/public_kenscourses/tc101winter2015/wp-content/plugins/slickr-flickr/classes/class-plugin.php on line 152

Warning: Cannot modify header information - headers already sent by (output started at /home/kenbauer/public_kenscourses/tc101winter2015/wp-content/plugins/slickr-flickr/classes/class-plugin.php:152) in /home/kenbauer/public_kenscourses/tc101winter2015/wp-includes/rest-api/class-wp-rest-server.php on line 1831

Warning: Cannot modify header information - headers already sent by (output started at /home/kenbauer/public_kenscourses/tc101winter2015/wp-content/plugins/slickr-flickr/classes/class-plugin.php:152) in /home/kenbauer/public_kenscourses/tc101winter2015/wp-includes/rest-api/class-wp-rest-server.php on line 1831

Warning: Cannot modify header information - headers already sent by (output started at /home/kenbauer/public_kenscourses/tc101winter2015/wp-content/plugins/slickr-flickr/classes/class-plugin.php:152) in /home/kenbauer/public_kenscourses/tc101winter2015/wp-includes/rest-api/class-wp-rest-server.php on line 1831

Warning: Cannot modify header information - headers already sent by (output started at /home/kenbauer/public_kenscourses/tc101winter2015/wp-content/plugins/slickr-flickr/classes/class-plugin.php:152) in /home/kenbauer/public_kenscourses/tc101winter2015/wp-includes/rest-api/class-wp-rest-server.php on line 1831

Warning: Cannot modify header information - headers already sent by (output started at /home/kenbauer/public_kenscourses/tc101winter2015/wp-content/plugins/slickr-flickr/classes/class-plugin.php:152) in /home/kenbauer/public_kenscourses/tc101winter2015/wp-includes/rest-api/class-wp-rest-server.php on line 1831

Warning: Cannot modify header information - headers already sent by (output started at /home/kenbauer/public_kenscourses/tc101winter2015/wp-content/plugins/slickr-flickr/classes/class-plugin.php:152) in /home/kenbauer/public_kenscourses/tc101winter2015/wp-includes/rest-api/class-wp-rest-server.php on line 1831

Warning: Cannot modify header information - headers already sent by (output started at /home/kenbauer/public_kenscourses/tc101winter2015/wp-content/plugins/slickr-flickr/classes/class-plugin.php:152) in /home/kenbauer/public_kenscourses/tc101winter2015/wp-includes/rest-api/class-wp-rest-server.php on line 1831

Warning: Cannot modify header information - headers already sent by (output started at /home/kenbauer/public_kenscourses/tc101winter2015/wp-content/plugins/slickr-flickr/classes/class-plugin.php:152) in /home/kenbauer/public_kenscourses/tc101winter2015/wp-includes/rest-api/class-wp-rest-server.php on line 1831
{"id":15519,"date":"2015-04-30T15:24:00","date_gmt":"2015-04-30T20:24:00","guid":{"rendered":"http:\/\/kenscourses.com\/tc101winter2015\/?guid=1d5742bbb6e15529234a43afb9498467"},"modified":"2015-04-30T15:43:37","modified_gmt":"2015-04-30T20:43:37","slug":"learn-to-program-2015-04-30-152400-2","status":"publish","type":"post","link":"https:\/\/kenscourses.com\/tc101winter2015\/2015\/learn-to-program-2015-04-30-152400-2\/","title":{"rendered":"Learn To Program 2015-04-30 15:24:00"},"content":{"rendered":"

Mastery22<\/b><\/p>\n

\n
<\/span><\/div>\n<\/div>\n
\n
Estructuras<\/span> de repetici\u00f3n<\/span> o bucles<\/span>, se utilizan<\/span> cuando un programa<\/span> necesita para procesar<\/span> repetidamente<\/span> una o m\u00e1s instrucciones<\/span> hasta que se cumpla<\/span> alguna condici\u00f3n<\/span>, momento en el que<\/span> el bucle<\/span> termina<\/span>. Muchas de las tareas<\/span> de programaci\u00f3n<\/span> son repetitivas<\/span>, que tiene<\/span> poca variaci\u00f3n<\/span> de un elemento a<\/span> otro.<\/span> El proceso<\/span> de llevar a cabo<\/span> la misma tarea<\/span> una y otra vez<\/span> se llama<\/span> iteraci\u00f3n,<\/span> y Python<\/span><\/span> proporciona<\/span> funcionalidad integrada<\/span> iteraci\u00f3n.<\/span> Un<\/span> bucle se ejecuta<\/span> la misma secci\u00f3n de<\/span> c\u00f3digo de programa<\/span> una y otra vez<\/span>, siempre y cuando<\/span> una condici\u00f3n de bucle<\/span> de alg\u00fan tipo<\/span> se<\/span> reuni\u00f3 con<\/span> cada iteraci\u00f3n.<\/span><\/span><\/p>\n

while <\/u><\/span><\/span><\/div>\n

<\/div>\n
\n