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":6302,"date":"2015-02-20T21:42:00","date_gmt":"2015-02-21T03:42:00","guid":{"rendered":"http:\/\/kenscourses.com\/tc101winter2015\/?guid=59ab1bfee9470757f3f8c4345543f335"},"modified":"2015-02-20T21:42:20","modified_gmt":"2015-02-21T03:42:20","slug":"mastery-01-ability-to-create-python-file-and-run-from-command-line","status":"publish","type":"post","link":"https:\/\/kenscourses.com\/tc101winter2015\/2015\/mastery-01-ability-to-create-python-file-and-run-from-command-line\/","title":{"rendered":"MASTERY 01 Ability to create Python file and run from command line"},"content":{"rendered":"

HABILIDAD PARA CREAR UN ARCHIVO DE PYTHON Y CORRERLO AL COMANDO DE L\u00cdNEA<\/span><\/h2>\n
Es muy simple. Cuando ya hayas hecho c\u00f3digos en un archivo de Python (o de otro programa) aqu\u00ed no acaba la cosa. Al guardarlo se debe de poner SIEMPRE<\/b> “.py” que es su extensi\u00f3n. Tomar\u00e9 el ejemplo de la WSQ03 para explicar lo dem\u00e1s: <\/div>\n
<\/div>\n
\"MASTERY<\/a><\/div>\n
Ahora hay que correrlo y la terminal (comando de l\u00ednea) es la clave para hacerlo.<\/div>\n
\"MASTERY<\/a><\/div>\n
<\/div>\n
Es necesario saber muy bien en d\u00f3nde guardas el archivo. En la terminal puedes navegar por la interfaz de tu computadora y teclear algunos comandos que puede que los necesitas. Quiero correr mi archivo “42.py”, pero no est\u00e1 en el Escritorio o Desktop. Entonces me voy a ir hasta la carpeta que dice “Python3” en este momento.<\/div>\n
\"MASTERY<\/a><\/div>\n
<\/div>\n
“cd” se utiliza para ir dentro de una carpeta. Ahora, cuando ya estoy dentro de la carpeta en donde est\u00e1 mi archivo, debo de poner “python3″(la versi\u00f3n 3 y no la 2) y el nombre del archivo, en este caso “42.py”.<\/div>\n
<\/div>\n
\"MASTERY<\/a><\/div>\n

<\/p>\n

\"MASTERY<\/a><\/div>\n
<\/div>\n
Esto ser\u00eda todo.<\/div>\n
<\/div>\n","protected":false},"excerpt":{"rendered":"

HABILIDAD PARA CREAR UN ARCHIVO DE PYTHON Y CORRERLO AL COMANDO DE LÍNEA<\/span><\/h2>\n
Es muy simple. Cuando ya hayas hecho códigos en un archivo de Python (o de otro programa) aquí no acaba la cosa. Al guardarlo se debe de poner SIEMPRE<\/b> “.py” que es su extensión. Tomaré el ejemplo de la WSQ03 para explicar lo demás: <\/div>\n
<\/div>\n
<\/a><\/div>\n
Ahora hay que correrlo y la terminal (comando de línea) es la clave para hacerlo.<\/div>\n
<\/a><\/div>\n
<\/div>\n
Es necesario saber muy bien en dónde guardas el archivo. En la terminal puedes navegar por la interfaz de tu computadora y teclear algunos comandos que puede que los necesitas. Quiero correr mi archivo “42.py”, pero no está en el Escritorio o Desktop. Entonces me voy a ir hasta la carpeta que dice “Python3” en este momento.<\/div>\n
<\/a><\/div>\n
<\/div>\n
“cd” se utiliza para ir dentro de una carpeta. Ahora, cuando ya estoy dentro de la carpeta en donde está mi archivo, debo de poner “python3″(la versión 3 y no la 2) y el nombre del archivo, en este caso “42.py”.<\/div>\n
<\/div>\n
<\/a><\/div>\n

<\/p>\n

<\/a><\/div>\n
<\/div>\n
Esto sería todo.<\/div>\n
<\/div>\n

Continue reading →<\/span><\/a><\/p>\n","protected":false},"author":149,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[4,3,25],"tags":[242,45],"_links":{"self":[{"href":"https:\/\/kenscourses.com\/tc101winter2015\/wp-json\/wp\/v2\/posts\/6302"}],"collection":[{"href":"https:\/\/kenscourses.com\/tc101winter2015\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/kenscourses.com\/tc101winter2015\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/kenscourses.com\/tc101winter2015\/wp-json\/wp\/v2\/users\/149"}],"replies":[{"embeddable":true,"href":"https:\/\/kenscourses.com\/tc101winter2015\/wp-json\/wp\/v2\/comments?post=6302"}],"version-history":[{"count":1,"href":"https:\/\/kenscourses.com\/tc101winter2015\/wp-json\/wp\/v2\/posts\/6302\/revisions"}],"predecessor-version":[{"id":6303,"href":"https:\/\/kenscourses.com\/tc101winter2015\/wp-json\/wp\/v2\/posts\/6302\/revisions\/6303"}],"wp:attachment":[{"href":"https:\/\/kenscourses.com\/tc101winter2015\/wp-json\/wp\/v2\/media?parent=6302"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/kenscourses.com\/tc101winter2015\/wp-json\/wp\/v2\/categories?post=6302"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/kenscourses.com\/tc101winter2015\/wp-json\/wp\/v2\/tags?post=6302"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}