<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom"><title>Blog de Seraph/Lille</title><link href="https://blog.seraph.to/feeds/all.atom.xml" rel="self" /><link href="https://blog.seraph.to" rel="alternate" /><id>https://blog.seraph.to/</id><updated>2025-08-12T19:10:00+00:00</updated><author><name>Ernesto Crespo</name><email>ecrespo@gmail.com</email></author><entry><title>Reactivando el blog</title><link href="https://blog.seraph.to/blog/reactivando_el_blog" /><id>https://blog.seraph.to/blog/reactivando_el_blog</id><published>2025-08-12T19:10:00+00:00</published><updated>2025-08-12T19:10:00+00:00</updated><summary>Luego de mucho tiempo inactivo, volvemos a reactivar el blog.</summary><author><name>Ernesto Crespo</name></author><category term="general" /><category term="general" /></entry><entry><title>Manejo de calendario en python con la librería calendar</title><link href="https://blog.seraph.to/blog/python_calendar" /><id>https://blog.seraph.to/blog/python_calendar</id><published>2023-03-18T11:22:00+00:00</published><updated>2023-03-18T11:22:00+00:00</updated><summary>Artículo sobre como manejar meses del calendario según el año</summary><author><name>Ernesto Crespo</name></author><category term="Tutorial Python" /><category term="python" /><category term="calendar" /></entry><entry><title>Principios S.O.L.I.D. - 5. Principio de inversión de la dependencia. (DIP - Dependency inversion principle)</title><link href="https://blog.seraph.to/blog/python_solid5" /><id>https://blog.seraph.to/blog/python_solid5</id><published>2022-05-14T14:00:00+00:00</published><updated>2022-05-14T14:00:00+00:00</updated><summary>Quinto y último artículo sobre los principios SOLID, en este caso el Principio de inversión de la dependencia.</summary><author><name>Ernesto Crespo</name></author><category term="Tutorial Python" /><category term="python" /><category term="solid" /></entry><entry><title>Principios S.O.L.I.D. - 4. Principio de segregación de la interfaz. (ISP - Interface segregation principle)</title><link href="https://blog.seraph.to/blog/python_solid4" /><id>https://blog.seraph.to/blog/python_solid4</id><published>2022-05-08T14:00:00+00:00</published><updated>2022-05-08T14:00:00+00:00</updated><summary>Cuarto artículo sobre los principios SOLID, en este caso el Principio de segregación de la interfaz.</summary><author><name>Ernesto Crespo</name></author><category term="Tutorial Python" /><category term="python" /><category term="solid" /></entry><entry><title>Principios S.O.L.I.D. - 3. Principio de sustitución Liskov. (LSP - Liskov substitution principle)</title><link href="https://blog.seraph.to/blog/python_solid3" /><id>https://blog.seraph.to/blog/python_solid3</id><published>2022-05-08T13:00:00+00:00</published><updated>2022-05-08T13:00:00+00:00</updated><summary>Tercer artículo sobre los principios SOLID, en este caso el Principio de sustitución Liskov.</summary><author><name>Ernesto Crespo</name></author><category term="Tutorial Python" /><category term="python" /><category term="solid" /></entry><entry><title>Principios S.O.L.I.D. - 2. Principio abierto/cerrado. (OCP - Open/closed principle)</title><link href="https://blog.seraph.to/blog/python_solid2" /><id>https://blog.seraph.to/blog/python_solid2</id><published>2022-05-07T13:00:00+00:00</published><updated>2022-05-07T13:00:00+00:00</updated><summary>Segundo artículo sobre los principios SOLID, en este caso el principio de abierto cerrado.</summary><author><name>Ernesto Crespo</name></author><category term="Tutorial Python" /><category term="python" /><category term="solid" /></entry><entry><title>Principios S.O.L.I.D. - 1. Principio de responsabilidad única (SRP - Single Responsible Principle)</title><link href="https://blog.seraph.to/blog/python_solid1" /><id>https://blog.seraph.to/blog/python_solid1</id><published>2022-05-07T12:00:00+00:00</published><updated>2022-05-07T12:00:00+00:00</updated><summary>Primer artículo sobre los principios SOLID, en este caso el principio de responsabilidad única.</summary><author><name>Ernesto Crespo</name></author><category term="Tutorial Python" /><category term="python" /><category term="solid" /></entry><entry><title>Introducción a anotación y tipos en Python</title><link href="https://blog.seraph.to/blog/python_typing" /><id>https://blog.seraph.to/blog/python_typing</id><published>2022-01-22T12:00:00+00:00</published><updated>2022-01-22T12:00:00+00:00</updated><summary>Conozca como usar la verificación del tipado estático y las mejores prácticas</summary><author><name>Ernesto Crespo</name></author><category term="Tutorial Python" /><category term="python" /><category term="typing" /><category term="pydantic" /><category term="mypy" /></entry><entry><title>Introducción a orjson</title><link href="https://blog.seraph.to/blog/python_orjson" /><id>https://blog.seraph.to/blog/python_orjson</id><published>2022-01-20T20:20:00+00:00</published><updated>2022-01-20T20:20:00+00:00</updated><summary>Este artículo explica como usar orjson para manejar json</summary><author><name>Ernesto Crespo</name></author><category term="Tutorial Python" /><category term="python" /><category term="orjson" /></entry><entry><title>Validación de datos con Pydantic</title><link href="https://blog.seraph.to/blog/python_pydantic" /><id>https://blog.seraph.to/blog/python_pydantic</id><published>2022-01-18T21:03:00+00:00</published><updated>2022-01-18T21:03:00+00:00</updated><summary>Este artículo explica la validación de datos usando pydantic y compararlo a usar dataclass</summary><author><name>Ernesto Crespo</name></author><category term="Tutorial Python" /><category term="dataclass" /><category term="pydantic" /></entry><entry><title>Dataclases en Python</title><link href="https://blog.seraph.to/blog/python_dataclass" /><id>https://blog.seraph.to/blog/python_dataclass</id><published>2022-01-16T15:45:00+00:00</published><updated>2022-01-16T15:45:00+00:00</updated><summary>Este artículo como crear dataclases y su utilidad</summary><author><name>Ernesto Crespo</name></author><category term="Tutorial Python" /><category term="dataclass" /></entry><entry><title>Crear entorno de desarrollo con pyenv y poetry</title><link href="https://blog.seraph.to/blog/pyenv_poetry" /><id>https://blog.seraph.to/blog/pyenv_poetry</id><published>2022-01-16T09:49:00+00:00</published><updated>2022-01-16T09:49:00+00:00</updated><summary>Este artículo muestra el procedimiento de instalación de pyenv, de la instalación de una versión de Python distinta al que trae su SO y el uso de poetry.</summary><author><name>Ernesto Crespo</name></author><category term="Tutorial Python" /><category term="Pyenv" /><category term="Poetry" /></entry><entry><title>Generar datos falsos con Faker</title><link href="https://blog.seraph.to/blog/data_fake_faler" /><id>https://blog.seraph.to/blog/data_fake_faler</id><published>2021-07-11T20:49:00+00:00</published><updated>2021-07-11T20:49:00+00:00</updated><summary>Este artículo explica como generar datos falsos y guardarlos en una base de datos usando faker, sqlite y sqlalchemy.</summary><author><name>Ernesto Crespo</name></author><category term="Tutorial Data Engineer" /><category term="Faker" /><category term="Sqlite3" /><category term="SqlAlchemy" /><category term="Python" /></entry><entry><title>Instalación de Airflow en Ubuntu</title><link href="https://blog.seraph.to/blog/instalar_airflow_ubuntu" /><id>https://blog.seraph.to/blog/instalar_airflow_ubuntu</id><published>2021-05-02T12:01:00+00:00</published><updated>2021-05-02T12:01:00+00:00</updated><summary>Este artículo explica el proceso de instalación de airflow en Ubuntu.</summary><author><name>Ernesto Crespo</name></author><category term="Tutorial de Linux" /><category term="Airflow" /><category term="Python" /><category term="Linux" /></entry><entry><title>Desarrollar código limpio de Python</title><link href="https://blog.seraph.to/blog/python-clean-python-code" /><id>https://blog.seraph.to/blog/python-clean-python-code</id><published>2020-11-15T12:01:00+00:00</published><updated>2020-11-15T12:01:00+00:00</updated><summary>Este artículo explica el uso de varias herramientas de aseguramiento de la calidad y como usarlas antes de hacer un commit con pre-commit.</summary><author><name>Ernesto Crespo</name></author><category term="Tutorial de Python" /><category term="Python" /><category term="pydocstyle" /><category term="bandit" /><category term="Black" /><category term="pylint" /><category term="pre-commit" /><category term="pyupgrade" /><category term="flake8" /><category term="pep8-naming" /><category term="pycodestyle" /><category term="pylint" /><category term="isort" /><category term="mypy" /><category term="wily" /><category term="streamlit" /></entry><entry><title>Tutorial introductorio de streamlit.</title><link href="https://blog.seraph.to/blog/python-tutorial-streamlit" /><id>https://blog.seraph.to/blog/python-tutorial-streamlit</id><published>2020-10-31T18:55:00+00:00</published><updated>2020-10-31T18:55:00+00:00</updated><summary>Este artículo muestra una introducción de como usar streamlit para generar una webapp.</summary><author><name>Ernesto Crespo</name></author><category term="Tutorial de Python" /><category term="Python" /><category term="streamlit" /></entry><entry><title>Visualización de campo magnético usando streamlit.</title><link href="https://blog.seraph.to/blog/python-streamlit-magnetic-field" /><id>https://blog.seraph.to/blog/python-streamlit-magnetic-field</id><published>2020-10-25T13:55:00+00:00</published><updated>2020-10-25T13:55:00+00:00</updated><summary>Se toma un post viejo de generación de gráfica de campo magnético, ahora usando el framework streamlit.</summary><author><name>Ernesto Crespo</name></author><category term="Tutorial de Python" /><category term="Python" /><category term="streamlit" /><category term="Numpy" /></entry><entry><title>Generación de esquema JSON de un archivo XML con genson,lxml y xmltodict.</title><link href="https://blog.seraph.to/blog/python-genson-xml-json_schema" /><id>https://blog.seraph.to/blog/python-genson-xml-json_schema</id><published>2020-06-28T10:55:00+00:00</published><updated>2020-06-28T10:55:00+00:00</updated><summary>Se explicará como usar genson para obtener un esquema json a partir de un archivo json o un archivo xml.</summary><author><name>Ernesto Crespo</name></author><category term="Tutorial de Python" /><category term="Python" /><category term="Genson" /><category term="lxml" /><category term="xmltodict" /></entry><entry><title>Descargar libros de Data Science de la editorial Springer usando Python.</title><link href="https://blog.seraph.to/blog/python-request-wget-springer-1" /><id>https://blog.seraph.to/blog/python-request-wget-springer-1</id><published>2020-05-01T15:33:00+00:00</published><updated>2020-05-01T15:33:00+00:00</updated><summary>Se explicará como usar un script para descargar automáticamente libros de la Editorial Springer.</summary><author><name>Ernesto Crespo</name></author><category term="Tutorial de Python" /><category term="Python" /><category term="Springer" /><category term="requests" /><category term="wget" /><category term="Beautiful Soup" /><category term="Data Science" /><category term="Ciencia de datos" /></entry><entry><title>Explorando datos del Covid19 con pandas.</title><link href="https://blog.seraph.to/blog/python-pandas-covid19-1" /><id>https://blog.seraph.to/blog/python-pandas-covid19-1</id><published>2020-03-14T15:33:00+00:00</published><updated>2020-03-14T15:33:00+00:00</updated><summary>Se usará csv, pandas y matplotlib para extraer los datos del covid19 y visualizar los datos.</summary><author><name>Ernesto Crespo</name></author><category term="Tutorial de Python" /><category term="Python" /><category term="Pandas" /><category term="Matplotlib" /><category term="Covid19" /></entry><entry><title>Herramientas de Python para desarrollar código seguro y de calidad.</title><link href="https://blog.seraph.to/blog/python-tools-security-quality-code" /><id>https://blog.seraph.to/blog/python-tools-security-quality-code</id><published>2020-03-14T15:33:00+00:00</published><updated>2020-03-14T15:33:00+00:00</updated><summary>Herramientas de python para asegurar y tener código de calidad</summary><author><name>Ernesto Crespo</name></author><category term="Tutorial de Python" /><category term="Python" /><category term="Flask" /><category term="Quality Code" /><category term="Secure" /><category term="Pipenv" /><category term="Safety" /><category term="Bandit" /><category term="Black" /><category term="Mypy" /></entry><entry><title>Sustituir ciclos con map, filter y reduce.</title><link href="https://blog.seraph.to/blog/python-loops-maps-filter-reduce-2020" /><id>https://blog.seraph.to/blog/python-loops-maps-filter-reduce-2020</id><published>2020-02-07T15:33:00+00:00</published><updated>2020-02-07T15:33:00+00:00</updated><summary>Uso de Map,Filter y Reduce</summary><author><name>Ernesto Crespo</name></author><category term="Tutorial de Python" /><category term="Python" /><category term="Maps" /><category term="Filter" /><category term="Reduce" /></entry><entry><title>Usar memcached para tener datos a la mano</title><link href="https://blog.seraph.to/blog/memcached_2019" /><id>https://blog.seraph.to/blog/memcached_2019</id><published>2019-09-22T10:33:00+00:00</published><updated>2019-09-22T10:33:00+00:00</updated><summary>Hay casos donde se toma datos de una base de datos que puede ser algo lenta y se tiene que volver a buscar esos datos, para eso es mejor tener una cache con los datos a fin de reducir la latencia que nos puede generar las consultas a la base de datos. Para realizarlo se usará memcached en Python.</summary><author><name>Ernesto Crespo</name></author><category term="Tutorial de Python" /><category term="Debian" /><category term="Python" /><category term="Ubuntu" /><category term="memcached" /><category term="Fedora" /></entry><entry><title>Crear entorno de desarrollo para Ciencia de Datos con Anaconda, Jupyter, git y cookiecutter</title><link href="https://blog.seraph.to/blog/entorno_desarrollo_datascience" /><id>https://blog.seraph.to/blog/entorno_desarrollo_datascience</id><published>2019-07-28T12:20:00+00:00</published><updated>2019-07-28T12:20:00+00:00</updated><summary>Entorno de desarrollo con anaconda, Jupyter, git, black y cookiecutter para Ciencia de datos</summary><author><name>Ernesto Crespo</name></author><category term="Tutorial de Data Science" /><category term="Debian" /><category term="Ubuntu" /><category term="Linux" /><category term="Python" /><category term="Data Science" /><category term="Ciencia de Datos" /><category term="Entorno Desarrollo" /></entry><entry><title>Validando un API rest asíncrono con Cerberus</title><link href="https://blog.seraph.to/blog/apirest-aiohttp-cerberus-2019" /><id>https://blog.seraph.to/blog/apirest-aiohttp-cerberus-2019</id><published>2019-06-08T19:33:00+00:00</published><updated>2019-06-08T19:33:00+00:00</updated><summary>Se creará un API rest asíncrono (usando aiohttp), donde se valida la entrada con cerberus</summary><author><name>Ernesto Crespo</name></author><category term="Tutorial de Python" /><category term="Debian" /><category term="Python" /><category term="aiohttp" /><category term="Ubuntu" /><category term="API rest" /><category term="asincrono" /><category term="Cerberus" /></entry><entry><title>Cómo usar el API de wikipedia con Python</title><link href="https://blog.seraph.to/blog/python-wikipedia-2019" /><id>https://blog.seraph.to/blog/python-wikipedia-2019</id><published>2019-06-08T11:33:00+00:00</published><updated>2019-06-08T11:33:00+00:00</updated><summary>Uso de API de Wikipedia con Python</summary><author><name>Ernesto Crespo</name></author><category term="Tutorial de Python" /><category term="Debian" /><category term="Python" /><category term="Wikipedia" /><category term="Ubuntu" /></entry><entry><title>Visualizando estadisticas de pokemon usando plotly ( gráfica de radar)</title><link href="https://blog.seraph.to/blog/visualizandoestadisticasdepokemonusandoplotlygraficaderadar" /><id>https://blog.seraph.to/blog/visualizandoestadisticasdepokemonusandoplotlygraficaderadar</id><published>2018-12-01T09:00:00+00:00</published><updated>2018-12-01T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Python" /><category term="Python" /><category term="Matplotlib" /><category term="Visualización" /><category term="Plotly" /><category term="Data Science" /><category term="Ciencia de Datos" /><category term="Kaggle" /><category term="Pandas" /><category term="Numpy" /></entry><entry><title>Analizando datos del cambio climático y niveles de CO2 en la atmosfera con Python y pandas.</title><link href="https://blog.seraph.to/blog/analizandodatosdelcambioclimaticoynivelesdeco2enlaatmosferaconpythonypandas" /><id>https://blog.seraph.to/blog/analizandodatosdelcambioclimaticoynivelesdeco2enlaatmosferaconpythonypandas</id><published>2018-10-14T09:00:00+00:00</published><updated>2018-10-14T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Python" /><category term="Python" /><category term="Kaggle" /><category term="Pandas" /><category term="Matplotlib" /><category term="Seaborn" /><category term="Cambio Climático" /><category term="CO2" /><category term="Data Science" /><category term="Ciencia de Datos" /></entry><entry><title>Generar gráficos animados de burbuja a lo Gapminer con Python</title><link href="https://blog.seraph.to/blog/generargraficosanimadosdeburbujaalogapminerconpython" /><id>https://blog.seraph.to/blog/generargraficosanimadosdeburbujaalogapminerconpython</id><published>2018-10-06T09:00:00+00:00</published><updated>2018-10-06T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Python" /><category term="Python" /><category term="Matplotlib" /><category term="Numpy" /><category term="Pandas" /><category term="Visualización" /><category term="Data Science" /><category term="Ciencia de Datos" /><category term="Gapminer" /></entry><entry><title>Contar palabras de un texto usando Spark con PySpark</title><link href="https://blog.seraph.to/blog/contarpalabrasdeuntextousandosparkconpyspark" /><id>https://blog.seraph.to/blog/contarpalabrasdeuntextousandosparkconpyspark</id><published>2018-07-03T09:00:00+00:00</published><updated>2018-07-03T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Python" /><category term="Python" /><category term="Spark" /><category term="PySpark" /></entry><entry><title>Como correr Apache Spark desde una imagen Docker</title><link href="https://blog.seraph.to/blog/comocorrerapachesparkdesdeunaimagendocker" /><id>https://blog.seraph.to/blog/comocorrerapachesparkdesdeunaimagendocker</id><published>2018-07-02T09:00:00+00:00</published><updated>2018-07-02T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Python" /><category term="Python" /><category term="Spark" /><category term="Docker" /><category term="Big Data" /><category term="Data Science" /><category term="Ciencia de Datos" /></entry><entry><title>Visualización de Árbol de decisión</title><link href="https://blog.seraph.to/blog/visualizaciondearboldedecision" /><id>https://blog.seraph.to/blog/visualizaciondearboldedecision</id><published>2018-06-17T09:00:00+00:00</published><updated>2018-06-17T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Python" /><category term="Python" /><category term="Machine Learning" /><category term="Scikit-Learn" /><category term="Árbol de decisión" /></entry><entry><title>Análisis de Sentimiento de tweets con Python, TextBlob y tweepy</title><link href="https://blog.seraph.to/blog/analisisdesentimientodetweetsconpythontextblobytweepy" /><id>https://blog.seraph.to/blog/analisisdesentimientodetweetsconpythontextblobytweepy</id><published>2018-06-10T09:00:00+00:00</published><updated>2018-06-10T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Python" /><category term="Python" /><category term="TextBlob" /><category term="Tweepy" /><category term="Análisis de Sentimiento" /><category term="Twitter" /></entry><entry><title>Visualizando series de tiempo de precios del mercado con pandas y matplotlib</title><link href="https://blog.seraph.to/blog/visualizandoseriesdetiempodepreciosdelmercadoconpandasymatplotlib" /><id>https://blog.seraph.to/blog/visualizandoseriesdetiempodepreciosdelmercadoconpandasymatplotlib</id><published>2018-06-06T09:00:00+00:00</published><updated>2018-06-06T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Python" /><category term="Python" /><category term="Pandas" /><category term="Matplotlib" /><category term="Series de Tiempo" /><category term="Visualización" /></entry><entry><title>Como obtener datos Financieros de Quandl con Python y Pandas</title><link href="https://blog.seraph.to/blog/comoobtenerdatosfinancierosdequandlconpythonypandas" /><id>https://blog.seraph.to/blog/comoobtenerdatosfinancierosdequandlconpythonypandas</id><published>2018-05-25T09:00:00+00:00</published><updated>2018-05-25T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Python" /><category term="Python" /><category term="Matplotlib" /><category term="Pandas" /><category term="Quandl" /></entry><entry><title>Algoritmo de Clasificación con scikit-learn</title><link href="https://blog.seraph.to/blog/algoritmodeclasificacionconscikitlearn" /><id>https://blog.seraph.to/blog/algoritmodeclasificacionconscikitlearn</id><published>2018-04-21T09:00:00+00:00</published><updated>2018-04-21T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Python" /><category term="Python" /><category term="Scikit-learn" /><category term="Inteligencia Artificial" /><category term="Machine Learning" /></entry><entry><title>WebScraping (extracción de datos) de wikipedia con Pandas</title><link href="https://blog.seraph.to/blog/webscrapingextracciondedatosdewikipediaconpandas" /><id>https://blog.seraph.to/blog/webscrapingextracciondedatosdewikipediaconpandas</id><published>2018-04-19T09:00:00+00:00</published><updated>2018-04-19T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Python" /><category term="Python" /><category term="Webscraping" /><category term="Pandas" /><category term="Wikipedia" /></entry><entry><title>PDF Scraping para Pandas usando tabula-py</title><link href="https://blog.seraph.to/blog/pdfscrapingparapandasusandotabulapy" /><id>https://blog.seraph.to/blog/pdfscrapingparapandasusandotabulapy</id><published>2018-04-15T07:00:00+00:00</published><updated>2018-04-15T07:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Python" /><category term="Python" /><category term="pwd scraping" /><category term="Pandas" /></entry><entry><title>Obtener cotización de criptomonedas y almacenarlas en un archivo csv por medio de pandas</title><link href="https://blog.seraph.to/blog/obtenercotizaciondecriptomonedasyalmacenarlasenunarchivocsvpormediodepandas" /><id>https://blog.seraph.to/blog/obtenercotizaciondecriptomonedasyalmacenarlasenunarchivocsvpormediodepandas</id><published>2018-03-11T10:00:00+00:00</published><updated>2018-03-11T10:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Python" /><category term="Python" /><category term="Pandas" /><category term="CSV" /><category term="Coinmarketcap" /><category term="Blockchain" /><category term="Bitcoin" /></entry><entry><title>Obtener cotización de bitcoin de coinmarketcap con Python</title><link href="https://blog.seraph.to/blog/obtenercotizaciondebitcoindecoinmarketcapconpython" /><id>https://blog.seraph.to/blog/obtenercotizaciondebitcoindecoinmarketcapconpython</id><published>2018-03-11T09:00:00+00:00</published><updated>2018-03-11T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Python" /><category term="Numpy" /><category term="Python" /><category term="Coinmarketcap" /><category term="Request" /><category term="Blockchain" /><category term="Bitcoin" /></entry><entry><title>Funciones de activación para un perceptron</title><link href="https://blog.seraph.to/blog/funcionesdeactivacionparaunperceptron" /><id>https://blog.seraph.to/blog/funcionesdeactivacionparaunperceptron</id><published>2018-02-13T09:00:00+00:00</published><updated>2018-02-13T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Python" /><category term="Scikit-learn" /><category term="Python" /><category term="Inteligencia Artificial" /></entry><entry><title>Visualización de objetos Graph con Tensorboard</title><link href="https://blog.seraph.to/blog/visualizaciondeobjetosgraphcontensorboard" /><id>https://blog.seraph.to/blog/visualizaciondeobjetosgraphcontensorboard</id><published>2018-02-12T12:00:00+00:00</published><updated>2018-02-12T12:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Python" /><category term="Python" /><category term="TensorFlow" /><category term="Inteligencia Aritifical" /><category term="DeepLearning" /><category term="MachineLearning" /></entry><entry><title>Una red Neuronal para aprendizaje supervisado usando Scikit-learn</title><link href="https://blog.seraph.to/blog/unaredneuronalparaaprendizajesupervisadousandoscikitlearn" /><id>https://blog.seraph.to/blog/unaredneuronalparaaprendizajesupervisadousandoscikitlearn</id><published>2018-02-12T11:00:00+00:00</published><updated>2018-02-12T11:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial de Python" /><category term="Python" /><category term="Numpy" /><category term="Red Neuronal" /><category term="Inteligencia Artificial" /><category term="Scikit-learn" /></entry><entry><title>Construir una red neuronal en pocos minutos</title><link href="https://blog.seraph.to/blog/construirunaredneuronalenpocosminutos" /><id>https://blog.seraph.to/blog/construirunaredneuronalenpocosminutos</id><published>2018-02-11T12:00:00+00:00</published><updated>2018-02-11T12:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial de Python" /><category term="Python" /><category term="Numpy" /><category term="Red Neuronal" /><category term="Inteligencia Artificial" /></entry><entry><title>Objeto Graph de TensorFlow</title><link href="https://blog.seraph.to/blog/objetographdetensorflow" /><id>https://blog.seraph.to/blog/objetographdetensorflow</id><published>2018-02-11T11:00:00+00:00</published><updated>2018-02-11T11:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial de Python" /><category term="Python" /><category term="TensorFlow" /></entry><entry><title>Variables y placeholders en Tensorflow</title><link href="https://blog.seraph.to/blog/variablesyplaceholdersentensorflow" /><id>https://blog.seraph.to/blog/variablesyplaceholdersentensorflow</id><published>2018-02-10T09:00:00+00:00</published><updated>2018-02-10T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial de Python" /><category term="Python" /><category term="TensorFlow" /></entry><entry><title>Matemáticas básicas con TensorFlow</title><link href="https://blog.seraph.to/blog/matematicasbasicascontensorflow" /><id>https://blog.seraph.to/blog/matematicasbasicascontensorflow</id><published>2018-02-04T15:00:00+00:00</published><updated>2018-02-04T15:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial de Python" /><category term="Numpy" /><category term="Python" /><category term="TensorFlow" /></entry><entry><title>Manejo de matrices con TensorFlow</title><link href="https://blog.seraph.to/blog/manejodematricescontensorflow" /><id>https://blog.seraph.to/blog/manejodematricescontensorflow</id><published>2018-02-04T09:00:00+00:00</published><updated>2018-02-04T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial de Python" /><category term="Python" /><category term="Numpy" /><category term="TensorFlow" /></entry><entry><title>Hola Mundo desde TensorFlow</title><link href="https://blog.seraph.to/blog/holamundodesdetensorflow" /><id>https://blog.seraph.to/blog/holamundodesdetensorflow</id><published>2018-02-04T08:00:00+00:00</published><updated>2018-02-04T08:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Python" /><category term="Python" /><category term="TensorFlow" /></entry><entry><title>Introducción al Perceptron con Python</title><link href="https://blog.seraph.to/blog/introduccionalperceptronconpython" /><id>https://blog.seraph.to/blog/introduccionalperceptronconpython</id><published>2018-01-07T17:00:00+00:00</published><updated>2018-01-07T17:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Python" /><category term="Python" /><category term="Redes neuronales" /></entry><entry><title>Introducción a Pandas</title><link href="https://blog.seraph.to/blog/introduccionapandas" /><id>https://blog.seraph.to/blog/introduccionapandas</id><published>2018-01-07T16:00:00+00:00</published><updated>2018-01-07T16:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Python" /><category term="Ciencia de Datos" /><category term="Python" /><category term="Pandas" /><category term="Data Science" /></entry><entry><title>Graficar líneas de campo eléctrico con matplotlib y Python</title><link href="https://blog.seraph.to/blog/graficarlineasdecampoelectricoconmatplotlibypython" /><id>https://blog.seraph.to/blog/graficarlineasdecampoelectricoconmatplotlibypython</id><published>2018-01-07T15:00:00+00:00</published><updated>2018-01-07T15:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Python" /><category term="Matplotlib" /><category term="Numpy" /><category term="Python" /></entry><entry><title>Gráfica de curvas en 3D con Python</title><link href="https://blog.seraph.to/blog/graficadecurvasen3dconpython" /><id>https://blog.seraph.to/blog/graficadecurvasen3dconpython</id><published>2018-01-07T14:00:00+00:00</published><updated>2018-01-07T14:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial de Python" /><category term="Numpy" /><category term="Python" /><category term="Pylab" /><category term="mpl_toolkits" /></entry><entry><title>Árbol de decisión hecho en Python</title><link href="https://blog.seraph.to/blog/arboldedecisionhechoenpython" /><id>https://blog.seraph.to/blog/arboldedecisionhechoenpython</id><published>2017-11-19T09:00:00+00:00</published><updated>2017-11-19T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Python" /><category term="General" /><category term="Debian" /><category term="Python" /><category term="Machine Learning" /><category term="Scikit-Learn" /><category term="Árbol de decisión" /></entry><entry><title>Almacenar los datos de los eventos sismológicos de Funvisis con Python3</title><link href="https://blog.seraph.to/blog/almacenarlosdatosdeloseventossismologicosdefunvisisconpython3" /><id>https://blog.seraph.to/blog/almacenarlosdatosdeloseventossismologicosdefunvisisconpython3</id><published>2017-07-24T09:00:00+00:00</published><updated>2017-07-24T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial de Python" /><category term="Python" /><category term="Webscraping" /><category term="BeautifulSoup" /><category term="Request" /><category term="MongoDB" /><category term="Pymongo" /></entry><entry><title>Consultar DNS por medio de Scapy</title><link href="https://blog.seraph.to/blog/consultardnspormediodescapy" /><id>https://blog.seraph.to/blog/consultardnspormediodescapy</id><published>2017-07-16T09:00:00+00:00</published><updated>2017-07-16T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Python" /><category term="General" /><category term="Debian" /><category term="Python" /><category term="DNS" /></entry><entry><title>Instalar Docker en Debian Stretch (actualización 2017).</title><link href="https://blog.seraph.to/blog/instalardockerendebianstretchactualizacion2017" /><id>https://blog.seraph.to/blog/instalardockerendebianstretchactualizacion2017</id><published>2017-07-09T09:00:00+00:00</published><updated>2017-07-09T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial de Linux" /><category term="Linux" /><category term="Debian" /><category term="Ubuntu" /><category term="Docker" /></entry><entry><title>Desarrollar un API con GraphQL en Flask</title><link href="https://blog.seraph.to/blog/desarrollarunapicongraphqlenflask" /><id>https://blog.seraph.to/blog/desarrollarunapicongraphqlenflask</id><published>2017-06-25T09:00:00+00:00</published><updated>2017-06-25T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial de Python" /><category term="Python" /><category term="Debian" /><category term="Linux" /><category term="Ubuntu" /><category term="GraphQL" /><category term="Flask" /><category term="Flask-graphql" /></entry><entry><title>Base de datos InfluxDB en Debian Stretch</title><link href="https://blog.seraph.to/blog/basededatosinfluxdbendebianstretch" /><id>https://blog.seraph.to/blog/basededatosinfluxdbendebianstretch</id><published>2017-06-24T12:00:00+00:00</published><updated>2017-06-24T12:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial de Linux" /><category term="Linux" /><category term="Debian" /><category term="Ubuntu" /><category term="InfluxDB" /></entry><entry><title>Obtener datos de eventos sismológicos de Funvisis con Python3 (segunda versión)</title><link href="https://blog.seraph.to/blog/obtenerdatosdeeventossismologicosdefunvisisconpython3-2" /><id>https://blog.seraph.to/blog/obtenerdatosdeeventossismologicosdefunvisisconpython3-2</id><published>2017-06-24T11:00:00+00:00</published><updated>2017-06-24T11:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial de Python" /><category term="Python" /><category term="Webscraping" /><category term="Request" /></entry><entry><title>Fabric como un ssh con esteroides en Debian Stretch</title><link href="https://blog.seraph.to/blog/fabriccomounsshconesteroidesendebianstretch" /><id>https://blog.seraph.to/blog/fabriccomounsshconesteroidesendebianstretch</id><published>2017-06-10T09:00:00+00:00</published><updated>2017-06-10T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial de Linux" /><category term="Linux" /><category term="Debian" /><category term="Ubuntu" /><category term="SSH" /><category term="Fabric" /></entry><entry><title>Mejorar las respuestas de consultas de DNS con dnsmasq usando DNSCrypt</title><link href="https://blog.seraph.to/blog/mejorarlasrespuestasdeconsultasdednscondnsmasqusandodnscrypt" /><id>https://blog.seraph.to/blog/mejorarlasrespuestasdeconsultasdednscondnsmasqusandodnscrypt</id><published>2017-06-06T11:00:00+00:00</published><updated>2017-06-06T11:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial de Linux" /><category term="Linux" /><category term="Debian" /><category term="Ubuntu" /><category term="DNS" /><category term="Dnsmasq" /><category term="OpenDNS" /></entry><entry><title>Usar tor desde privoxy en Debian Stretch</title><link href="https://blog.seraph.to/blog/usartordesdeprivoxyendebianstretch" /><id>https://blog.seraph.to/blog/usartordesdeprivoxyendebianstretch</id><published>2017-06-06T09:00:00+00:00</published><updated>2017-06-06T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial de Linux" /><category term="Linux" /><category term="Debian" /><category term="Ubuntu" /><category term="Tor" /><category term="Privoxy" /></entry><entry><title>Navegar de manera anónima con tor en Debian Stretch</title><link href="https://blog.seraph.to/blog/navegardemaneraanonimacontorendebianstretch" /><id>https://blog.seraph.to/blog/navegardemaneraanonimacontorendebianstretch</id><published>2017-06-05T09:00:00+00:00</published><updated>2017-06-05T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial de LInux" /><category term="Linux" /><category term="Debian" /><category term="Ubuntu" /><category term="Tor" /></entry><entry><title>Cifrar el tráfico de DNS en Debian 9 Stretch (actualización 2017)</title><link href="https://blog.seraph.to/blog/cifrareltraficodednsendebian9stretchactualizacion2017" /><id>https://blog.seraph.to/blog/cifrareltraficodednsendebian9stretchactualizacion2017</id><published>2017-06-03T09:00:00+00:00</published><updated>2017-06-03T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial de Linux" /><category term="Linux" /><category term="Debian" /><category term="DNS" /><category term="DNSCrypt" /></entry><entry><title>Obtener datos de eventos sismológicos de Funvisis con Python</title><link href="https://blog.seraph.to/blog/obtenerdatosdeeventossismologicosdefunvisisconpython" /><id>https://blog.seraph.to/blog/obtenerdatosdeeventossismologicosdefunvisisconpython</id><published>2017-05-19T09:00:00+00:00</published><updated>2017-05-19T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Python" /><category term="Python" /><category term="Mechanize" /><category term="BeautifulSoup" /><category term="Webscraping" /></entry><entry><title>Cálculo de Pi por el método MonteCarlo usando Python.</title><link href="https://blog.seraph.to/blog/calculodepiporelmetodomontecarlousandopython" /><id>https://blog.seraph.to/blog/calculodepiporelmetodomontecarlousandopython</id><published>2017-05-08T09:00:00+00:00</published><updated>2017-05-08T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Python" /><category term="General" /><category term="Numpy" /><category term="Python" /><category term="Método de Montecarlo" /></entry><entry><title>Reestructuración del blog.</title><link href="https://blog.seraph.to/blog/reestructuraciondelblog" /><id>https://blog.seraph.to/blog/reestructuraciondelblog</id><published>2017-05-07T09:00:00+00:00</published><updated>2017-05-07T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="General" /><category term="General" /></entry><entry><title>Entorno de Desarrollo en la nube Cloud9</title><link href="https://blog.seraph.to/blog/entornodedesarrolloenlanubecloud9" /><id>https://blog.seraph.to/blog/entornodedesarrolloenlanubecloud9</id><published>2017-04-10T09:00:00+00:00</published><updated>2017-04-10T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial de Linux" /><category term="Linux" /><category term="Debian" /><category term="Ubuntu" /><category term="Nube" /><category term="Cloud9" /><category term="Docker" /></entry><entry><title>Crear una imagen Docker a partir de debootstrap para Debian Jessie</title><link href="https://blog.seraph.to/blog/crearunaimagendockerapartirdedebootstrapparadebianjessie" /><id>https://blog.seraph.to/blog/crearunaimagendockerapartirdedebootstrapparadebianjessie</id><published>2017-03-27T09:00:00+00:00</published><updated>2017-03-27T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial de Linux" /><category term="Linux" /><category term="Debian" /><category term="Ubuntu" /><category term="Docker" /><category term="debootstrap" /></entry><entry><title>Estructura de datos en python (Grafos)</title><link href="https://blog.seraph.to/blog/estructuradedatosenpythongrafos" /><id>https://blog.seraph.to/blog/estructuradedatosenpythongrafos</id><published>2017-03-12T09:00:00+00:00</published><updated>2017-03-12T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Python" /><category term="Python" /><category term="Estructura de datos" /></entry><entry><title>Pruebas unitarias en Python usando mocking y docker</title><link href="https://blog.seraph.to/blog/pruebasunitariasenpythonusandomockingydocker" /><id>https://blog.seraph.to/blog/pruebasunitariasenpythonusandomockingydocker</id><published>2017-03-11T09:00:00+00:00</published><updated>2017-03-11T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Python" /><category term="Numpy" /><category term="Python" /><category term="Mocking" /><category term="Docker" /><category term="Pruebas unitarias" /></entry><entry><title>Estructura de datos en Python (Lista Enlazada)</title><link href="https://blog.seraph.to/blog/estructuradedatosenpythonlistaenlazada" /><id>https://blog.seraph.to/blog/estructuradedatosenpythonlistaenlazada</id><published>2017-03-11T09:00:00+00:00</published><updated>2017-03-11T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Python" /><category term="General" /><category term="Python" /></entry><entry><title>Estructura de datos en Python (Nodo)</title><link href="https://blog.seraph.to/blog/estructuradedatosenpythonnodo" /><id>https://blog.seraph.to/blog/estructuradedatosenpythonnodo</id><published>2017-03-07T09:00:00+00:00</published><updated>2017-03-07T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Python" /><category term="Python" /><category term="Estructura de datos" /></entry><entry><title>De vuelta a lo básico, como manejar colas en python.</title><link href="https://blog.seraph.to/blog/devueltaalobasicocomomanejarcolasenpython" /><id>https://blog.seraph.to/blog/devueltaalobasicocomomanejarcolasenpython</id><published>2017-02-24T09:00:00+00:00</published><updated>2017-02-24T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Python" /><category term="Python" /></entry><entry><title>Volviendo a lo básico, POO en Python ( diferencia entre `__init__` y `__new__`) (parte 10)</title><link href="https://blog.seraph.to/blog/volviendoalobasicopooenpythondiferenciaentreinitynew-10" /><id>https://blog.seraph.to/blog/volviendoalobasicopooenpythondiferenciaentreinitynew-10</id><published>2017-02-05T09:00:00+00:00</published><updated>2017-02-05T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Python" /><category term="Python" /><category term="POO" /></entry><entry><title>Volviendo a lo básico, POO en Python ( composición) (parte 9)</title><link href="https://blog.seraph.to/blog/volviendoalobasicopooenpythoncomposicion-9" /><id>https://blog.seraph.to/blog/volviendoalobasicopooenpythoncomposicion-9</id><published>2016-12-31T18:00:00+00:00</published><updated>2016-12-31T18:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Python" /><category term="Python" /><category term="POO" /></entry><entry><title>Volviendo a lo básico, POO en Python ( herencia multiple, problema del diamante) (parte 8)</title><link href="https://blog.seraph.to/blog/volviendoalobasicopooenpythonherenciamultipleproblemadeldiamante-8" /><id>https://blog.seraph.to/blog/volviendoalobasicopooenpythonherenciamultipleproblemadeldiamante-8</id><published>2016-12-31T17:00:00+00:00</published><updated>2016-12-31T17:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Python" /><category term="Python" /><category term="POO" /></entry><entry><title>Volviendo a lo básico, POO en Python (multiple herencia) (parte 7)</title><link href="https://blog.seraph.to/blog/volviendoalobasicopooenpythonmultipleherencia-7" /><id>https://blog.seraph.to/blog/volviendoalobasicopooenpythonmultipleherencia-7</id><published>2016-12-31T16:00:00+00:00</published><updated>2016-12-31T16:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Python" /><category term="Python" /><category term="POO" /></entry><entry><title>Volviendo a lo básico, POO en Python (parte 6)</title><link href="https://blog.seraph.to/blog/volviendoalobasicopooenpython-6" /><id>https://blog.seraph.to/blog/volviendoalobasicopooenpython-6</id><published>2016-12-31T15:00:00+00:00</published><updated>2016-12-31T15:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Python" /><category term="Python" /><category term="POO" /></entry><entry><title>Volviendo a lo básico, POO en Python (parte 5)</title><link href="https://blog.seraph.to/blog/volviendoalobasicopooenpython-5" /><id>https://blog.seraph.to/blog/volviendoalobasicopooenpython-5</id><published>2016-12-19T09:00:00+00:00</published><updated>2016-12-19T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Python" /><category term="Python" /><category term="POO" /></entry><entry><title>Volviendo a lo básico, POO en Python (parte 4)</title><link href="https://blog.seraph.to/blog/volviendoalobasicopooenpython-4" /><id>https://blog.seraph.to/blog/volviendoalobasicopooenpython-4</id><published>2016-10-31T09:00:00+00:00</published><updated>2016-10-31T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Python" /><category term="Python" /><category term="POO" /></entry><entry><title>API Rest Ful con Flask y MongoDB (Flask-MongoAlchemy y Flask-restful)</title><link href="https://blog.seraph.to/blog/apirestfulconflaskymongodb" /><id>https://blog.seraph.to/blog/apirestfulconflaskymongodb</id><published>2016-10-12T09:00:00+00:00</published><updated>2016-10-12T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial de Python" /><category term="Python" /><category term="API restful" /><category term="Flask" /><category term="MongoDB" /><category term="Flask-restful" /><category term="Flask-MongoAlchemy" /><category term="Docker" /><category term="Docker-compose" /></entry><entry><title>API Rest Ful con Flask y MongoDB (Flask-MongoAlchemy)</title><link href="https://blog.seraph.to/blog/apirestfulconflaskymongodbflaskmongoalchemy" /><id>https://blog.seraph.to/blog/apirestfulconflaskymongodbflaskmongoalchemy</id><published>2016-10-06T09:00:00+00:00</published><updated>2016-10-06T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial de Python" /><category term="Python" /><category term="API restful" /><category term="Flask" /><category term="MongoDB" /><category term="Flask-restful" /><category term="Flask-MongoAlchemy" /><category term="Docker" /><category term="Docker-compose" /></entry><entry><title>Pruebas unitarias con unitest en Python usando nosetests y Docker/docker-compose</title><link href="https://blog.seraph.to/blog/pruebasunitariasconunitestenpythonusandonosetestsydockerdockercompose" /><id>https://blog.seraph.to/blog/pruebasunitariasconunitestenpythonusandonosetestsydockerdockercompose</id><published>2016-10-05T09:00:00+00:00</published><updated>2016-10-05T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Python" /><category term="Docker" /><category term="Docker-compose" /><category term="nosetests" /><category term="Prueba de cobertura" /><category term="Pruebas unitarias" /><category term="unittest" /></entry><entry><title>CRUD usando Flask y MongoDB con ORM Flask-MongoAlchemy (parte 4)</title><link href="https://blog.seraph.to/blog/crudusandoflaskymongodbconormflaskmongoalchemy-4" /><id>https://blog.seraph.to/blog/crudusandoflaskymongodbconormflaskmongoalchemy-4</id><published>2016-09-29T09:00:00+00:00</published><updated>2016-09-29T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Python" /><category term="Python" /><category term="MongoDB" /><category term="Flask" /><category term="Docker" /><category term="CRUD" /></entry><entry><title>CRUD usando Flask para MongoDB (parte 3).</title><link href="https://blog.seraph.to/blog/crudusandoflaskparamongodb-3" /><id>https://blog.seraph.to/blog/crudusandoflaskparamongodb-3</id><published>2016-09-28T11:00:00+00:00</published><updated>2016-09-28T11:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Python" /><category term="Python" /><category term="MongoDB" /><category term="Flask" /><category term="Docker" /><category term="CRUD" /></entry><entry><title>Consulta a MongoDB desde Flask (parte 2 - paginación)</title><link href="https://blog.seraph.to/blog/consultaamongodbdesdeflask-2" /><id>https://blog.seraph.to/blog/consultaamongodbdesdeflask-2</id><published>2016-09-28T10:00:00+00:00</published><updated>2016-09-28T10:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Python" /><category term="Python" /><category term="Docker" /><category term="Flask" /><category term="MongoDB" /></entry><entry><title>Consulta a MongoDB desde Flask (parte 1)</title><link href="https://blog.seraph.to/blog/consultaamongodbdesdeflask-1" /><id>https://blog.seraph.to/blog/consultaamongodbdesdeflask-1</id><published>2016-09-27T00:00:00+00:00</published><updated>2016-09-27T00:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Python" /><category term="Python" /><category term="Docker" /><category term="Flask" /></entry><entry><title>Trabajar con datos JSON en Flask</title><link href="https://blog.seraph.to/blog/trabajarcondatosjsonenflask" /><id>https://blog.seraph.to/blog/trabajarcondatosjsonenflask</id><published>2016-09-25T12:00:00+00:00</published><updated>2016-09-25T12:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Python" /><category term="Python" /><category term="Flask" /><category term="Docker" /></entry><entry><title>Crear datos JSON a partir de un diccionario en Flask (parte 1) (actualización- Docker)</title><link href="https://blog.seraph.to/blog/creardatosjsonapartirdeundiccionarioenflaskactualizaciondocker-1" /><id>https://blog.seraph.to/blog/creardatosjsonapartirdeundiccionarioenflaskactualizaciondocker-1</id><published>2016-09-25T09:00:00+00:00</published><updated>2016-09-25T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Python" /><category term="Python" /><category term="Flask" /><category term="json" /></entry><entry><title>Tutorial de Flask parte 5 (login de los usuarios)</title><link href="https://blog.seraph.to/blog/tutorialdeflask-5" /><id>https://blog.seraph.to/blog/tutorialdeflask-5</id><published>2016-09-24T09:00:00+00:00</published><updated>2016-09-24T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Python" /><category term="Python" /><category term="Flask" /><category term="Docker" /><category term="Sqlite3" /><category term="SQLAlchemy" /></entry><entry><title>Instalación de open365.io en un servidor Debian Jessie local</title><link href="https://blog.seraph.to/blog/instalaciondeopen365ioenunservidordebianjessielocal" /><id>https://blog.seraph.to/blog/instalaciondeopen365ioenunservidordebianjessielocal</id><published>2016-09-16T09:00:00+00:00</published><updated>2016-09-16T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial de Linux" /><category term="Python" /><category term="Linux" /><category term="Open365" /><category term="Debian" /><category term="Ubuntu" /></entry><entry><title>Tutorial de Flask parte 4 (base de datos sqlite3)</title><link href="https://blog.seraph.to/blog/tutorialdeflask-4" /><id>https://blog.seraph.to/blog/tutorialdeflask-4</id><published>2016-09-12T09:00:00+00:00</published><updated>2016-09-12T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Python" /><category term="Python" /><category term="Flask" /><category term="Docker" /><category term="Sqlite3" /></entry><entry><title>Tutorial de Flask parte 3 (formulario web)</title><link href="https://blog.seraph.to/blog/tutorialdeflask-3" /><id>https://blog.seraph.to/blog/tutorialdeflask-3</id><published>2016-09-11T09:00:00+00:00</published><updated>2016-09-11T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Python" /><category term="Python" /><category term="Flask" /><category term="Docker" /></entry><entry><title>Instalar Docker en Ubuntu Server Xenial 16.04</title><link href="https://blog.seraph.to/blog/instalardockerenubuntuserverxenial1604" /><id>https://blog.seraph.to/blog/instalardockerenubuntuserverxenial1604</id><published>2016-09-09T09:00:00+00:00</published><updated>2016-09-09T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial de Linux" /><category term="Docker" /><category term="Linux" /><category term="Ubuntu" /></entry><entry><title>Tutorial de Flask parte 2 (plantillas html).</title><link href="https://blog.seraph.to/blog/tutorialdeflask-2" /><id>https://blog.seraph.to/blog/tutorialdeflask-2</id><published>2016-09-04T09:00:00+00:00</published><updated>2016-09-04T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Python" /><category term="Python" /><category term="Docker" /><category term="Flask" /></entry><entry><title>Tutorial de Flask parte 1</title><link href="https://blog.seraph.to/blog/tutorialdeflask-1" /><id>https://blog.seraph.to/blog/tutorialdeflask-1</id><published>2016-09-03T09:00:00+00:00</published><updated>2016-09-03T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Python" /><category term="Python" /><category term="Docker" /><category term="Flask" /></entry><entry><title>Trabajar con un contenedor docker en Python usando docker-py</title><link href="https://blog.seraph.to/blog/trabajarconuncontenedordockerenpythonusandodockerpy" /><id>https://blog.seraph.to/blog/trabajarconuncontenedordockerenpythonusandodockerpy</id><published>2016-08-21T09:00:00+00:00</published><updated>2016-08-21T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial de Docker" /><category term="Linux" /><category term="Python" /><category term="docker-py" /></entry><entry><title>Crear una imagen Docker de Redis</title><link href="https://blog.seraph.to/blog/crearunaimagendockerderedis" /><id>https://blog.seraph.to/blog/crearunaimagendockerderedis</id><published>2016-07-16T11:00:00+00:00</published><updated>2016-07-16T11:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial de Docker" /><category term="Linux" /><category term="Python" /><category term="Ubuntu" /><category term="Docker" /><category term="Redis" /></entry><entry><title>Introducción de Redis con Python</title><link href="https://blog.seraph.to/blog/introduccionderedisconpython" /><id>https://blog.seraph.to/blog/introduccionderedisconpython</id><published>2016-07-16T09:00:00+00:00</published><updated>2016-07-16T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Python" /><category term="Python" /><category term="Redis" /><category term="Docker" /></entry><entry><title>Internet de las Cosas</title><link href="https://blog.seraph.to/blog/internetdelascosas" /><id>https://blog.seraph.to/blog/internetdelascosas</id><published>2016-07-10T09:00:00+00:00</published><updated>2016-07-10T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Anuncios" /><category term="Linux" /><category term="Int" /></entry><entry><title>Correr sonarqube desde un contenedor Docker</title><link href="https://blog.seraph.to/blog/corrersonarqubedesdeuncontenedordocker" /><id>https://blog.seraph.to/blog/corrersonarqubedesdeuncontenedordocker</id><published>2016-07-08T09:00:00+00:00</published><updated>2016-07-08T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial de Docker" /><category term="Linux" /><category term="Debian" /><category term="Docker" /><category term="Sonarqube" /><category term="QA" /></entry><entry><title>Crear datos JSON a partir de un diccionario en Flask (parte 1).</title><link href="https://blog.seraph.to/blog/creardatosjsonapartirdeundiccionarioenflask-1" /><id>https://blog.seraph.to/blog/creardatosjsonapartirdeundiccionarioenflask-1</id><published>2016-06-25T09:00:00+00:00</published><updated>2016-06-25T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Python" /><category term="Python" /><category term="Flask" /><category term="json" /></entry><entry><title>Ejecutar una prueba de integración continua con gitlab-ci y gitlab-runner.</title><link href="https://blog.seraph.to/blog/ejecutarunapruebadeintegracioncontinuacongitlabciygitlabrunner" /><id>https://blog.seraph.to/blog/ejecutarunapruebadeintegracioncontinuacongitlabciygitlabrunner</id><published>2016-06-16T09:00:00+00:00</published><updated>2016-06-16T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial de integración continua" /><category term="CI/CD" /><category term="Gitlab-ci" /><category term="Gitlab-runner" /><category term="Docker" /></entry><entry><title>Instalar gitlab-runner de gitlab-ci por medio de Docker</title><link href="https://blog.seraph.to/blog/instalargitlabrunnerdegitlabcipormediodedocker" /><id>https://blog.seraph.to/blog/instalargitlabrunnerdegitlabcipormediodedocker</id><published>2016-06-13T11:00:00+00:00</published><updated>2016-06-13T11:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial de Docker" /><category term="Canaima" /><category term="Linux" /><category term="General" /><category term="Python" /><category term="Ubuntu" /><category term="gitlab" /><category term="gitlab-ci" /><category term="Docker" /></entry><entry><title>Analizar código python con pylint desde Docker</title><link href="https://blog.seraph.to/blog/analizarcodigopythonconpylintdesdedocker" /><id>https://blog.seraph.to/blog/analizarcodigopythonconpylintdesdedocker</id><published>2016-06-12T09:00:00+00:00</published><updated>2016-06-12T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial de Docker" /><category term="Canaima" /><category term="Linux" /><category term="Python" /><category term="Ubuntu" /><category term="pylint" /><category term="Docker" /></entry><entry><title>Crear una imagen Docker de RethinkDB</title><link href="https://blog.seraph.to/blog/crearunaimagendockerderethinkdb" /><id>https://blog.seraph.to/blog/crearunaimagendockerderethinkdb</id><published>2016-06-10T09:00:00+00:00</published><updated>2016-06-10T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial de Docker" /><category term="Canaima" /><category term="Linux" /><category term="Python" /><category term="Ubuntu" /><category term="Docker" /><category term="RethinkDB" /></entry><entry><title>Usar dockerui para la gestión de imágenes y contenedores de Docker</title><link href="https://blog.seraph.to/blog/usardockeruiparalagestiondeimagenesycontenedoresdedocker" /><id>https://blog.seraph.to/blog/usardockeruiparalagestiondeimagenesycontenedoresdedocker</id><published>2016-05-26T11:00:00+00:00</published><updated>2016-05-26T11:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial de Docker" /><category term="Canaima" /><category term="Debian" /><category term="Linux" /><category term="Ubuntu" /><category term="Docker" /><category term="Dockerui" /></entry><entry><title>Correr aplicaciones de escritorio desde un contenedor Docker</title><link href="https://blog.seraph.to/blog/correraplicacionesdeescritoriodesdeuncontenedordocker" /><id>https://blog.seraph.to/blog/correraplicacionesdeescritoriodesdeuncontenedordocker</id><published>2016-05-26T10:00:00+00:00</published><updated>2016-05-26T10:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial de Docker" /><category term="Canaima" /><category term="Debian" /><category term="Linux" /><category term="Ubuntu" /><category term="Docker" /><category term="Desktop" /><category term="Aplicaciones" /></entry><entry><title>Crear un contenedor Docker como entorno de desarrollo para sails.js</title><link href="https://blog.seraph.to/blog/crearuncontenedordockercomoentornodedesarrolloparasailsjs" /><id>https://blog.seraph.to/blog/crearuncontenedordockercomoentornodedesarrolloparasailsjs</id><published>2016-05-24T09:00:00+00:00</published><updated>2016-05-24T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial de Docker" /><category term="Canaima" /><category term="Debian" /><category term="Linux" /><category term="Ubuntu" /><category term="Docker" /><category term="Sails.js" /></entry><entry><title>Crear una imagen Docker para MongoDB 3</title><link href="https://blog.seraph.to/blog/crearunaimagendockerparamongodb-3" /><id>https://blog.seraph.to/blog/crearunaimagendockerparamongodb-3</id><published>2016-05-22T09:00:00+00:00</published><updated>2016-05-22T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial de Docker" /><category term="Canaima" /><category term="Debian" /><category term="Linux" /><category term="Ubuntu" /><category term="Docker" /><category term="MongoDB" /></entry><entry><title>Automatizar la construcción de imágenes Docker con github</title><link href="https://blog.seraph.to/blog/automatizarlaconstrucciondeimagenesdockercongithub" /><id>https://blog.seraph.to/blog/automatizarlaconstrucciondeimagenesdockercongithub</id><published>2016-05-11T09:00:00+00:00</published><updated>2016-05-11T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Linux,Desarrollo" /><category term="Canaima" /><category term="Debian" /><category term="Linux" /><category term="Ubuntu" /><category term="Docker" /><category term="Github" /><category term="CI/CD" /><category term="DevOps" /></entry><entry><title>Instalar Jenkins por medio de Docker y crear una imagen Docker de Jenkins.</title><link href="https://blog.seraph.to/blog/instalarjenkinspormediodedockerycrearunaimagendockerdejenkins" /><id>https://blog.seraph.to/blog/instalarjenkinspormediodedockerycrearunaimagendockerdejenkins</id><published>2016-05-10T09:00:00+00:00</published><updated>2016-05-10T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial de Docker" /><category term="Canaima" /><category term="Debian" /><category term="Linux" /><category term="Ubuntu" /><category term="Docker" /><category term="Jenkins" /><category term="CI/CD" /><category term="DevOps" /></entry><entry><title>Proveer un cluster con docker swarm y docker-machine.</title><link href="https://blog.seraph.to/blog/proveerunclustercondockerswarmydockermachine" /><id>https://blog.seraph.to/blog/proveerunclustercondockerswarmydockermachine</id><published>2016-05-09T09:00:00+00:00</published><updated>2016-05-09T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial de Docker" /><category term="Canaima" /><category term="Debian" /><category term="Linux" /><category term="Ubuntu" /><category term="Docker" /><category term="docker-swarm" /><category term="docker-machine" /></entry><entry><title>Uso de docker-machine.</title><link href="https://blog.seraph.to/blog/usodedockermachine" /><id>https://blog.seraph.to/blog/usodedockermachine</id><published>2016-05-06T09:00:00+00:00</published><updated>2016-05-06T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial de Docker" /><category term="Canaima" /><category term="Debian" /><category term="Linux" /><category term="Ubuntu" /><category term="Docker" /><category term="Docker-machine" /></entry><entry><title>Montar una Plataforma como servicio (PaaS) con Dokku (docker).</title><link href="https://blog.seraph.to/blog/montarunaplataformacomoserviciopaascondokkudocker" /><id>https://blog.seraph.to/blog/montarunaplataformacomoserviciopaascondokkudocker</id><published>2016-05-05T09:00:00+00:00</published><updated>2016-05-05T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial de Docker" /><category term="Canaima" /><category term="Debian" /><category term="Linux" /><category term="Ubuntu" /><category term="Docker" /><category term="Dokku" /><category term="PaaS" /><category term="DevOps" /></entry><entry><title>Ejecutar una prueba de unittest en Python con un contenedor Docker.</title><link href="https://blog.seraph.to/blog/ejecutarunapruebadeunittestenpythonconuncontenedordocker" /><id>https://blog.seraph.to/blog/ejecutarunapruebadeunittestenpythonconuncontenedordocker</id><published>2016-03-27T11:00:00+00:00</published><updated>2016-03-27T11:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Python" /><category term="Python" /><category term="unittest" /><category term="Docker" /></entry><entry><title>Ejecutar una prueba de doctest con un contenedor Docker.</title><link href="https://blog.seraph.to/blog/ejecutarunapruebadedoctestconuncontenedordocker" /><id>https://blog.seraph.to/blog/ejecutarunapruebadedoctestconuncontenedordocker</id><published>2016-03-27T10:00:00+00:00</published><updated>2016-03-27T10:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Python" /><category term="Python" /><category term="Docker" /><category term="Jupyter Notebook" /><category term="DevOps" /><category term="Doctest" /></entry><entry><title>Usar Jupyter Notebook desde un contenedor de Docker</title><link href="https://blog.seraph.to/blog/usarjupyternotebookdesdeuncontenedordedocker" /><id>https://blog.seraph.to/blog/usarjupyternotebookdesdeuncontenedordedocker</id><published>2016-03-26T11:00:00+00:00</published><updated>2016-03-26T11:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Python" /><category term="Python" /><category term="Docker" /><category term="Jupyter Notebook" /><category term="DevOps" /></entry><entry><title>Usar Anaconda desde un contenedor Docker.</title><link href="https://blog.seraph.to/blog/usaranacondadesdeuncontenedordocker" /><id>https://blog.seraph.to/blog/usaranacondadesdeuncontenedordocker</id><published>2016-03-26T09:00:00+00:00</published><updated>2016-03-26T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Python" /><category term="Python" /><category term="Docker" /><category term="Anaconda" /><category term="Ingeniería de Datos" /><category term="Ciencia de Datos" /><category term="Dockerhub" /></entry><entry><title>Crear un entorno de Integración y Despligue continue con Docker para node.js</title><link href="https://blog.seraph.to/blog/crearunentornodeintegracionydespliguecontinuocondockerparanodejs" /><id>https://blog.seraph.to/blog/crearunentornodeintegracionydespliguecontinuocondockerparanodejs</id><published>2016-03-26T09:00:00+00:00</published><updated>2016-03-26T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Python" /><category term="Python" /><category term="node.js" /><category term="Docker" /><category term="Despliegue Continuo" /><category term="DevOps" /><category term="Integración Continua" /></entry><entry><title>Descarga de documentos (Informes de gestión del 2015) de la página web de la Asamblea Nacional con Python.</title><link href="https://blog.seraph.to/blog/descargadedocumentosinformesdegestiondel2015delapaginawebdelaasambleanacionalconpython" /><id>https://blog.seraph.to/blog/descargadedocumentosinformesdegestiondel2015delapaginawebdelaasambleanacionalconpython</id><published>2016-03-25T09:00:00+00:00</published><updated>2016-03-25T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Python" /><category term="Debian" /><category term="Linux" /><category term="Python" /><category term="requests" /><category term="BeautifulSoup" /><category term="Webscraping" /></entry><entry><title>Crear un registro de imágenes Docker privado.</title><link href="https://blog.seraph.to/blog/crearunregistrodeimagenesdockerprivado" /><id>https://blog.seraph.to/blog/crearunregistrodeimagenesdockerprivado</id><published>2016-02-25T09:00:00+00:00</published><updated>2016-02-25T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial de Docker" /><category term="Linux" /><category term="Docker" /></entry><entry><title>Compartir imágenes Docker por medio de archivos tar</title><link href="https://blog.seraph.to/blog/compartirimagenesdockerpormediodearchivostar" /><id>https://blog.seraph.to/blog/compartirimagenesdockerpormediodearchivostar</id><published>2016-02-24T10:00:00+00:00</published><updated>2016-02-24T10:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial de Docker" /><category term="Linux" /><category term="Debian" /><category term="Docker" /></entry><entry><title>Importar un contenedor Docker en Python.</title><link href="https://blog.seraph.to/blog/importaruncontenedordockerenpython" /><id>https://blog.seraph.to/blog/importaruncontenedordockerenpython</id><published>2016-02-24T09:00:00+00:00</published><updated>2016-02-24T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial de Docker" /><category term="Linux" /><category term="Python" /><category term="Docker" /></entry><entry><title>PyDay: Evento #PyTatuy en Mérida</title><link href="https://blog.seraph.to/blog/pydayeventopytatuyenmerida" /><id>https://blog.seraph.to/blog/pydayeventopytatuyenmerida</id><published>2016-02-12T09:00:00+00:00</published><updated>2016-02-12T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Anuncios" /><category term="Linux" /><category term="Python" /><category term="Docker" /></entry><entry><title>Iniciando Django con docker usando docker-compose con postgresql como microservicio.</title><link href="https://blog.seraph.to/blog/iniciandodjangocondockerusandodockercomposeconpostgresqlcomomicroservicio" /><id>https://blog.seraph.to/blog/iniciandodjangocondockerusandodockercomposeconpostgresqlcomomicroservicio</id><published>2016-02-11T09:00:00+00:00</published><updated>2016-02-11T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Python" /><category term="Linux" /><category term="Python" /><category term="Docker" /><category term="Django" /></entry><entry><title>Extracción de Datos del PDF de reporte de salud de Cencoex</title><link href="https://blog.seraph.to/blog/extracciondedatosdelpdfdereportedesaluddecencoex" /><id>https://blog.seraph.to/blog/extracciondedatosdelpdfdereportedesaluddecencoex</id><published>2016-02-08T09:00:00+00:00</published><updated>2016-02-08T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Python" /><category term="Python" /><category term="Mongodb" /><category term="Api restfull" /><category term="Eve" /></entry><entry><title>API rest ful con Eve (parte 2)</title><link href="https://blog.seraph.to/blog/apirestfulconeve-2" /><id>https://blog.seraph.to/blog/apirestfulconeve-2</id><published>2016-02-07T09:00:00+00:00</published><updated>2016-02-07T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Python" /><category term="Debian" /><category term="Linux" /><category term="Python" /><category term="Ubuntu" /><category term="API Restfull" /><category term="Eve" /></entry><entry><title>Crear un paquete python del módulo pywrapper_config</title><link href="https://blog.seraph.to/blog/crearunpaquetepythondelmodulopywrapperconfig" /><id>https://blog.seraph.to/blog/crearunpaquetepythondelmodulopywrapperconfig</id><published>2016-02-07T08:00:00+00:00</published><updated>2016-02-07T08:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Python" /><category term="Python" /></entry><entry><title>Docker en Docker (DinD)</title><link href="https://blog.seraph.to/blog/dockerendockerdind" /><id>https://blog.seraph.to/blog/dockerendockerdind</id><published>2016-01-27T09:00:00+00:00</published><updated>2016-01-27T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial de Docker" /><category term="Canaima" /><category term="Debian" /><category term="Linux" /><category term="Ubuntu" /><category term="Docker" /></entry><entry><title>Ejecutando micros servicios con docker usando docker-compose</title><link href="https://blog.seraph.to/blog/ejecutandomicrosservicioscondockerusandodockercompose" /><id>https://blog.seraph.to/blog/ejecutandomicrosservicioscondockerusandodockercompose</id><published>2016-01-26T09:00:00+00:00</published><updated>2016-01-26T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial de Docker" /><category term="Canaima" /><category term="Debian" /><category term="Linux" /><category term="Python" /><category term="Ubuntu" /><category term="Linux" /><category term="Docker" /></entry><entry><title>Instalar Gitlab por medio de Docker</title><link href="https://blog.seraph.to/blog/instalargitlabpormediodedocker" /><id>https://blog.seraph.to/blog/instalargitlabpormediodedocker</id><published>2016-01-20T09:00:00+00:00</published><updated>2016-01-20T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial de Docker" /><category term="Canaima" /><category term="Debian" /><category term="Ubuntu" /><category term="Linux" /><category term="Gitlab" /><category term="Docker" /></entry><entry><title>Iniciando Django usando Docker</title><link href="https://blog.seraph.to/blog/iniciandodjangousandodocker" /><id>https://blog.seraph.to/blog/iniciandodjangousandodocker</id><published>2016-01-18T09:00:00+00:00</published><updated>2016-01-18T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial de Python" /><category term="Canaima" /><category term="Debian" /><category term="Linux" /><category term="Python" /><category term="Ubuntu" /><category term="Django" /></entry><entry><title>Crear una imagen Docker a partir de un archivo dockerfile.</title><link href="https://blog.seraph.to/blog/crearunaimagendockerapartirdeunarchivodockerfile" /><id>https://blog.seraph.to/blog/crearunaimagendockerapartirdeunarchivodockerfile</id><published>2016-01-17T09:00:00+00:00</published><updated>2016-01-17T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial de Linux" /><category term="Canaima" /><category term="Debian" /><category term="Linux" /><category term="Python" /><category term="Ubuntu" /><category term="Docker" /></entry><entry><title>Utilizar drag del ratón con Python usando PyAutoGUI</title><link href="https://blog.seraph.to/blog/utilizardragdelratonconpythonusandopyautogui" /><id>https://blog.seraph.to/blog/utilizardragdelratonconpythonusandopyautogui</id><published>2016-01-12T09:00:00+00:00</published><updated>2016-01-12T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial de Python" /><category term="Python" /><category term="PyAutoGUI" /><category term="Linux" /></entry><entry><title>Automatizar prueba funcional del Inicio y fin de sesión del Admin de Django</title><link href="https://blog.seraph.to/blog/automatizarpruebafuncionaldelinicioyfindesesiondeladmindedjango" /><id>https://blog.seraph.to/blog/automatizarpruebafuncionaldelinicioyfindesesiondeladmindedjango</id><published>2016-01-12T09:00:00+00:00</published><updated>2016-01-12T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial de Python" /><category term="Python" /><category term="PyAutoGUI" /></entry><entry><title>Controlando el movimiento del ratón desde python con PyAutoGUI</title><link href="https://blog.seraph.to/blog/controlandoelmovimientodelratondesdepythonconpyautogui" /><id>https://blog.seraph.to/blog/controlandoelmovimientodelratondesdepythonconpyautogui</id><published>2016-01-11T09:00:00+00:00</published><updated>2016-01-11T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial de Python" /><category term="Python" /><category term="PyAutoGUI" /></entry><entry><title>Módulo que permite acceder a archivos de configuración .ini usando ConfigParser en Python</title><link href="https://blog.seraph.to/blog/moduloquepermiteaccederaarchivosdeconfiguracioniniusandoconfigparserenpython" /><id>https://blog.seraph.to/blog/moduloquepermiteaccederaarchivosdeconfiguracioniniusandoconfigparserenpython</id><published>2016-01-04T09:00:00+00:00</published><updated>2016-01-04T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Python" /><category term="Python" /></entry><entry><title>Volviendo a lo básico, POO en Python (parte 3)</title><link href="https://blog.seraph.to/blog/volviendoalobasicopooenpython-3" /><id>https://blog.seraph.to/blog/volviendoalobasicopooenpython-3</id><published>2015-12-31T09:00:00+00:00</published><updated>2015-12-31T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Python" /><category term="Python" /><category term="POO" /></entry><entry><title>Uso de docker en Debian Jessie (parte 2)</title><link href="https://blog.seraph.to/blog/usodedockerendebianjessie-2" /><id>https://blog.seraph.to/blog/usodedockerendebianjessie-2</id><published>2015-12-28T09:00:00+00:00</published><updated>2015-12-28T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Linux" /><category term="Canaima" /><category term="Debian" /><category term="Linux" /><category term="Ubuntu" /><category term="Docker" /></entry><entry><title>Uso de docker en Debian Jessie (parte 1)</title><link href="https://blog.seraph.to/blog/usodedockerendebianjessie-1" /><id>https://blog.seraph.to/blog/usodedockerendebianjessie-1</id><published>2015-12-27T09:00:00+00:00</published><updated>2015-12-27T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Linux" /><category term="Canaima" /><category term="Debian" /><category term="Linux" /><category term="Ubuntu" /><category term="Docker" /></entry><entry><title>Volviendo a lo básico, POO en Python (parte 2)</title><link href="https://blog.seraph.to/blog/volviendoalobasicopooenpython-2" /><id>https://blog.seraph.to/blog/volviendoalobasicopooenpython-2</id><published>2015-12-25T09:00:00+00:00</published><updated>2015-12-25T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Python" /><category term="Python" /><category term="POO" /></entry><entry><title>Instalar Docker en Debian Jessie</title><link href="https://blog.seraph.to/blog/instalardockerendebianjessie" /><id>https://blog.seraph.to/blog/instalardockerendebianjessie</id><published>2015-12-25T08:00:00+00:00</published><updated>2015-12-25T08:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Linux" /><category term="canaima" /><category term="Debian" /><category term="Linux" /><category term="Ubuntu" /><category term="Docker" /></entry><entry><title>Volviendo a lo básico, POO en Python (parte 1)</title><link href="https://blog.seraph.to/blog/volviendoalobasicopooenpython-1" /><id>https://blog.seraph.to/blog/volviendoalobasicopooenpython-1</id><published>2015-12-18T09:00:00+00:00</published><updated>2015-12-18T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Python" /><category term="Python" /><category term="POO" /></entry><entry><title>Escritura y lectura de un archivo con formato bson usando Python</title><link href="https://blog.seraph.to/blog/escrituraylecturadeunarchivoconformatobsonusandopython" /><id>https://blog.seraph.to/blog/escrituraylecturadeunarchivoconformatobsonusandopython</id><published>2015-12-13T09:00:00+00:00</published><updated>2015-12-13T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Python" /><category term="Debian" /><category term="Python" /><category term="Ubuntu" /><category term="Mongodb" /></entry><entry><title>Hacer traducciones con google translate desde python</title><link href="https://blog.seraph.to/blog/hacertraduccionescongoogletranslatedesdepython" /><id>https://blog.seraph.to/blog/hacertraduccionescongoogletranslatedesdepython</id><published>2015-10-19T09:00:00+00:00</published><updated>2015-10-19T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Python" /><category term="Canaima" /><category term="Debian" /><category term="Python" /><category term="Ubuntu" /><category term="Google Translate" /></entry><entry><title>Extracción de información de PDFs con python (parte 3)</title><link href="https://blog.seraph.to/blog/extracciondeinformaciondepdfsconpython-3" /><id>https://blog.seraph.to/blog/extracciondeinformaciondepdfsconpython-3</id><published>2015-10-12T09:00:00+00:00</published><updated>2015-10-12T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Python" /><category term="Canaima" /><category term="Debian" /><category term="Python" /><category term="Ubuntu" /><category term="pdf scraping" /></entry><entry><title>Extracción de información de PDFs con python (parte 2).</title><link href="https://blog.seraph.to/blog/extracciondeinformaciondepdfsconpython-2" /><id>https://blog.seraph.to/blog/extracciondeinformaciondepdfsconpython-2</id><published>2015-08-30T09:00:00+00:00</published><updated>2015-08-30T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Python" /><category term="Debian" /><category term="General" /><category term="Python" /><category term="pdf scraping" /></entry><entry><title>Extracción de información de PDFs con python (parte 1).</title><link href="https://blog.seraph.to/blog/extracciondeinformaciondepdfsconpython-1" /><id>https://blog.seraph.to/blog/extracciondeinformaciondepdfsconpython-1</id><published>2015-08-29T09:00:00+00:00</published><updated>2015-08-29T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Python" /><category term="Debian" /><category term="General" /><category term="Python" /><category term="pdf scraping" /></entry><entry><title>Obtener la resolución de la pantalla desde Python</title><link href="https://blog.seraph.to/blog/obtenerlaresoluciondelapantalladesdepython" /><id>https://blog.seraph.to/blog/obtenerlaresoluciondelapantalladesdepython</id><published>2015-08-27T09:00:00+00:00</published><updated>2015-08-27T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="General" /></entry><entry><title>Usar mongodb en Django</title><link href="https://blog.seraph.to/blog/usarmongodbendjango" /><id>https://blog.seraph.to/blog/usarmongodbendjango</id><published>2015-05-14T09:00:00+00:00</published><updated>2015-05-14T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Python" /><category term="Canaima" /><category term="Debian" /><category term="Python" /><category term="Ubuntu" /><category term="Mongodb" /><category term="Django" /></entry><entry><title>Habilitar autenticación en un servidor mongodb</title><link href="https://blog.seraph.to/blog/habilitarautenticacionenunservidormongodb" /><id>https://blog.seraph.to/blog/habilitarautenticacionenunservidormongodb</id><published>2015-05-08T09:00:00+00:00</published><updated>2015-05-08T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Linux" /><category term="Canaima" /><category term="Debian" /><category term="General" /><category term="Linux" /><category term="Ubuntu" /><category term="Mongodb" /></entry><entry><title>Darle estilo material design a Django (parte 1, el admin)</title><link href="https://blog.seraph.to/blog/darleestilomaterialdesignadjangoadmin-1" /><id>https://blog.seraph.to/blog/darleestilomaterialdesignadjangoadmin-1</id><published>2015-04-26T09:00:00+00:00</published><updated>2015-04-26T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Python" /><category term="Canaima" /><category term="Debian" /><category term="Python" /><category term="Ubuntu" /><category term="Django" /><category term="Material design" /></entry><entry><title>API rest Full para Python con Eve (parte 1).</title><link href="https://blog.seraph.to/blog/apirestfullparapythonconeve-1" /><id>https://blog.seraph.to/blog/apirestfullparapythonconeve-1</id><published>2015-04-07T09:00:00+00:00</published><updated>2015-04-07T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Python" /><category term="Canaima" /><category term="Debian" /><category term="Python" /><category term="Ubuntu" /><category term="Eve" /><category term="API restfull" /></entry><entry><title>Geometría Analítica con Sympy (triángulos)</title><link href="https://blog.seraph.to/blog/geometriaanaliticaconsympytriangulos" /><id>https://blog.seraph.to/blog/geometriaanaliticaconsympytriangulos</id><published>2015-03-22T09:00:00+00:00</published><updated>2015-03-22T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Python" /><category term="Canaima" /><category term="Debian" /><category term="General" /><category term="Python" /><category term="Ubuntu" /><category term="Sympy" /></entry><entry><title>Geometría Analítica con Sympy (circulos)</title><link href="https://blog.seraph.to/blog/geometriaanaliticaconsympycirculos" /><id>https://blog.seraph.to/blog/geometriaanaliticaconsympycirculos</id><published>2015-03-02T09:00:00+00:00</published><updated>2015-03-02T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Python" /><category term="Canaima" /><category term="Debian" /><category term="General" /><category term="Python" /><category term="Ubuntu" /><category term="Sympy" /></entry><entry><title>Geometría Analítica con Sympy (rectas)</title><link href="https://blog.seraph.to/blog/geometriaanaliticaconsympyrectas" /><id>https://blog.seraph.to/blog/geometriaanaliticaconsympyrectas</id><published>2015-02-23T11:20:00+00:00</published><updated>2015-02-23T11:20:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Python" /><category term="Canaima" /><category term="Debian" /><category term="General" /><category term="Python" /><category term="Ubuntu" /><category term="Sympy" /></entry><entry><title>Geometría Analítica con Sympy (Segmentos)</title><link href="https://blog.seraph.to/blog/geometriaanaliticaconsympysegmentos" /><id>https://blog.seraph.to/blog/geometriaanaliticaconsympysegmentos</id><published>2015-02-21T11:10:00+00:00</published><updated>2015-02-21T11:10:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Python" /><category term="Canaima" /><category term="Debian" /><category term="General" /><category term="Python" /><category term="Ubuntu" /><category term="Sympy" /></entry><entry><title>Resolución de sistemas de ecuaciones con Sympy</title><link href="https://blog.seraph.to/blog/resoluciondesistemasdeecuacionesconsympy" /><id>https://blog.seraph.to/blog/resoluciondesistemasdeecuacionesconsympy</id><published>2015-02-21T11:00:00+00:00</published><updated>2015-02-21T11:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Python" /><category term="Canaima" /><category term="Debian" /><category term="General" /><category term="Python" /><category term="Ubuntu" /><category term="Sympy" /></entry><entry><title>Cálculo de Integrales con Sympy</title><link href="https://blog.seraph.to/blog/calculodeintegralesconsympy" /><id>https://blog.seraph.to/blog/calculodeintegralesconsympy</id><published>2015-02-21T10:00:00+00:00</published><updated>2015-02-21T10:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Python" /><category term="Canaima" /><category term="Debian" /><category term="General" /><category term="Python" /><category term="Ubuntu" /><category term="Sympy" /></entry><entry><title>Cálculo de derivadas con sympy</title><link href="https://blog.seraph.to/blog/calculodederivadasconsympy" /><id>https://blog.seraph.to/blog/calculodederivadasconsympy</id><published>2015-02-21T09:00:00+00:00</published><updated>2015-02-21T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Python" /><category term="Canaima" /><category term="Debian" /><category term="General" /><category term="Python" /><category term="Ubuntu" /></entry><entry><title>Cálculo de límites con la librería sympy</title><link href="https://blog.seraph.to/blog/calculodelimitesconlalibreriasympy" /><id>https://blog.seraph.to/blog/calculodelimitesconlalibreriasympy</id><published>2015-02-21T08:00:00+00:00</published><updated>2015-02-21T08:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Python" /><category term="Canaima" /><category term="Debian" /><category term="General" /><category term="Python" /><category term="Ubuntu" /><category term="Sympy" /></entry><entry><title>Gráfica de presión de vapor con numpy y matplotlib</title><link href="https://blog.seraph.to/blog/graficadepresiondevaporconnumpyymatplotlib" /><id>https://blog.seraph.to/blog/graficadepresiondevaporconnumpyymatplotlib</id><published>2015-01-11T13:00:00+00:00</published><updated>2015-01-11T13:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Python" /><category term="Debian" /><category term="General" /><category term="matplotlib" /><category term="numpy" /><category term="Python" /><category term="Ubuntu" /></entry><entry><title>Generación de un histograma de frecuencia con numpy, Scipy y Matplotlib</title><link href="https://blog.seraph.to/blog/generaciondeunhistogramadefrecuenciaconnumpyscipyymatplotlib" /><id>https://blog.seraph.to/blog/generaciondeunhistogramadefrecuenciaconnumpyscipyymatplotlib</id><published>2015-01-11T11:00:00+00:00</published><updated>2015-01-11T11:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Python" /><category term="Debian" /><category term="matplotlib" /><category term="numpy" /><category term="Python" /><category term="Ubuntu" /></entry><entry><title>Extracción de datos de páginas web con scrapy y MongoDB</title><link href="https://blog.seraph.to/blog/extracciondedatosdepaginaswebconscrapyymongodb" /><id>https://blog.seraph.to/blog/extracciondedatosdepaginaswebconscrapyymongodb</id><published>2015-01-02T09:00:00+00:00</published><updated>2015-01-02T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Python y Linux" /><category term="Debian" /><category term="Linux" /><category term="Python" /><category term="Ubuntu" /><category term="Webscraping" /></entry><entry><title>Extracción de datos de páginas web con scrapy</title><link href="https://blog.seraph.to/blog/extracciondedatosdepaginaswebconscrapy" /><id>https://blog.seraph.to/blog/extracciondedatosdepaginaswebconscrapy</id><published>2015-01-01T09:00:00+00:00</published><updated>2015-01-01T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Python" /><category term="Debian" /><category term="Linux" /><category term="Python" /><category term="Ubuntu" /><category term="Webscraping" /></entry><entry><title>Utilizando mongodb por medio de python.</title><link href="https://blog.seraph.to/blog/utilizandomongodbpormediodepython" /><id>https://blog.seraph.to/blog/utilizandomongodbpormediodepython</id><published>2014-09-21T09:00:00+00:00</published><updated>2014-09-21T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Python" /><category term="Canaima" /><category term="Debian" /><category term="Linux" /><category term="Python" /><category term="Ubuntu" /><category term="mongodb" /></entry><entry><title>Participación en el Primer Encuentro sobre Conocimiento Libre, Comunidad y Democracia</title><link href="https://blog.seraph.to/blog/participacionenelprimerencuentrosobreconocimientolibrecomunidadydemocracia" /><id>https://blog.seraph.to/blog/participacionenelprimerencuentrosobreconocimientolibrecomunidadydemocracia</id><published>2014-09-21T09:00:00+00:00</published><updated>2014-09-21T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Anuncios" /><category term="Debian" /><category term="General" /><category term="Linux" /></entry><entry><title>Instalar un servidor mongodb en Debian</title><link href="https://blog.seraph.to/blog/instalarunservidormongodbendebian" /><id>https://blog.seraph.to/blog/instalarunservidormongodbendebian</id><published>2014-09-13T09:00:00+00:00</published><updated>2014-09-13T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Linux,Desarrollo" /><category term="Canaima" /><category term="Debian" /><category term="General" /><category term="Linux" /><category term="Ubuntu" /><category term="mongodb" /></entry><entry><title>Urwid librería ncurses para hacer aplicaciones de texto para la consola (parte 1).</title><link href="https://blog.seraph.to/blog/urwidlibreriancursesparahaceraplicacionesdetextoparalaconsola-1" /><id>https://blog.seraph.to/blog/urwidlibreriancursesparahaceraplicacionesdetextoparalaconsola-1</id><published>2014-08-17T09:00:00+00:00</published><updated>2014-08-17T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Python y Linux" /><category term="Canaima" /><category term="Debian" /><category term="General" /><category term="Linux" /><category term="Python" /><category term="Ubuntu" /><category term="ncurses" /><category term="urwid" /></entry><entry><title>Tarea de Django-Celery desde un URL</title><link href="https://blog.seraph.to/blog/tareadedjangocelerydesdeunurl" /><id>https://blog.seraph.to/blog/tareadedjangocelerydesdeunurl</id><published>2014-07-22T09:00:00+00:00</published><updated>2014-07-22T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Python" /><category term="Canaima" /><category term="Debian" /><category term="General" /><category term="Ubuntu" /><category term="Django" /></entry><entry><title>Restful API con Django-tastypie y Django-Celery</title><link href="https://blog.seraph.to/blog/restfulapicondjangotastypieydjangocelery" /><id>https://blog.seraph.to/blog/restfulapicondjangotastypieydjangocelery</id><published>2014-07-19T09:00:00+00:00</published><updated>2014-07-19T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Python" /><category term="Canaima" /><category term="Debian" /><category term="General" /><category term="Linux" /><category term="Python" /><category term="Ubuntu" /><category term="Django" /></entry><entry><title>Configurando un sitio estático con flask</title><link href="https://blog.seraph.to/blog/configurandounsitioestaticoconflask" /><id>https://blog.seraph.to/blog/configurandounsitioestaticoconflask</id><published>2014-06-08T09:00:00+00:00</published><updated>2014-06-08T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Python" /><category term="Python" /><category term="Flask" /></entry><entry><title>Micro framework flask (parte 2)</title><link href="https://blog.seraph.to/blog/microframeworkflask-2" /><id>https://blog.seraph.to/blog/microframeworkflask-2</id><published>2014-06-07T09:00:00+00:00</published><updated>2014-06-07T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Python" /><category term="Python" /><category term="Flask" /></entry><entry><title>Micro Framework de desarrollo web Flask</title><link href="https://blog.seraph.to/blog/microframeworkdedesarrollowebflask" /><id>https://blog.seraph.to/blog/microframeworkdedesarrollowebflask</id><published>2014-05-31T09:00:00+00:00</published><updated>2014-05-31T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Python" /><category term="Python" /><category term="Flask" /></entry><entry><title>Restful API con Django-tastypie</title><link href="https://blog.seraph.to/blog/restfulapicondjangotastypie" /><id>https://blog.seraph.to/blog/restfulapicondjangotastypie</id><published>2014-05-03T09:00:00+00:00</published><updated>2014-05-03T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Python" /><category term="Canaima" /><category term="Debian" /><category term="General" /><category term="Python" /><category term="Ubuntu" /><category term="Django" /></entry><entry><title>Manejo de colas de RabbitMQ en Django con Django-Celery</title><link href="https://blog.seraph.to/blog/manejodecolasderabbitmqendjangocondjangocelery" /><id>https://blog.seraph.to/blog/manejodecolasderabbitmqendjangocondjangocelery</id><published>2014-04-29T09:00:00+00:00</published><updated>2014-04-29T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Python" /><category term="Canaima" /><category term="Debian" /><category term="Python" /><category term="Ubuntu" /><category term="Django" /><category term="Django-Celery" /></entry><entry><title>Reproductor de vídeo con python y kivy</title><link href="https://blog.seraph.to/blog/reproductordevideoconpythonykivy" /><id>https://blog.seraph.to/blog/reproductordevideoconpythonykivy</id><published>2014-04-19T10:00:00+00:00</published><updated>2014-04-19T10:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Python" /><category term="Android" /><category term="Canaima" /><category term="Debian" /><category term="General" /><category term="gnome" /><category term="Python" /><category term="Ubuntu" /><category term="kivy" /></entry><entry><title>Widget button y Scatter (widget de comportamiento) en kivy.</title><link href="https://blog.seraph.to/blog/widgetbuttonyscatterwidgetdecomportamientoenkivy" /><id>https://blog.seraph.to/blog/widgetbuttonyscatterwidgetdecomportamientoenkivy</id><published>2014-04-19T08:00:00+00:00</published><updated>2014-04-19T08:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Python" /><category term="Canaima" /><category term="Debian" /><category term="General" /><category term="gnome" /><category term="Python" /><category term="Ubuntu" /><category term="kivy" /></entry><entry><title>Desarrollo de aplicaciones multiplataforma con python y kivy</title><link href="https://blog.seraph.to/blog/desarrollodeaplicacionesmultiplataformaconpythonykivy" /><id>https://blog.seraph.to/blog/desarrollodeaplicacionesmultiplataformaconpythonykivy</id><published>2014-04-18T09:00:00+00:00</published><updated>2014-04-18T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Python" /><category term="Android" /><category term="Canaima" /><category term="Debian" /><category term="General" /><category term="gnome" /><category term="python" /><category term="Ubuntu" /><category term="kivy" /></entry><entry><title>Crear un demonio de Linux con Python</title><link href="https://blog.seraph.to/blog/crearundemoniodelinuxconpython" /><id>https://blog.seraph.to/blog/crearundemoniodelinuxconpython</id><published>2014-02-02T09:00:00+00:00</published><updated>2014-02-02T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Python" /><category term="Canaima" /><category term="Debian" /><category term="Fedora" /><category term="General" /><category term="Linux" /><category term="Python" /><category term="Ubuntu" /><category term="Python-daemon" /><category term="Python-lockfile" /></entry><entry><title>Crear URL recortadas con Python (bit.ly)</title><link href="https://blog.seraph.to/blog/crearurlrecortadasconpythonbitly" /><id>https://blog.seraph.to/blog/crearurlrecortadasconpythonbitly</id><published>2014-01-25T09:00:00+00:00</published><updated>2014-01-25T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Python" /><category term="Canaima" /><category term="Debian" /><category term="General" /><category term="Python" /><category term="Ubuntu" /><category term="bit.ly" /></entry><entry><title>Obtener información del clima en una ciudad con Python</title><link href="https://blog.seraph.to/blog/obtenerinformaciondelclimaenunaciudadconpython" /><id>https://blog.seraph.to/blog/obtenerinformaciondelclimaenunaciudadconpython</id><published>2014-01-19T09:00:00+00:00</published><updated>2014-01-19T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Python" /><category term="Canaima" /><category term="Debian" /><category term="Python" /><category term="Ubuntu" /><category term="PyOWM" /></entry><entry><title>Jugando con RSS del blog desde Python</title><link href="https://blog.seraph.to/blog/jugandoconrssdelblogdesdepython" /><id>https://blog.seraph.to/blog/jugandoconrssdelblogdesdepython</id><published>2014-01-18T09:00:00+00:00</published><updated>2014-01-18T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Python" /><category term="Canaima" /><category term="Debian" /><category term="Python" /><category term="Ubuntu" /></entry><entry><title>Webscraping con Python Mechanize y BeautifulSoup4</title><link href="https://blog.seraph.to/blog/webscrapingconpythonmechanizeybeautifulsoup4" /><id>https://blog.seraph.to/blog/webscrapingconpythonmechanizeybeautifulsoup4</id><published>2013-10-29T09:00:00+00:00</published><updated>2013-10-29T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Python" /><category term="Canaima" /><category term="Debian" /><category term="Linux" /><category term="Python" /><category term="Ubuntu" /><category term="Webscraping" /><category term="Mechanize" /><category term="Beautiful Soup" /></entry><entry><title>Extracción de datos con Scraperwiki y Python</title><link href="https://blog.seraph.to/blog/extracciondedatosconscraperwikiypython" /><id>https://blog.seraph.to/blog/extracciondedatosconscraperwikiypython</id><published>2013-10-28T09:00:00+00:00</published><updated>2013-10-28T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="General" /><category term="General" /></entry><entry><title>Extracción de datos de página web con pyquery y Python</title><link href="https://blog.seraph.to/blog/extracciondedatosdepaginawebconpyqueryypython" /><id>https://blog.seraph.to/blog/extracciondedatosdepaginawebconpyqueryypython</id><published>2013-10-27T09:00:00+00:00</published><updated>2013-10-27T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Python" /><category term="Canaima" /><category term="Debian" /><category term="General" /><category term="Linux" /><category term="Python" /><category term="Ubuntu" /><category term="Webscraping" /></entry><entry><title>Extracción de datos de páginas web con Scrapemark y Python</title><link href="https://blog.seraph.to/blog/extracciondedatosdepaginaswebconscrapemarkypython" /><id>https://blog.seraph.to/blog/extracciondedatosdepaginaswebconscrapemarkypython</id><published>2013-10-26T10:00:00+00:00</published><updated>2013-10-26T10:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Python" /><category term="Canaima" /><category term="Debian" /><category term="General" /><category term="Linux" /><category term="Python" /><category term="Ubuntu" /><category term="webscraping" /><category term="Scrapermark" /></entry><entry><title>Extracción de datos en páginas web con Webscraping y Python</title><link href="https://blog.seraph.to/blog/extracciondedatosenpaginaswebconwebscrapingypython" /><id>https://blog.seraph.to/blog/extracciondedatosenpaginaswebconwebscrapingypython</id><published>2013-10-25T09:00:00+00:00</published><updated>2013-10-25T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Python" /><category term="Canaima" /><category term="Debian" /><category term="General" /><category term="Linux" /><category term="Python" /><category term="Ubuntu" /><category term="Webscraping" /></entry><entry><title>Webscraping o extracción de datos de páginas web con BeautifulSoup4 y Python</title><link href="https://blog.seraph.to/blog/webscrapingoextracciondedatosdepaginaswebconbeautifulsoup4ypython" /><id>https://blog.seraph.to/blog/webscrapingoextracciondedatosdepaginaswebconbeautifulsoup4ypython</id><published>2013-10-24T09:00:00+00:00</published><updated>2013-10-24T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Python" /><category term="Canaima" /><category term="Debian" /><category term="General" /><category term="Linux" /><category term="Python" /><category term="Ubuntu" /><category term="webscraping" /><category term="Beautiful Soup" /></entry><entry><title>Una introducción a Beautiful Soup 4 en Python.</title><link href="https://blog.seraph.to/blog/unaintroduccionabeautifulsoup4enpython" /><id>https://blog.seraph.to/blog/unaintroduccionabeautifulsoup4enpython</id><published>2013-10-23T09:00:00+00:00</published><updated>2013-10-23T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Python" /><category term="Canaima" /><category term="Debian" /><category term="General" /><category term="Linux" /><category term="Python" /><category term="Ubuntu" /><category term="Beautiful Soup" /><category term="webscraping" /></entry><entry><title>Obtener información de metadatos EXIF de una imagen con Python</title><link href="https://blog.seraph.to/blog/obtenerinformaciondemetadatosexifdeunaimagenconpython" /><id>https://blog.seraph.to/blog/obtenerinformaciondemetadatosexifdeunaimagenconpython</id><published>2013-10-14T09:00:00+00:00</published><updated>2013-10-14T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Python" /><category term="Canaima" /><category term="Debian" /><category term="General" /><category term="Linux" /><category term="Python" /><category term="Ubuntu" /><category term="exif" /></entry><entry><title>Mostrar tweets en tiempo real con twython y el API Stream de Twitter</title><link href="https://blog.seraph.to/blog/mostrartweetsentiemporealcontwythonyelapistreamdetwitter" /><id>https://blog.seraph.to/blog/mostrartweetsentiemporealcontwythonyelapistreamdetwitter</id><published>2013-09-26T09:00:00+00:00</published><updated>2013-09-26T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Python" /><category term="Debian" /><category term="General" /><category term="Linux" /><category term="Python" /><category term="Twitter" /><category term="Ubuntu" /></entry><entry><title>Probando la librería twython para twitter</title><link href="https://blog.seraph.to/blog/probandolalibreriatwythonparatwitter" /><id>https://blog.seraph.to/blog/probandolalibreriatwythonparatwitter</id><published>2013-09-22T10:00:00+00:00</published><updated>2013-09-22T10:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Python" /><category term="Canaima" /><category term="Debian" /><category term="General" /><category term="Linux" /><category term="Python" /><category term="Twitter" /><category term="Ubuntu" /></entry><entry><title>Descubriendo Trending Topics de Twitter con twython y python</title><link href="https://blog.seraph.to/blog/descubriendotrendingtopicsdetwittercontwythonypython" /><id>https://blog.seraph.to/blog/descubriendotrendingtopicsdetwittercontwythonypython</id><published>2013-09-22T09:00:00+00:00</published><updated>2013-09-22T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Python" /><category term="Canaima" /><category term="Debian" /><category term="General" /><category term="Linux" /><category term="Python" /><category term="Twitter" /><category term="Ubuntu" /></entry><entry><title>Manejo de sesión en el ORM sqlalchemy</title><link href="https://blog.seraph.to/blog/manejodesesionenelormsqlalchemy" /><id>https://blog.seraph.to/blog/manejodesesionenelormsqlalchemy</id><published>2013-09-18T09:00:00+00:00</published><updated>2013-09-18T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="General" /><category term="General" /><category term="Python" /></entry><entry><title>Bajar vídeos de youtube desde Python con Pafy.</title><link href="https://blog.seraph.to/blog/bajarvideosdeyoutubedesdepythonconpafy" /><id>https://blog.seraph.to/blog/bajarvideosdeyoutubedesdepythonconpafy</id><published>2013-09-01T09:00:00+00:00</published><updated>2013-09-01T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="General" /><category term="General" /></entry><entry><title>Día Debian en Barquisimeto</title><link href="https://blog.seraph.to/blog/diadebianenbarquisimeto" /><id>https://blog.seraph.to/blog/diadebianenbarquisimeto</id><published>2013-08-16T09:00:00+00:00</published><updated>2013-08-16T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Evento" /><category term="Canaima" /><category term="Debian" /><category term="General" /><category term="Ubuntu" /></entry><entry><title>Nodos más influyentes en un grafo con networkx. Parte 4.</title><link href="https://blog.seraph.to/blog/nodosmasinfluyentesenungrafoconnetworkx-4" /><id>https://blog.seraph.to/blog/nodosmasinfluyentesenungrafoconnetworkx-4</id><published>2013-08-11T09:00:00+00:00</published><updated>2013-08-11T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Python" /><category term="General" /><category term="Networkx" /><category term="Python" /></entry><entry><title>Mejorar la privacidad en celulares y tabletas con Android</title><link href="https://blog.seraph.to/blog/mejorarlaprivacidadencelularesytabletasconandroid" /><id>https://blog.seraph.to/blog/mejorarlaprivacidadencelularesytabletasconandroid</id><published>2013-08-04T09:00:00+00:00</published><updated>2013-08-04T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial" /><category term="Android" /><category term="General" /><category term="Linux" /></entry><entry><title>Graficar la tangente de una curva con python, numpy y pylab.</title><link href="https://blog.seraph.to/blog/graficarlatangentedeunacurvaconpythonnumpyypylab" /><id>https://blog.seraph.to/blog/graficarlatangentedeunacurvaconpythonnumpyypylab</id><published>2013-07-26T09:00:00+00:00</published><updated>2013-07-26T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Python" /><category term="General" /><category term="Linux" /><category term="matplotlib" /><category term="numpy" /><category term="Python" /></entry><entry><title>Utilizando el API de Stream de Twitter con Python y tweetstream. Parte 1.</title><link href="https://blog.seraph.to/blog/utilizandoelapidestreamdetwitterconpythonytweetstream-1" /><id>https://blog.seraph.to/blog/utilizandoelapidestreamdetwitterconpythonytweetstream-1</id><published>2013-06-04T09:00:00+00:00</published><updated>2013-06-04T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Python" /><category term="API Stream" /><category term="Debian" /><category term="General" /><category term="Linux" /><category term="Python" /><category term="Twitter" /></entry><entry><title>Máquinas virtuales con kvm y qemu</title><link href="https://blog.seraph.to/blog/maquinasvirtualesconkvmyqemu" /><id>https://blog.seraph.to/blog/maquinasvirtualesconkvmyqemu</id><published>2013-06-02T09:00:00+00:00</published><updated>2013-06-02T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Linux" /><category term="Debian" /><category term="General" /><category term="KVM" /><category term="qemu" /></entry><entry><title>Descubriendo trending topics de twitter con python-twitter.</title><link href="https://blog.seraph.to/blog/descubriendotrendingtopicsdetwitterconpythontwitter" /><id>https://blog.seraph.to/blog/descubriendotrendingtopicsdetwitterconpythontwitter</id><published>2013-04-27T09:00:00+00:00</published><updated>2013-04-27T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Python" /><category term="General" /><category term="Python" /><category term="Twitter" /></entry><entry><title>Descubrir equipos en una Red Local con Python (ipcalc y scapy).</title><link href="https://blog.seraph.to/blog/descubrirequiposenunaredlocalconpythonipcalcyscapy" /><id>https://blog.seraph.to/blog/descubrirequiposenunaredlocalconpythonipcalcyscapy</id><published>2013-04-22T09:00:00+00:00</published><updated>2013-04-22T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Python" /><category term="Canaima" /><category term="Debian" /><category term="General" /><category term="Linux" /><category term="Python" /><category term="scapy" /><category term="ipcalc" /></entry><entry><title>Resolución de sistemas de ecuaciones lineales por descomposión QR usando Numpy</title><link href="https://blog.seraph.to/blog/resoluciondesistemasdeecuacioneslinealespordescomposionqrusandonumpy" /><id>https://blog.seraph.to/blog/resoluciondesistemasdeecuacioneslinealespordescomposionqrusandonumpy</id><published>2013-02-21T09:00:00+00:00</published><updated>2013-02-21T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Python" /><category term="General" /><category term="numpy" /><category term="Python" /></entry><entry><title>Creación de gráfico de burbujas con matplotlib</title><link href="https://blog.seraph.to/blog/creaciondegraficodeburbujasconmatplotlib" /><id>https://blog.seraph.to/blog/creaciondegraficodeburbujasconmatplotlib</id><published>2013-02-20T09:00:00+00:00</published><updated>2013-02-20T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Python" /><category term="matplotlib" /><category term="Python" /><category term="matplotlib" /><category term="pylab" /><category term="scipy" /></entry><entry><title>Teorema de muestreo explicado con numpy</title><link href="https://blog.seraph.to/blog/teoremademuestreoexplicadoconnumpy" /><id>https://blog.seraph.to/blog/teoremademuestreoexplicadoconnumpy</id><published>2013-02-19T10:00:00+00:00</published><updated>2013-02-19T10:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Python" /><category term="General" /><category term="matplotlib" /><category term="numpy" /><category term="python" /></entry><entry><title>Manejar información de un archivo csv con csvkit</title><link href="https://blog.seraph.to/blog/manejarinformaciondeunarchivocsvconcsvkit" /><id>https://blog.seraph.to/blog/manejarinformaciondeunarchivocsvconcsvkit</id><published>2013-02-19T10:00:00+00:00</published><updated>2013-02-19T10:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Python" /><category term="General" /><category term="Python" /><category term="csv" /><category term="csvkit" /></entry><entry><title>Encontrar el mínimo de una función usando fmin de scipy</title><link href="https://blog.seraph.to/blog/encontrarelminimodeunafuncionusandofmindescipy" /><id>https://blog.seraph.to/blog/encontrarelminimodeunafuncionusandofmindescipy</id><published>2013-02-18T09:00:00+00:00</published><updated>2013-02-18T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Python" /><category term="General" /><category term="matplotlib" /><category term="pylab" /><category term="python" /></entry><entry><title>Graficar la intercepción de 2 funciones</title><link href="https://blog.seraph.to/blog/graficarlaintercepcionde2funciones" /><id>https://blog.seraph.to/blog/graficarlaintercepcionde2funciones</id><published>2013-02-15T09:00:00+00:00</published><updated>2013-02-15T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Python" /><category term="General" /><category term="numpy" /><category term="Python" /></entry><entry><title>Encontrar la raíz de una función con fsolve</title><link href="https://blog.seraph.to/blog/encontrarlaraizdeunafuncionconfsolve" /><id>https://blog.seraph.to/blog/encontrarlaraizdeunafuncionconfsolve</id><published>2013-02-14T10:00:00+00:00</published><updated>2013-02-14T10:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Python" /><category term="Canaima" /><category term="Debian" /><category term="General" /><category term="Linux" /><category term="matplotlib" /><category term="numpy" /><category term="Python" /><category term="Ubuntu" /></entry><entry><title>Graficar una función de 2 variables con matplotlib</title><link href="https://blog.seraph.to/blog/graficarunafuncionde2variablesconmatplotlib" /><id>https://blog.seraph.to/blog/graficarunafuncionde2variablesconmatplotlib</id><published>2013-02-14T09:00:00+00:00</published><updated>2013-02-14T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Python" /><category term="Canaima" /><category term="Debian" /><category term="General" /><category term="Linux" /><category term="matplotlib" /><category term="numpy" /><category term="Python" /><category term="Ubuntu" /></entry><entry><title>Creación de grafos con networkx. Parte 3.</title><link href="https://blog.seraph.to/blog/creaciondegrafosconnetworkx-3" /><id>https://blog.seraph.to/blog/creaciondegrafosconnetworkx-3</id><published>2013-02-13T09:00:00+00:00</published><updated>2013-02-13T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Python" /><category term="Canaima" /><category term="Debian" /><category term="General" /><category term="Linux" /><category term="matplotlib" /><category term="Python" /><category term="Ubuntu" /></entry><entry><title>Obtener número de serial y número de versión de Raspberry Pi con Python</title><link href="https://blog.seraph.to/blog/obtenernumerodeserialynumerodeversionderaspberrypiconpython" /><id>https://blog.seraph.to/blog/obtenernumerodeserialynumerodeversionderaspberrypiconpython</id><published>2013-02-06T10:00:00+00:00</published><updated>2013-02-06T10:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial de Python" /><category term="Debian" /><category term="General" /><category term="Python" /><category term="Rasberry Pi" /><category term="Rasbian" /></entry><entry><title>Graficar el espectro de frecuencia con Numpy</title><link href="https://blog.seraph.to/blog/graficarelespectrodefrecuenciaconnumpy" /><id>https://blog.seraph.to/blog/graficarelespectrodefrecuenciaconnumpy</id><published>2013-02-06T09:00:00+00:00</published><updated>2013-02-06T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Python" /><category term="General" /><category term="Linux" /><category term="matplotlib" /><category term="numpy" /><category term="Python" /></entry><entry><title>Instalación de Raspbian en un Raspberry Pi.</title><link href="https://blog.seraph.to/blog/instalacionderaspbianenunraspberrypi" /><id>https://blog.seraph.to/blog/instalacionderaspbianenunraspberrypi</id><published>2013-02-05T09:00:00+00:00</published><updated>2013-02-05T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial de Linux" /><category term="Debian" /><category term="General" /><category term="Linux" /></entry><entry><title>Contador incremental con un display 7 segmentos y Arduino</title><link href="https://blog.seraph.to/blog/contadorincrementalconundisplay7segmentosyarduino" /><id>https://blog.seraph.to/blog/contadorincrementalconundisplay7segmentosyarduino</id><published>2013-02-04T09:00:00+00:00</published><updated>2013-02-04T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial de Arduino" /><category term="Arduino" /><category term="Linux" /><category term="Debian" /><category term="Ubuntu" /></entry><entry><title>Graficar consumo de memoria con memory_profiler</title><link href="https://blog.seraph.to/blog/graficarconsumodememoriaconmemoryprofiler" /><id>https://blog.seraph.to/blog/graficarconsumodememoriaconmemoryprofiler</id><published>2013-02-03T10:00:00+00:00</published><updated>2013-02-03T10:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Python" /><category term="General" /><category term="numpy" /><category term="Python" /></entry><entry><title>Monitorear el uso de memoria de un programa Python con memory_profiler</title><link href="https://blog.seraph.to/blog/monitorearelusodememoriadeunprogramapythonconmemoryprofiler" /><id>https://blog.seraph.to/blog/monitorearelusodememoriadeunprogramapythonconmemoryprofiler</id><published>2013-02-02T10:00:00+00:00</published><updated>2013-02-02T10:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Canaima" /><category term="Debian" /><category term="General" /><category term="Linux" /><category term="Python" /><category term="Ubuntu" /></entry><entry><title>Creación de grafos con networkx. Parte 2.</title><link href="https://blog.seraph.to/blog/creaciondegrafosconnetworkx-2" /><id>https://blog.seraph.to/blog/creaciondegrafosconnetworkx-2</id><published>2013-02-02T09:00:00+00:00</published><updated>2013-02-02T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Python" /><category term="Canaima" /><category term="Debian" /><category term="General" /><category term="matplotlib" /><category term="Python" /><category term="Ubuntu" /></entry><entry><title>Encender y apagar un LED constantemente con Arduino</title><link href="https://blog.seraph.to/blog/encenderyapagarunledconstantementeconarduino" /><id>https://blog.seraph.to/blog/encenderyapagarunledconstantementeconarduino</id><published>2013-02-01T09:00:00+00:00</published><updated>2013-02-01T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Linux" /><category term="Canaima" /><category term="Debian" /><category term="General" /><category term="Linux" /><category term="Ubuntu" /><category term="Arduino" /></entry><entry><title>Pruebas Unitarias en Python con unittest</title><link href="https://blog.seraph.to/blog/pruebasunitariasenpythonconunittest" /><id>https://blog.seraph.to/blog/pruebasunitariasenpythonconunittest</id><published>2012-12-26T09:00:00+00:00</published><updated>2012-12-26T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Python" /><category term="General" /><category term="Linux" /><category term="numpy" /><category term="Python" /><category term="TDD" /><category term="unittest" /></entry><entry><title>Pyproceessing: Un ambiente para crear gráficos con Python</title><link href="https://blog.seraph.to/blog/pyproceessingunambienteparacreargraficosconpython" /><id>https://blog.seraph.to/blog/pyproceessingunambienteparacreargraficosconpython</id><published>2012-12-24T09:00:00+00:00</published><updated>2012-12-24T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Python" /><category term="General" /><category term="Linux" /><category term="Pyprocessing" /><category term="Python" /></entry><entry><title>Separar código de pruebas de la documentación (doctest, 2da parte)</title><link href="https://blog.seraph.to/blog/separarcodigodepruebasdeladocumentaciondoctest2" /><id>https://blog.seraph.to/blog/separarcodigodepruebasdeladocumentaciondoctest2</id><published>2012-12-14T09:00:00+00:00</published><updated>2012-12-14T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Canaima" /><category term="Linux" /><category term="Python" /><category term="Ubuntu" /></entry><entry><title>Probar código con doctest</title><link href="https://blog.seraph.to/blog/probarcodigocondoctest" /><id>https://blog.seraph.to/blog/probarcodigocondoctest</id><published>2012-12-13T09:00:00+00:00</published><updated>2012-12-13T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Python" /><category term="Canaima" /><category term="Debian" /><category term="General" /><category term="Linux" /><category term="Python" /><category term="Ubuntu" /><category term="doctest" /></entry><entry><title>Configurar pantalla touch Bematech en Debian</title><link href="https://blog.seraph.to/blog/configurarpantallatouchbematechendebian" /><id>https://blog.seraph.to/blog/configurarpantallatouchbematechendebian</id><published>2012-12-12T09:00:00+00:00</published><updated>2012-12-12T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Linux" /><category term="Canaima" /><category term="Debian" /><category term="General" /><category term="gnome" /><category term="Linux" /><category term="Ubuntu" /><category term="Pantalla táctil" /></entry><entry><title>Analizando código Python con Pylint</title><link href="https://blog.seraph.to/blog/analizandocodigopythonconpylint" /><id>https://blog.seraph.to/blog/analizandocodigopythonconpylint</id><published>2012-12-11T09:00:00+00:00</published><updated>2012-12-11T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Python" /><category term="General" /><category term="Linux" /><category term="numpy" /><category term="python" /><category term="PyLint" /></entry><entry><title>Analizar código Python con Pyflakes</title><link href="https://blog.seraph.to/blog/analizarcodigopythonconpyflakes" /><id>https://blog.seraph.to/blog/analizarcodigopythonconpyflakes</id><published>2012-12-10T09:00:00+00:00</published><updated>2012-12-10T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Python" /><category term="General" /><category term="Linux" /><category term="Python" /><category term="Pyflakes" /></entry><entry><title>Depurar código python con pudb</title><link href="https://blog.seraph.to/blog/depurarcodigopythonconpudb" /><id>https://blog.seraph.to/blog/depurarcodigopythonconpudb</id><published>2012-12-07T09:00:00+00:00</published><updated>2012-12-07T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial de Python" /><category term="General" /><category term="Linux" /><category term="numpy" /><category term="python" /><category term="pudb" /></entry><entry><title>Depurar código python con ipython.</title><link href="https://blog.seraph.to/blog/depurarcodigopythonconipython" /><id>https://blog.seraph.to/blog/depurarcodigopythonconipython</id><published>2012-12-06T09:00:00+00:00</published><updated>2012-12-06T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Python" /><category term="General" /><category term="Linux" /><category term="numpy" /><category term="python" /><category term="ipython" /></entry><entry><title>Profiling de un script python con cProfile</title><link href="https://blog.seraph.to/blog/profilingdeunscriptpythonconcprofile" /><id>https://blog.seraph.to/blog/profilingdeunscriptpythonconcprofile</id><published>2012-12-05T09:00:00+00:00</published><updated>2012-12-05T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Python" /><category term="General" /><category term="Linux" /><category term="numpy" /><category term="python" /><category term="cProfile" /><category term="Profiling" /></entry><entry><title>Profiling de un script python con line_profiler</title><link href="https://blog.seraph.to/blog/profilingdeunscriptpythonconlineprofiler" /><id>https://blog.seraph.to/blog/profilingdeunscriptpythonconlineprofiler</id><published>2012-12-04T09:00:00+00:00</published><updated>2012-12-04T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Python" /><category term="General" /><category term="Linux" /><category term="numpy" /><category term="Python" /><category term="Profiling" /><category term="line_profiler" /></entry><entry><title>Profiling de un script python con timeit</title><link href="https://blog.seraph.to/blog/profilingdeunscriptpythoncontimeit" /><id>https://blog.seraph.to/blog/profilingdeunscriptpythoncontimeit</id><published>2012-12-03T09:00:00+00:00</published><updated>2012-12-03T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Python" /><category term="General" /><category term="numpy" /><category term="Python" /><category term="Profiling" /><category term="timeit" /></entry><entry><title>Resolución de sistemas de ecuaciones con NumPy</title><link href="https://blog.seraph.to/blog/resoluciondesistemasdeecuacionesconnumpy" /><id>https://blog.seraph.to/blog/resoluciondesistemasdeecuacionesconnumpy</id><published>2012-12-02T09:00:00+00:00</published><updated>2012-12-02T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Python" /><category term="Canaima" /><category term="Debian" /><category term="General" /><category term="Linux" /><category term="numpy" /><category term="Python" /><category term="Ubuntu" /></entry><entry><title>Creación de grafos con networkx. Parte 1.</title><link href="https://blog.seraph.to/blog/creaciondegrafosconnetworkx-1" /><id>https://blog.seraph.to/blog/creaciondegrafosconnetworkx-1</id><published>2012-11-26T09:00:00+00:00</published><updated>2012-11-26T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial de Python" /><category term="Debian" /><category term="General" /><category term="matplotlib" /><category term="Python" /><category term="grafos" /><category term="networkx" /></entry><entry><title>Tutorial de PyQt. Desarrollo con QtDesigner(2 ventanas). Parte 12</title><link href="https://blog.seraph.to/blog/tutorialdepyqtdesarrolloconqtdesigner2ventanas-12" /><id>https://blog.seraph.to/blog/tutorialdepyqtdesarrolloconqtdesigner2ventanas-12</id><published>2012-09-16T09:00:00+00:00</published><updated>2012-09-16T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Python" /><category term="Canaima" /><category term="Debian" /><category term="General" /><category term="Linux" /><category term="PyQt" /><category term="Python" /><category term="Ubuntu" /></entry><entry><title>Sistema de Mensajeria de Colas con ZeroMQ y Python (Charla FUDcon Latam Valencia 2012)</title><link href="https://blog.seraph.to/blog/sistemademensajeriadecolasconzeromqypythoncharlafudconlatamvalencia2012" /><id>https://blog.seraph.to/blog/sistemademensajeriadecolasconzeromqypythoncharlafudconlatamvalencia2012</id><published>2012-08-26T09:00:00+00:00</published><updated>2012-08-26T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Charla" /><category term="General" /><category term="Linux" /><category term="Python" /><category term="ZeroMQ" /></entry><entry><title>Python en Android (FUDcon Valencia 2012)</title><link href="https://blog.seraph.to/blog/pythonenandroidfudconvalencia2012" /><id>https://blog.seraph.to/blog/pythonenandroidfudconvalencia2012</id><published>2012-08-26T09:00:00+00:00</published><updated>2012-08-26T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Charla Python" /><category term="Android" /><category term="General" /><category term="Python" /></entry><entry><title>Captura de vídeo con Python y SimpleCV. Parte 4.</title><link href="https://blog.seraph.to/blog/capturadevideoconpythonysimplecv-4" /><id>https://blog.seraph.to/blog/capturadevideoconpythonysimplecv-4</id><published>2012-07-31T09:00:00+00:00</published><updated>2012-07-31T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Python" /><category term="Camara" /><category term="Canaima" /><category term="Debian" /><category term="General" /><category term="Gnome" /><category term="Linux" /><category term="Python" /><category term="Ubuntu" /><category term="Videos" /><category term="SimpleCV" /></entry><entry><title>Modificar imagen con simpleCV(binarización). Parte 3.</title><link href="https://blog.seraph.to/blog/modificarimagenconsimplecvbinarizacion-3" /><id>https://blog.seraph.to/blog/modificarimagenconsimplecvbinarizacion-3</id><published>2012-07-30T09:00:00+00:00</published><updated>2012-07-30T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Python" /><category term="Camara" /><category term="Canaima" /><category term="Debian" /><category term="General" /><category term="gnome" /><category term="Linux" /><category term="Python" /><category term="Ubuntu" /><category term="SimpleCV" /></entry><entry><title>Tutorial de PyQt. Desarrollo con QtDesigner. Parte 11.</title><link href="https://blog.seraph.to/blog/tutorialdepyqtdesarrolloconqtdesigner-11" /><id>https://blog.seraph.to/blog/tutorialdepyqtdesarrolloconqtdesigner-11</id><published>2012-07-29T09:00:00+00:00</published><updated>2012-07-29T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Python" /><category term="Canaima" /><category term="General" /><category term="gnome" /><category term="Linux" /><category term="PyQt" /><category term="Python" /><category term="Ubuntu" /></entry><entry><title>Ejecutar una tarea en una fecha próxima (APScheduler)</title><link href="https://blog.seraph.to/blog/ejecutarunatareaenunafechaproximaapscheduler" /><id>https://blog.seraph.to/blog/ejecutarunatareaenunafechaproximaapscheduler</id><published>2012-07-19T09:00:00+00:00</published><updated>2012-07-19T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Python" /><category term="Canaima" /><category term="Debian" /><category term="General" /><category term="Linux" /><category term="Python" /><category term="Ubuntu" /><category term="Tareas" /></entry><entry><title>Agendar tareas con python</title><link href="https://blog.seraph.to/blog/agendartareasconpython" /><id>https://blog.seraph.to/blog/agendartareasconpython</id><published>2012-07-18T09:00:00+00:00</published><updated>2012-07-18T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Python" /><category term="Canaima" /><category term="Debian" /><category term="Linux" /><category term="Python" /><category term="Ubuntu" /><category term="Tareas periodicas" /></entry><entry><title>Desplegar información vía web con Django. Parte 3.</title><link href="https://blog.seraph.to/blog/desplegarinformacionviawebcondjango-3" /><id>https://blog.seraph.to/blog/desplegarinformacionviawebcondjango-3</id><published>2012-07-15T09:00:00+00:00</published><updated>2012-07-15T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Python" /><category term="Canaima" /><category term="Debian" /><category term="Django" /><category term="Python" /><category term="Ubuntu" /></entry><entry><title>Captura de imágen desde webcam con el framework SimpleCV. Parte 2.</title><link href="https://blog.seraph.to/blog/capturadeimagendesdewebcamconelframeworksimplecv-2" /><id>https://blog.seraph.to/blog/capturadeimagendesdewebcamconelframeworksimplecv-2</id><published>2012-07-08T10:00:00+00:00</published><updated>2012-07-08T10:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Python" /><category term="Camara" /><category term="Canaima" /><category term="Debian" /><category term="gnome" /><category term="Linux" /><category term="Python" /><category term="Ubuntu" /><category term="SimpleCV" /></entry><entry><title>Captura de imágen desde la webcam con el framework SimpleCV. Parte 1.</title><link href="https://blog.seraph.to/blog/capturadeimagendesdelawebcamconelframeworksimplecv-1" /><id>https://blog.seraph.to/blog/capturadeimagendesdelawebcamconelframeworksimplecv-1</id><published>2012-07-08T09:00:00+00:00</published><updated>2012-07-08T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Canaima" /><category term="Debian" /><category term="Linux" /><category term="Python" /><category term="Ubuntu" /><category term="SimpleCV" /></entry><entry><title>Hola Mundo con Django. Parte 2.</title><link href="https://blog.seraph.to/blog/holamundocondjango-2" /><id>https://blog.seraph.to/blog/holamundocondjango-2</id><published>2012-07-07T09:00:00+00:00</published><updated>2012-07-07T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Python" /><category term="Debian" /><category term="Django" /><category term="Linux" /><category term="python" /><category term="Ubuntu" /></entry><entry><title>Framework de desarrollo web Django. Parte 1.</title><link href="https://blog.seraph.to/blog/frameworkdedesarrollowebdjango-1" /><id>https://blog.seraph.to/blog/frameworkdedesarrollowebdjango-1</id><published>2012-07-06T09:00:00+00:00</published><updated>2012-07-06T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Python" /><category term="Canaima" /><category term="Debian" /><category term="Django" /><category term="Linux" /><category term="Python" /><category term="Ubuntu" /></entry><entry><title>Tutorial de ZeroMQ con Python. Parte 8.</title><link href="https://blog.seraph.to/blog/tutorialdezeromqconpython-8" /><id>https://blog.seraph.to/blog/tutorialdezeromqconpython-8</id><published>2012-07-02T09:00:00+00:00</published><updated>2012-07-02T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Python" /><category term="Canaima" /><category term="Debian" /><category term="General" /><category term="Python" /><category term="Ubuntu" /><category term="ZeroMQ" /></entry><entry><title>Tutorial de ZeroMQ con Python( Pipelining). Parte 7.</title><link href="https://blog.seraph.to/blog/tutorialdezeromqconpython-7" /><id>https://blog.seraph.to/blog/tutorialdezeromqconpython-7</id><published>2012-06-30T09:00:00+00:00</published><updated>2012-06-30T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Python" /><category term="Canaima" /><category term="General" /><category term="Linux" /><category term="Python" /><category term="Ubuntu" /><category term="ZeroMQ" /></entry><entry><title>Tutorial de ZeroMQ con Python( PUSH/PULL). Parte 6.</title><link href="https://blog.seraph.to/blog/tutorialdezeromqconpython-6" /><id>https://blog.seraph.to/blog/tutorialdezeromqconpython-6</id><published>2012-06-03T09:00:00+00:00</published><updated>2012-06-03T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Python" /><category term="Canaima" /><category term="Debian" /><category term="General" /><category term="Python" /><category term="Ubuntu" /><category term="ZeroMQ" /></entry><entry><title>Tutorial de ZeroMQ con Python (REP/REQ y PUB/SUB). Parte 5.</title><link href="https://blog.seraph.to/blog/tutorialdezeromqconpython-5" /><id>https://blog.seraph.to/blog/tutorialdezeromqconpython-5</id><published>2012-06-02T09:00:00+00:00</published><updated>2012-06-02T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Python" /><category term="Canaima" /><category term="Debian" /><category term="General" /><category term="Python" /><category term="Ubuntu" /><category term="ZeroMQ" /></entry><entry><title>Tutorial de ZeroMQ con Python(PUB/SUB). Parte 4.</title><link href="https://blog.seraph.to/blog/tutorialdezeromqconpython-4" /><id>https://blog.seraph.to/blog/tutorialdezeromqconpython-4</id><published>2012-06-01T09:00:00+00:00</published><updated>2012-06-01T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Python" /><category term="Canaima" /><category term="Debian" /><category term="General" /><category term="Linux" /><category term="Python" /><category term="ZeroMQ" /></entry><entry><title>Tutorial de ZeroMQ con Python. Parte 3.</title><link href="https://blog.seraph.to/blog/tutorialdezeromqconpython-3" /><id>https://blog.seraph.to/blog/tutorialdezeromqconpython-3</id><published>2012-05-28T09:00:00+00:00</published><updated>2012-05-28T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Python" /><category term="Canaima" /><category term="Debian" /><category term="General" /><category term="Linux" /><category term="Python" /><category term="Ubuntu" /><category term="ZeroMQ" /></entry><entry><title>Tutorial de ZeroMQ con Python. Parte 2.</title><link href="https://blog.seraph.to/blog/tutorialdezeromqconpython-2" /><id>https://blog.seraph.to/blog/tutorialdezeromqconpython-2</id><published>2012-05-27T09:00:00+00:00</published><updated>2012-05-27T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Python" /><category term="Canaima" /><category term="Debian" /><category term="General" /><category term="Linux" /><category term="Python" /><category term="ZeroMQ" /></entry><entry><title>Tutorial de ZeroMQ con python . Parte 1.</title><link href="https://blog.seraph.to/blog/tutorialdezeromqconpython-1" /><id>https://blog.seraph.to/blog/tutorialdezeromqconpython-1</id><published>2012-05-26T09:00:00+00:00</published><updated>2012-05-26T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Python" /><category term="Canaima" /><category term="Debian" /><category term="General" /><category term="Python" /><category term="ZeroMQ" /></entry><entry><title>Sqlalchemy y Elixir: Abstracción de Bases de Datos en Python</title><link href="https://blog.seraph.to/blog/sqlalchemyyelixirabstracciondebasesdedatosenpython" /><id>https://blog.seraph.to/blog/sqlalchemyyelixirabstracciondebasesdedatosenpython</id><published>2012-04-08T08:30:00+00:00</published><updated>2012-04-08T08:30:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial de Python" /><category term="Debian" /><category term="General" /><category term="Python" /><category term="Ubuntu" /></entry><entry><title>Abstracción del motor de Base de Datos con el ORM Sqlalchemy y python</title><link href="https://blog.seraph.to/blog/abstracciondelmotordebasededatosconelormsqlalchemyypython" /><id>https://blog.seraph.to/blog/abstracciondelmotordebasededatosconelormsqlalchemyypython</id><published>2012-04-07T09:00:00+00:00</published><updated>2012-04-07T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial de Python" /><category term="Debian" /><category term="General" /><category term="Linux" /><category term="Python" /><category term="Ubuntu" /></entry><entry><title>Simulación de circuitos eléctricos con python eispice</title><link href="https://blog.seraph.to/blog/simulaciondecircuitoselectricosconpythoneispice" /><id>https://blog.seraph.to/blog/simulaciondecircuitoselectricosconpythoneispice</id><published>2012-04-06T10:00:00+00:00</published><updated>2012-04-06T10:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial de Python" /><category term="Canaima" /><category term="Debian" /><category term="General" /><category term="Linux" /><category term="Python" /><category term="Ubuntu" /></entry><entry><title>Sqlite con python</title><link href="https://blog.seraph.to/blog/sqliteconpython" /><id>https://blog.seraph.to/blog/sqliteconpython</id><published>2012-04-04T09:00:00+00:00</published><updated>2012-04-04T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial de Python" /><category term="General" /><category term="Python" /></entry><entry><title>Emulando la navegación en python con mechanize (parte 1)</title><link href="https://blog.seraph.to/blog/emulandolanavegacionenpythonconmechanize-1" /><id>https://blog.seraph.to/blog/emulandolanavegacionenpythonconmechanize-1</id><published>2012-03-10T09:00:00+00:00</published><updated>2012-03-10T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial de Python" /></entry><entry><title>Cálculo de direcciones IP con python</title><link href="https://blog.seraph.to/blog/calculodedireccionesipconpython" /><id>https://blog.seraph.to/blog/calculodedireccionesipconpython</id><published>2012-03-04T09:00:00+00:00</published><updated>2012-03-04T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial de Python" /><category term="Canaima" /><category term="Debian" /><category term="General" /><category term="Python" /><category term="Seguridad" /><category term="Ubuntu" /></entry><entry><title>Crear llave gpg desde Python</title><link href="https://blog.seraph.to/blog/crearllavegpgdesdepython" /><id>https://blog.seraph.to/blog/crearllavegpgdesdepython</id><published>2012-03-03T09:00:00+00:00</published><updated>2012-03-03T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial de Python" /><category term="Canaima" /><category term="Debian" /><category term="General" /><category term="Python" /><category term="Seguridad" /><category term="Ubuntu" /></entry><entry><title>Geolocalización de direcciones IP y dominios de Internet con GeoIP en python</title><link href="https://blog.seraph.to/blog/geolocalizaciondedireccionesipydominiosdeinternetcongeoipenpython" /><id>https://blog.seraph.to/blog/geolocalizaciondedireccionesipydominiosdeinternetcongeoipenpython</id><published>2012-02-26T09:00:00+00:00</published><updated>2012-02-26T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial de Python" /><category term="Canaima" /><category term="Debian" /><category term="Linux" /><category term="Python" /><category term="Redes" /><category term="Ubuntu" /></entry><entry><title>Cifrar el tráfico de DNS en Linux con DNSCrypt y OpenDNS</title><link href="https://blog.seraph.to/blog/cifrareltraficodednsenlinuxcondnscryptyopendns" /><id>https://blog.seraph.to/blog/cifrareltraficodednsenlinuxcondnscryptyopendns</id><published>2012-02-20T09:00:00+00:00</published><updated>2012-02-20T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial de Python" /><category term="Canaima" /><category term="Debian" /><category term="DNS" /><category term="gnome" /><category term="Linux" /><category term="Redes" /><category term="Seguridad" /><category term="Ubuntu" /></entry><entry><title>Conectarse al repositorio de bitbucket desde python</title><link href="https://blog.seraph.to/blog/conectarsealrepositoriodebitbucketdesdepython" /><id>https://blog.seraph.to/blog/conectarsealrepositoriodebitbucketdesdepython</id><published>2012-02-19T09:00:00+00:00</published><updated>2012-02-19T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial de Python" /><category term="Canaima" /><category term="Control de versiones" /><category term="Debian" /><category term="General" /><category term="Linux" /><category term="Mercurial" /><category term="Python" /><category term="Ubuntu" /></entry><entry><title>Obtener información de las interfaces de red con python(netifaces)</title><link href="https://blog.seraph.to/blog/obtenerinformaciondelasinterfacesderedconpythonnetifaces" /><id>https://blog.seraph.to/blog/obtenerinformaciondelasinterfacesderedconpythonnetifaces</id><published>2012-02-07T09:00:00+00:00</published><updated>2012-02-07T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial de Python" /><category term="Canaima" /><category term="Debian" /><category term="General" /><category term="Python" /><category term="Redes" /><category term="Ubuntu" /></entry><entry><title>WebService con Soappy</title><link href="https://blog.seraph.to/blog/webserviceconsoappy" /><id>https://blog.seraph.to/blog/webserviceconsoappy</id><published>2012-02-06T09:30:00+00:00</published><updated>2012-02-06T09:30:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial de Python" /><category term="Debian" /><category term="General" /><category term="Linux" /><category term="Python" /><category term="Ubuntu" /></entry><entry><title>API de Mercurial para Python</title><link href="https://blog.seraph.to/blog/apidemercurialparapython" /><id>https://blog.seraph.to/blog/apidemercurialparapython</id><published>2012-01-24T09:00:00+00:00</published><updated>2012-01-24T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial de Python" /><category term="Canaima" /><category term="Control de versiones" /><category term="Debian" /><category term="General" /><category term="Linux" /><category term="Mercurial" /><category term="Python" /><category term="Ubuntu" /></entry><entry><title>Crear metapaquete con equivs (incorporando archivos postinst y prerm)</title><link href="https://blog.seraph.to/blog/crearmetapaqueteconequivsincorporandoarchivospostinstyprerm" /><id>https://blog.seraph.to/blog/crearmetapaqueteconequivsincorporandoarchivospostinstyprerm</id><published>2012-01-23T09:00:00+00:00</published><updated>2012-01-23T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Linux,Empaquetado" /></entry><entry><title>No a SOPA y PIPA</title><link href="https://blog.seraph.to/blog/noasopaypipa" /><id>https://blog.seraph.to/blog/noasopaypipa</id><published>2012-01-17T09:00:00+00:00</published><updated>2012-01-17T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Anuncios" /><category term="Android" /><category term="Canaima" /><category term="Debian" /><category term="General" /><category term="Linux" /><category term="Ubuntu" /></entry><entry><title>Servidor Proxy DNS con pdnsd</title><link href="https://blog.seraph.to/blog/servidorproxydnsconpdnsd" /><id>https://blog.seraph.to/blog/servidorproxydnsconpdnsd</id><published>2012-01-10T09:00:00+00:00</published><updated>2012-01-10T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial de Linux" /><category term="Canaima" /><category term="Debian" /><category term="DNS" /><category term="General" /><category term="Linux" /><category term="Ubuntu" /></entry><entry><title>Feliz año 2012</title><link href="https://blog.seraph.to/blog/felizano2012" /><id>https://blog.seraph.to/blog/felizano2012</id><published>2012-01-09T09:00:00+00:00</published><updated>2012-01-09T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Anuncios" /><category term="Canaima" /><category term="Debian" /><category term="General" /><category term="Ubuntu" /></entry><entry><title>Generar una gráfica en python con PyQwt. Parte 1</title><link href="https://blog.seraph.to/blog/generarunagraficaenpythonconpyqwt-1" /><id>https://blog.seraph.to/blog/generarunagraficaenpythonconpyqwt-1</id><published>2011-12-11T09:00:00+00:00</published><updated>2011-12-11T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial de Python" /><category term="Canaima" /><category term="Debian" /><category term="General" /><category term="gnome" /><category term="Linux" /><category term="numpy" /><category term="pyQwt" /><category term="Python" /><category term="Ubuntu" /></entry><entry><title>Compartir repositorios Mercurial por ssh</title><link href="https://blog.seraph.to/blog/compartirrepositoriosmercurialporssh" /><id>https://blog.seraph.to/blog/compartirrepositoriosmercurialporssh</id><published>2011-12-08T09:00:00+00:00</published><updated>2011-12-08T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Linux,Desarrollo" /><category term="Canaima" /><category term="Control de versiones" /><category term="Debian" /><category term="Linux" /><category term="mercurial" /><category term="ssh" /><category term="Ubuntu" /></entry><entry><title>Creación de paquete Debian que contiene un archivo cron con config-package-dev</title><link href="https://blog.seraph.to/blog/creaciondepaquetedebianquecontieneunarchivocronconconfigpackagedev" /><id>https://blog.seraph.to/blog/creaciondepaquetedebianquecontieneunarchivocronconconfigpackagedev</id><published>2011-11-14T09:00:00+00:00</published><updated>2011-11-14T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Linux,Empaquetado" /><category term="Canaima" /><category term="Debian" /><category term="Empaquetado" /><category term="General" /><category term="Ubuntu" /></entry><entry><title>Como crear un metapaquete de configuración con config-package-dev</title><link href="https://blog.seraph.to/blog/comocrearunmetapaquetedeconfiguracionconconfigpackagedev" /><id>https://blog.seraph.to/blog/comocrearunmetapaquetedeconfiguracionconconfigpackagedev</id><published>2011-11-13T09:00:00+00:00</published><updated>2011-11-13T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Linux,Empaquetado" /><category term="Canaima" /><category term="Debian" /><category term="Empaquetado" /><category term="General" /><category term="ssh" /><category term="Ubuntu" /></entry><entry><title>Como crear un metapaquete (metapaquete con archivos de configuración)</title><link href="https://blog.seraph.to/blog/comocrearunmetapaquete-1" /><id>https://blog.seraph.to/blog/comocrearunmetapaquete-1</id><published>2011-09-23T09:00:00+00:00</published><updated>2011-09-23T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Linux,Empaquetado" /><category term="Accesibilidad" /><category term="Debian" /><category term="Empaquetado" /><category term="General" /><category term="Linux" /><category term="tiflotecnologia" /><category term="Ubuntu" /></entry><entry><title>Corrigiendo los reportes generados por lintian de un metapaquete</title><link href="https://blog.seraph.to/blog/corrigiendolosreportesgeneradosporlintiandeunmetapaquete" /><id>https://blog.seraph.to/blog/corrigiendolosreportesgeneradosporlintiandeunmetapaquete</id><published>2011-09-22T09:00:00+00:00</published><updated>2011-09-22T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Linux,Empaquetado" /><category term="Canaima" /><category term="Debian" /><category term="Empaquetado" /><category term="General" /><category term="Linux" /><category term="Ubuntu" /></entry><entry><title>Como crear un metapaquete (versión 2)</title><link href="https://blog.seraph.to/blog/comocrearunmetapaquete-2" /><id>https://blog.seraph.to/blog/comocrearunmetapaquete-2</id><published>2011-09-21T09:00:00+00:00</published><updated>2011-09-21T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Linux,Empaquetado" /><category term="Canaima" /><category term="Debian" /><category term="Empaquetado" /><category term="General" /><category term="Linux" /><category term="Ubuntu" /></entry><entry><title>Crear llave ssh para la autenticación en Github, gitorius y bitbucket.</title><link href="https://blog.seraph.to/blog/crearllavesshparalaautenticacionengithubgitoriusybitbucket" /><id>https://blog.seraph.to/blog/crearllavesshparalaautenticacionengithubgitoriusybitbucket</id><published>2011-09-20T09:00:00+00:00</published><updated>2011-09-20T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Linux,Desarrollo" /><category term="Canaima" /><category term="Control de versiones" /><category term="Debian" /><category term="General" /><category term="Linux" /><category term="Mercurial" /><category term="ssh" /></entry><entry><title>Día Debian en Mérida.</title><link href="https://blog.seraph.to/blog/diadebian" /><id>https://blog.seraph.to/blog/diadebian</id><published>2011-08-27T10:00:00+00:00</published><updated>2011-08-27T10:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Evento" /><category term="Dia Debian" /></entry><entry><title>Como cifrar directorios/particiones con eCryptfs</title><link href="https://blog.seraph.to/blog/linux-cifrardd" /><id>https://blog.seraph.to/blog/linux-cifrardd</id><published>2011-08-21T09:00:00+00:00</published><updated>2011-08-21T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial de Linux" /><category term="Linux" /><category term="Debian" /><category term="Ubuntu" /><category term="Canaima" /><category term="Seguridad" /><category term="eCryptfs" /></entry><entry><title>Compartir repositorios de Mercurial con mercurial-server</title><link href="https://blog.seraph.to/blog/linux-mercurial-server" /><id>https://blog.seraph.to/blog/linux-mercurial-server</id><published>2011-08-20T09:00:00+00:00</published><updated>2011-08-20T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial de Linux" /><category term="Linux" /><category term="Debian" /><category term="Ubuntu" /><category term="Canaima" /><category term="mercurial" /></entry><entry><title>Usar dnsmasq como servidor DNS cache y local</title><link href="https://blog.seraph.to/blog/linux-dnsmasq" /><id>https://blog.seraph.to/blog/linux-dnsmasq</id><published>2011-08-20T09:00:00+00:00</published><updated>2011-08-20T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial de Linux" /><category term="Linux" /><category term="Debian" /><category term="Ubuntu" /><category term="Canaima" /><category term="dnsmasq" /></entry><entry><title>Manejando contactos y realizando una llamada con python en Android</title><link href="https://blog.seraph.to/blog/widgetsandroid17" /><id>https://blog.seraph.to/blog/widgetsandroid17</id><published>2011-08-15T09:10:00+00:00</published><updated>2011-08-15T09:10:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Python en Android" /><category term="Android" /><category term="Python" /><category term="Reproductor Música" /></entry><entry><title>Tutorial de PyQt. Editor de archivos sencillo. Parte 10.</title><link href="https://blog.seraph.to/blog/pyqt10" /><id>https://blog.seraph.to/blog/pyqt10</id><published>2011-08-14T09:00:00+00:00</published><updated>2011-08-14T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial de Python y PyQt" /><category term="Linux" /><category term="Debian" /><category term="Python" /><category term="PyQt" /></entry><entry><title>Tutorial de PyQt. Barra de progreso. Parte 9.</title><link href="https://blog.seraph.to/blog/pyqt9" /><id>https://blog.seraph.to/blog/pyqt9</id><published>2011-08-13T09:00:00+00:00</published><updated>2011-08-13T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial de Python y PyQt" /><category term="Linux" /><category term="Debian" /><category term="Python" /><category term="PyQt" /></entry><entry><title>Gestionar los archivos de configuración en /etc con etckeeper y mercurial</title><link href="https://blog.seraph.to/blog/linux-etckeeper" /><id>https://blog.seraph.to/blog/linux-etckeeper</id><published>2011-07-27T09:00:00+00:00</published><updated>2011-07-27T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial de Linux" /><category term="Linux" /><category term="Debian" /><category term="Ubuntu" /><category term="Canaima" /><category term="etckeeper" /><category term="mercurial" /></entry><entry><title>Iniciar sesión de usuario autenticando vía pendrive</title><link href="https://blog.seraph.to/blog/linux-libpamusb" /><id>https://blog.seraph.to/blog/linux-libpamusb</id><published>2011-07-26T09:00:00+00:00</published><updated>2011-07-26T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial de Linux" /><category term="Linux" /><category term="Debian" /><category term="Ubuntu" /><category term="Canaima" /><category term="libpam" /><category term="gnome" /><category term="usb" /></entry><entry><title>Tutorial de PyQt. checkbutton, pixmap, QFileDialog y Código QR. Parte 8.</title><link href="https://blog.seraph.to/blog/pyqt8" /><id>https://blog.seraph.to/blog/pyqt8</id><published>2011-07-23T09:00:00+00:00</published><updated>2011-07-23T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial de Python y PyQt" /><category term="Linux" /><category term="Debian" /><category term="Python" /><category term="PyQt" /></entry><entry><title>Creación de Código QR desde Python</title><link href="https://blog.seraph.to/blog/pythoncodigoqr" /><id>https://blog.seraph.to/blog/pythoncodigoqr</id><published>2011-07-20T09:00:00+00:00</published><updated>2011-07-20T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial de Python y PyQt" /><category term="Código QR" /><category term="Python" /><category term="PyQt" /></entry><entry><title>Tutorial de PyQt. RadioButton. Parte 7.</title><link href="https://blog.seraph.to/blog/pyqt7" /><id>https://blog.seraph.to/blog/pyqt7</id><published>2011-07-13T09:00:00+00:00</published><updated>2011-07-13T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial de Python y PyQt" /><category term="Linux" /><category term="Debian" /><category term="Python" /><category term="PyQt" /></entry><entry><title>Tutorial de PyQt, crear un navegador web. Parte 6</title><link href="https://blog.seraph.to/blog/pyqt6" /><id>https://blog.seraph.to/blog/pyqt6</id><published>2011-07-09T09:00:00+00:00</published><updated>2011-07-09T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial de Python y PyQt" /><category term="Linux" /><category term="Debian" /><category term="Python" /><category term="PyQt" /></entry><entry><title>Manejo de Fecha y Hora con PyQt. Parte 5</title><link href="https://blog.seraph.to/blog/pyqt5" /><id>https://blog.seraph.to/blog/pyqt5</id><published>2011-07-07T09:00:00+00:00</published><updated>2011-07-07T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial de Python y PyQt" /><category term="Linux" /><category term="Debian" /><category term="Python" /><category term="PyQt" /></entry><entry><title>Feliz Bicentenario Venezuela!!!</title><link href="https://blog.seraph.to/blog/bicentenario" /><id>https://blog.seraph.to/blog/bicentenario</id><published>2011-07-05T09:00:00+00:00</published><updated>2011-07-05T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="General" /><category term="General" /></entry><entry><title>Tutorial de PyQt (calendario). Parte 4</title><link href="https://blog.seraph.to/blog/pyqt4" /><id>https://blog.seraph.to/blog/pyqt4</id><published>2011-07-04T09:00:00+00:00</published><updated>2011-07-04T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial de Python y PyQt" /><category term="Linux" /><category term="Debian" /><category term="Python" /><category term="PyQt" /></entry><entry><title>Qtadb programa para controlar un celular Android desde el PC</title><link href="https://blog.seraph.to/blog/qtadb" /><id>https://blog.seraph.to/blog/qtadb</id><published>2011-06-19T09:00:00+00:00</published><updated>2011-06-19T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Aplicación Android" /><category term="Linux" /><category term="Qtadb" /><category term="Android" /><category term="Debian" /></entry><entry><title>Programa para el envío de SMS desde Linux con Celular Android (conexión wifi y USB)</title><link href="https://blog.seraph.to/blog/smslinux" /><id>https://blog.seraph.to/blog/smslinux</id><published>2011-06-16T09:00:00+00:00</published><updated>2011-06-16T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Python" /><category term="Linux" /><category term="Python" /><category term="Android" /><category term="Debian" /></entry><entry><title>Generando una gráfica con PyQT y matplotlib (escala semilogaritmica). Parte 13</title><link href="https://blog.seraph.to/blog/matplotlib13" /><id>https://blog.seraph.to/blog/matplotlib13</id><published>2011-06-10T09:00:00+00:00</published><updated>2011-06-10T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Python" /><category term="Linux" /><category term="Python" /><category term="pyqt" /><category term="matplotlib" /><category term="numpy" /></entry><entry><title>Generando una gráfica con PyQT y matplotlib (coordenadas polares). Parte 12</title><link href="https://blog.seraph.to/blog/matplotlib12" /><id>https://blog.seraph.to/blog/matplotlib12</id><published>2011-06-08T09:00:00+00:00</published><updated>2011-06-08T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Python" /><category term="Linux" /><category term="Python" /><category term="pyqt" /><category term="matplotlib" /><category term="numpy" /></entry><entry><title>Generando una gráfica en python con matplotlib con PyQT. Parte 11</title><link href="https://blog.seraph.to/blog/matplotlib11" /><id>https://blog.seraph.to/blog/matplotlib11</id><published>2011-06-06T09:00:00+00:00</published><updated>2011-06-06T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Python" /><category term="Linux" /><category term="Python" /><category term="pyqt" /><category term="matplotlib" /></entry><entry><title>Generando una gráfica en python con matplotlib. Parte 10</title><link href="https://blog.seraph.to/blog/matplotlib10" /><id>https://blog.seraph.to/blog/matplotlib10</id><published>2011-06-05T09:00:00+00:00</published><updated>2011-06-05T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Python" /><category term="Linux" /><category term="Python" /><category term="gtk" /><category term="matplotlib" /></entry><entry><title>Reproducir una canción en un Celular con Android desde python</title><link href="https://blog.seraph.to/blog/widgetsandroid16" /><id>https://blog.seraph.to/blog/widgetsandroid16</id><published>2011-04-30T09:10:00+00:00</published><updated>2011-04-30T09:10:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Python en Android" /><category term="Android" /><category term="Python" /><category term="Reproductor Música" /></entry><entry><title>Tomar una foto desde android con un temporizador desde python</title><link href="https://blog.seraph.to/blog/widgetsandroid15" /><id>https://blog.seraph.to/blog/widgetsandroid15</id><published>2011-04-23T09:10:00+00:00</published><updated>2011-04-23T09:10:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Python en Android" /><category term="Android" /><category term="Python" /><category term="GPS" /><category term="Camara" /></entry><entry><title>Captura de información que maneja el sensor del celular Android con python</title><link href="https://blog.seraph.to/blog/widgetsandroid14" /><id>https://blog.seraph.to/blog/widgetsandroid14</id><published>2011-04-23T09:00:00+00:00</published><updated>2011-04-23T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Python en Android" /><category term="Android" /><category term="Python" /><category term="GPS" /><category term="Acelerometro" /><category term="Magnetometro" /></entry><entry><title>Visualización de las coordenadas del gps del celular desde Android</title><link href="https://blog.seraph.to/blog/widgetsandroid13" /><id>https://blog.seraph.to/blog/widgetsandroid13</id><published>2011-04-18T09:10:00+00:00</published><updated>2011-04-18T09:10:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Python en Android" /><category term="Android" /><category term="Python" /></entry><entry><title>Festival Latinoamerica de Instalación de Software Libre 2011- Cabudare</title><link href="https://blog.seraph.to/blog/flisol1" /><id>https://blog.seraph.to/blog/flisol1</id><published>2011-04-08T10:00:00+00:00</published><updated>2011-04-08T10:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Evento" /><category term="FLISOL" /></entry><entry><title>Manejar remotamente un equipo con Debian desde Android con gmote</title><link href="https://blog.seraph.to/blog/widgetsandroid12" /><id>https://blog.seraph.to/blog/widgetsandroid12</id><published>2011-04-08T09:00:00+00:00</published><updated>2011-04-08T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Demostración Aplicación para Android" /><category term="Android" /><category term="Linux" /><category term="Debian" /><category term="gnome" /></entry><entry><title>Control remoto del reproductor de música en Debian desde Android</title><link href="https://blog.seraph.to/blog/widgetsandroid11" /><id>https://blog.seraph.to/blog/widgetsandroid11</id><published>2011-04-03T09:00:00+00:00</published><updated>2011-04-03T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Demostración Aplicación para Android" /><category term="Android" /><category term="Linux" /><category term="Debian" /><category term="gnome" /></entry><entry><title>Introducción a webview en Android con python</title><link href="https://blog.seraph.to/blog/widgetsandroid10" /><id>https://blog.seraph.to/blog/widgetsandroid10</id><published>2011-04-02T11:00:00+00:00</published><updated>2011-04-02T11:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Python en Android" /><category term="Android" /><category term="Python" /><category term="webview" /></entry><entry><title>Widgets en Android con python. Parte 9 (selección multiple)</title><link href="https://blog.seraph.to/blog/widgetsandroid9" /><id>https://blog.seraph.to/blog/widgetsandroid9</id><published>2011-04-02T10:00:00+00:00</published><updated>2011-04-02T10:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Python en Android" /><category term="Android" /><category term="Python" /></entry><entry><title>Widgets en Android con python. Parte 8 (selección simple y botones)</title><link href="https://blog.seraph.to/blog/widgetsandroid8" /><id>https://blog.seraph.to/blog/widgetsandroid8</id><published>2011-04-02T09:00:00+00:00</published><updated>2011-04-02T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Python en Android" /><category term="Android" /><category term="Python" /></entry><entry><title>Lazarillo -Traductor de castellano y operaciones matemáticas al alfabeto Braille</title><link href="https://blog.seraph.to/blog/lazarillo" /><id>https://blog.seraph.to/blog/lazarillo</id><published>2011-03-08T09:00:00+00:00</published><updated>2011-03-08T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Accesibilidad" /><category term="Linux" /><category term="Debian" /><category term="Python" /><category term="Accesibilidad" /></entry><entry><title>Configurando un agente snmp en linux, haciendo consultas y scripts en python para manejar información snmp</title><link href="https://blog.seraph.to/blog/consultassnmp" /><id>https://blog.seraph.to/blog/consultassnmp</id><published>2011-03-05T09:00:00+00:00</published><updated>2011-03-05T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Debian BSD y Python" /><category term="FreeBSD" /><category term="Debian" /><category term="snmp" /><category term="Python" /><category term="Redes" /></entry><entry><title>Ejecutar comandos de forma remota y transferencia de archivos con python</title><link href="https://blog.seraph.to/blog/comandosremotos" /><id>https://blog.seraph.to/blog/comandosremotos</id><published>2011-02-09T09:00:00+00:00</published><updated>2011-02-09T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Linux y Python" /><category term="Linux" /><category term="Debian" /><category term="Paramiko" /><category term="Python" /><category term="ssh" /></entry><entry><title>Accesibilidad en squeeze</title><link href="https://blog.seraph.to/blog/accesibilida-squeeze" /><id>https://blog.seraph.to/blog/accesibilida-squeeze</id><published>2011-02-06T09:00:00+00:00</published><updated>2011-02-06T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Linux" /><category term="Linux" /><category term="Debian" /><category term="Accesibilidad" /></entry><entry><title>Mejorando la velocidad de consultas de DNS con dnsmasq y probar pruebas de diagnostico</title><link href="https://blog.seraph.to/blog/consultadns1" /><id>https://blog.seraph.to/blog/consultadns1</id><published>2011-02-03T09:00:00+00:00</published><updated>2011-02-03T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Linux y Python" /><category term="Linux" /><category term="Python" /><category term="DNS" /><category term="Debian" /><category term="dnsmasq" /><category term="python-dns" /><category term="Redes" /></entry><entry><title>Aplicación que muestra las coordenadas del Celular en google maps en el escritorio</title><link href="https://blog.seraph.to/blog/tutorialpythongtkglade12" /><id>https://blog.seraph.to/blog/tutorialpythongtkglade12</id><published>2011-01-06T09:00:00+00:00</published><updated>2011-01-06T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Python" /><category term="Linux" /><category term="Python" /><category term="gtk" /><category term="glade" /><category term="webkit" /><category term="Google maps" /><category term="Android" /></entry><entry><title>Crear un Navegador web básico con python+gtk+webkit</title><link href="https://blog.seraph.to/blog/tutorialpythongtkglade11" /><id>https://blog.seraph.to/blog/tutorialpythongtkglade11</id><published>2011-01-04T09:00:00+00:00</published><updated>2011-01-04T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Python" /><category term="Linux" /><category term="Python" /><category term="gtk" /><category term="glade" /><category term="webkit" /></entry><entry><title>2010</title><link href="https://blog.seraph.to/blog/2010" /><id>https://blog.seraph.to/blog/2010</id><published>2011-01-03T10:00:00+00:00</published><updated>2011-01-03T10:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Resumen 2010" /><category term="Resumen" /></entry><entry><title>Capturar la ubicación del celular (Android) desde Linux.</title><link href="https://blog.seraph.to/blog/obtenerposicioncelularandroidenlinux" /><id>https://blog.seraph.to/blog/obtenerposicioncelularandroidenlinux</id><published>2010-12-21T10:00:00+00:00</published><updated>2010-12-21T10:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Python en Android" /><category term="Android" /><category term="Linux" /><category term="Python" /><category term="SMS" /></entry><entry><title>Obtener información del estado de la bateria de un celular con Android desde Linux</title><link href="https://blog.seraph.to/blog/obtenerinfobateriaandroidlinux" /><id>https://blog.seraph.to/blog/obtenerinfobateriaandroidlinux</id><published>2010-12-16T10:00:00+00:00</published><updated>2010-12-16T10:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Python en Android" /><category term="Android" /><category term="Linux" /><category term="Python" /><category term="SMS" /></entry><entry><title>Manejar los mensajes de Texto del celular desde Linux (Android)</title><link href="https://blog.seraph.to/blog/manejarsmsandroidlinux" /><id>https://blog.seraph.to/blog/manejarsmsandroidlinux</id><published>2010-12-16T09:00:00+00:00</published><updated>2010-12-16T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Python en Android" /><category term="Android" /><category term="Linux" /><category term="Python" /><category term="SMS" /></entry><entry><title>Ejecución remota de scripts python desde Linux a un celular con Android (versión conectado el celular por USB)</title><link href="https://blog.seraph.to/blog/ejecucionremotaaandroid2" /><id>https://blog.seraph.to/blog/ejecucionremotaaandroid2</id><published>2010-12-15T10:00:00+00:00</published><updated>2010-12-15T10:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial de Python en Android" /><category term="Android" /><category term="Python" /><category term="Debian" /><category term="Linux" /></entry><entry><title>Ejecución remota de scripts python desde Linux a un celular con Android</title><link href="https://blog.seraph.to/blog/ejecucionremotaaandroid" /><id>https://blog.seraph.to/blog/ejecucionremotaaandroid</id><published>2010-10-23T10:00:00+00:00</published><updated>2010-10-23T10:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial de Python en Android" /><category term="Android" /><category term="Python" /><category term="Debian" /><category term="Linux" /></entry><entry><title>Charla del día Debian en Barquisimeto</title><link href="https://blog.seraph.to/blog/charladiadebian" /><id>https://blog.seraph.to/blog/charladiadebian</id><published>2010-08-24T10:00:00+00:00</published><updated>2010-08-24T10:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Charla" /><category term="Debian" /><category term="Control de versiones" /><category term="Empaquetado" /></entry><entry><title>Crear un paquete python de un programa</title><link href="https://blog.seraph.to/blog/crearpaquetepython" /><id>https://blog.seraph.to/blog/crearpaquetepython</id><published>2010-08-08T11:00:00+00:00</published><updated>2010-08-08T11:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial de Linux" /><category term="Debian" /><category term="Empaquetado" /><category term="Gnome" /><category term="Linux" /><category term="Python" /></entry><entry><title>Actualización del programa Desarrollo de interfaz gráfica para la configuración de accesos rápidos del teclado</title><link href="https://blog.seraph.to/blog/mejoragui-gconf-gnome" /><id>https://blog.seraph.to/blog/mejoragui-gconf-gnome</id><published>2010-08-08T09:00:00+00:00</published><updated>2010-08-08T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Python" /><category term="Linux" /><category term="accesibilidad" /><category term="gconf" /><category term="glade" /><category term="gnome" /><category term="gtk" /><category term="Linux" /><category term="python" /><category term="tiflotecnologia" /></entry><entry><title>Mejorado el script en python que configura los accesos rápidos de teclado a aplicaciones en Gnome con gconf.</title><link href="https://blog.seraph.to/blog/mejora-gconf-gnome" /><id>https://blog.seraph.to/blog/mejora-gconf-gnome</id><published>2010-08-07T11:10:00+00:00</published><updated>2010-08-07T11:10:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial de Python y Linux" /><category term="Python" /><category term="Gnome" /><category term="Gconf" /><category term="Accesibilidad" /></entry><entry><title>Widgets en Android con python. Parte 7 (selección simple)</title><link href="https://blog.seraph.to/blog/widgetsandroid7" /><id>https://blog.seraph.to/blog/widgetsandroid7</id><published>2010-07-19T09:00:00+00:00</published><updated>2010-07-19T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Python en Android" /><category term="Android" /><category term="Python" /></entry><entry><title>Widgets en Android con python. Parte 6 (Botones)</title><link href="https://blog.seraph.to/blog/widgetsandroid6" /><id>https://blog.seraph.to/blog/widgetsandroid6</id><published>2010-07-16T11:00:00+00:00</published><updated>2010-07-16T11:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Python en Android" /><category term="Android" /><category term="Python" /></entry><entry><title>Widgets en Android con python. Parte 5 (Botón)</title><link href="https://blog.seraph.to/blog/widgetsandroid5" /><id>https://blog.seraph.to/blog/widgetsandroid5</id><published>2010-07-16T10:00:00+00:00</published><updated>2010-07-16T10:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Python en Android" /><category term="Android" /><category term="Python" /></entry><entry><title>Widgets en Android con python. Parte 4 (notificación)</title><link href="https://blog.seraph.to/blog/widgetsandroid4" /><id>https://blog.seraph.to/blog/widgetsandroid4</id><published>2010-07-15T11:00:00+00:00</published><updated>2010-07-15T11:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Python en Android" /><category term="Android" /><category term="Python" /></entry><entry><title>Widgets en Android con python. Parte 3 (barra de spinner)</title><link href="https://blog.seraph.to/blog/widgetsandroid3" /><id>https://blog.seraph.to/blog/widgetsandroid3</id><published>2010-07-15T10:00:00+00:00</published><updated>2010-07-15T10:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Python en Android" /><category term="Android" /><category term="Python" /></entry><entry><title>Widgets en Android con python. Parte 2 (barra de progreso)</title><link href="https://blog.seraph.to/blog/widgetsandroid2" /><id>https://blog.seraph.to/blog/widgetsandroid2</id><published>2010-07-14T10:00:00+00:00</published><updated>2010-07-14T10:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Python en Android" /><category term="Android" /><category term="Python" /></entry><entry><title>Widgets en Android con python. Parte 1 (entrada de datos)</title><link href="https://blog.seraph.to/blog/widgetsandroid1" /><id>https://blog.seraph.to/blog/widgetsandroid1</id><published>2010-07-05T10:00:00+00:00</published><updated>2010-07-05T10:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Python en Android" /><category term="Android" /><category term="Python" /></entry><entry><title>Compartir scripts para android</title><link href="https://blog.seraph.to/blog/compartirscriptandroid" /><id>https://blog.seraph.to/blog/compartirscriptandroid</id><published>2010-07-03T10:00:00+00:00</published><updated>2010-07-03T10:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Android" /><category term="Android" /><category term="Python" /></entry><entry><title>Enviar mensajes de texto desde Android con python</title><link href="https://blog.seraph.to/blog/enviaresmsconpythonandroid" /><id>https://blog.seraph.to/blog/enviaresmsconpythonandroid</id><published>2010-06-27T15:00:00+00:00</published><updated>2010-06-27T15:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Python" /><category term="Android" /><category term="Linux" /><category term="Python" /><category term="SMS" /></entry><entry><title>Enviar correo desde Android con python</title><link href="https://blog.seraph.to/blog/enviaremailconpythonandroid" /><id>https://blog.seraph.to/blog/enviaremailconpythonandroid</id><published>2010-06-27T14:00:00+00:00</published><updated>2010-06-27T14:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Python" /><category term="Android" /><category term="Linux" /><category term="Python" /></entry><entry><title>Escaneado de redes inalámbricas con python desde Android</title><link href="https://blog.seraph.to/blog/escaneadoredeswifipythonandroid" /><id>https://blog.seraph.to/blog/escaneadoredeswifipythonandroid</id><published>2010-06-27T13:00:00+00:00</published><updated>2010-06-27T13:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Python" /><category term="Android" /><category term="Linux" /><category term="Python" /></entry><entry><title>Lector de código de barras hecho en python para Android</title><link href="https://blog.seraph.to/blog/codigobarraspythonandroid" /><id>https://blog.seraph.to/blog/codigobarraspythonandroid</id><published>2010-06-13T13:00:00+00:00</published><updated>2010-06-13T13:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Python" /><category term="Android" /><category term="Python" /></entry><entry><title>Instalar python en Android</title><link href="https://blog.seraph.to/blog/instalarpythonenandroid" /><id>https://blog.seraph.to/blog/instalarpythonenandroid</id><published>2010-06-06T13:00:00+00:00</published><updated>2010-06-06T13:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Python" /><category term="Linux" /><category term="Android" /><category term="Debian" /><category term="Python" /></entry><entry><title>Conectarse a internet por medio de un celular con android (AziLink)</title><link href="https://blog.seraph.to/blog/conectarseinternetandoird-azilink" /><id>https://blog.seraph.to/blog/conectarseinternetandoird-azilink</id><published>2010-05-29T13:00:00+00:00</published><updated>2010-05-29T13:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Linux" /><category term="Linux" /><category term="Android" /><category term="Debian" /></entry><entry><title>Conectarse a Internet por medio de un celular con android (proxoid)</title><link href="https://blog.seraph.to/blog/conectarseinternetandoird-proxoid" /><id>https://blog.seraph.to/blog/conectarseinternetandoird-proxoid</id><published>2010-05-29T12:00:00+00:00</published><updated>2010-05-29T12:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Linux" /><category term="Linux" /><category term="Android" /><category term="Debian" /></entry><entry><title>Comandos básicos de adb (Android Debug Bridge) para acceder al motorola milestone A853</title><link href="https://blog.seraph.to/blog/comandosbasicosadb" /><id>https://blog.seraph.to/blog/comandosbasicosadb</id><published>2010-05-29T10:00:00+00:00</published><updated>2010-05-29T10:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Linux" /><category term="Linux" /><category term="Android" /><category term="Debian" /></entry><entry><title>Instalación del SDK de Android en Linux</title><link href="https://blog.seraph.to/blog/instalacionsdkandroiddebian" /><id>https://blog.seraph.to/blog/instalacionsdkandroiddebian</id><published>2010-05-27T10:00:00+00:00</published><updated>2010-05-27T10:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Linux" /><category term="Linux" /><category term="Android" /><category term="Debian" /></entry><entry><title>Conexiones remotas por ssh desde python</title><link href="https://blog.seraph.to/blog/conexionesremotasssh" /><id>https://blog.seraph.to/blog/conexionesremotasssh</id><published>2010-03-30T12:00:00+00:00</published><updated>2010-03-30T12:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial de Python" /><category term="Linux" /><category term="ssh" /><category term="python" /><category term="paramiko" /></entry><entry><title>Reproduciendo texto desde python</title><link href="https://blog.seraph.to/blog/reproduciendotextopython" /><id>https://blog.seraph.to/blog/reproduciendotextopython</id><published>2010-03-30T11:00:00+00:00</published><updated>2010-03-30T11:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Accesibilidad" /><category term="Linux" /><category term="Python" /><category term="pypdf" /><category term="pyttsx" /></entry><entry><title>Capturando el contenido de un pdf desde python</title><link href="https://blog.seraph.to/blog/capturandopdf" /><id>https://blog.seraph.to/blog/capturandopdf</id><published>2010-03-29T11:00:00+00:00</published><updated>2010-03-29T11:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Accesibilidad" /><category term="Linux" /><category term="Python" /><category term="pypdf" /></entry><entry><title>Jugando con pygame. Parte 1</title><link href="https://blog.seraph.to/blog/tutorialpygame1" /><id>https://blog.seraph.to/blog/tutorialpygame1</id><published>2010-02-21T11:00:00+00:00</published><updated>2010-02-21T11:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Python" /><category term="Linux" /><category term="Python" /><category term="pygame" /></entry><entry><title>Tutorial de python+qt. Parte 2</title><link href="https://blog.seraph.to/blog/tutorialpythonqt2" /><id>https://blog.seraph.to/blog/tutorialpythonqt2</id><published>2010-01-25T11:00:00+00:00</published><updated>2010-01-25T11:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Python" /><category term="Linux" /><category term="Python" /><category term="qt" /></entry><entry><title>Tutorial de python+qt. Parte 1</title><link href="https://blog.seraph.to/blog/tutorialpythonqt1" /><id>https://blog.seraph.to/blog/tutorialpythonqt1</id><published>2010-01-25T10:00:00+00:00</published><updated>2010-01-25T10:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Python" /><category term="Linux" /><category term="Python" /><category term="qt" /></entry><entry><title>Desarrollo de aplicaciones gráficas con python+gtk+glade. Parte 10. Generador de código de barra</title><link href="https://blog.seraph.to/blog/tutorialpythongtkglade10" /><id>https://blog.seraph.to/blog/tutorialpythongtkglade10</id><published>2010-01-02T10:00:00+00:00</published><updated>2010-01-02T10:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Python" /><category term="Linux" /><category term="Python" /><category term="gtk" /><category term="glade" /><category term="barcode" /></entry><entry><title>Desarrollo de aplicaciones gráficas con python+gtk+glade. Parte 9. Matplotlib</title><link href="https://blog.seraph.to/blog/tutorialpythongtkglade9" /><id>https://blog.seraph.to/blog/tutorialpythongtkglade9</id><published>2010-01-01T10:00:00+00:00</published><updated>2010-01-01T10:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Python" /><category term="Linux" /><category term="Python" /><category term="gtk" /><category term="glade" /><category term="matplotlib" /></entry><entry><title>Desarrollo de aplicaciones gráficas con python+gtk+glade. Parte 8. Calendario</title><link href="https://blog.seraph.to/blog/tutorialpythongtkglade8" /><id>https://blog.seraph.to/blog/tutorialpythongtkglade8</id><published>2009-12-31T10:00:00+00:00</published><updated>2009-12-31T10:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Python" /><category term="Linux" /><category term="Python" /><category term="gtk" /><category term="glade" /></entry><entry><title>Desarrollo de aplicaciones gráficas con python+gtk+glade. Parte 7. Barra de progreso y boton biestado</title><link href="https://blog.seraph.to/blog/tutorialpythongtkglade7" /><id>https://blog.seraph.to/blog/tutorialpythongtkglade7</id><published>2009-12-25T10:00:00+00:00</published><updated>2009-12-25T10:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Python" /><category term="Linux" /><category term="Python" /><category term="gtk" /><category term="glade" /></entry><entry><title>Desarrollo de interfaz gráfica para la configuración de accesos rápidos de teclado para gconf</title><link href="https://blog.seraph.to/blog/gui-gconf-gnome" /><id>https://blog.seraph.to/blog/gui-gconf-gnome</id><published>2009-12-21T19:00:00+00:00</published><updated>2009-12-21T19:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Python" /><category term="Linux" /><category term="accesibilidad" /><category term="gconf" /><category term="glade" /><category term="gnome" /><category term="gtk" /><category term="Linux" /><category term="python" /><category term="tiflotecnologia" /></entry><entry><title>Script en python que configura los accesos rápidos de teclado a aplicaciones en gnome con gconf</title><link href="https://blog.seraph.to/blog/script-gnome-gconf" /><id>https://blog.seraph.to/blog/script-gnome-gconf</id><published>2009-12-12T19:00:00+00:00</published><updated>2009-12-12T19:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Python" /><category term="Linux" /><category term="accesibilidad" /><category term="gconf" /><category term="gnome" /><category term="python" /></entry><entry><title>Desarrollo de aplicaciones gráficas con python+gtk+glade. Parte 6. Editor de Texto</title><link href="https://blog.seraph.to/blog/tutorialpythongtkglade6" /><id>https://blog.seraph.to/blog/tutorialpythongtkglade6</id><published>2009-10-08T19:00:00+00:00</published><updated>2009-10-08T19:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Python" /><category term="Linux" /><category term="Python" /><category term="gtk" /><category term="glade" /></entry><entry><title>Agregar acceso a teclas rápidas con python</title><link href="https://blog.seraph.to/blog/teclasrapidas-python" /><id>https://blog.seraph.to/blog/teclasrapidas-python</id><published>2009-10-07T07:00:00+00:00</published><updated>2009-10-07T07:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial" /><category term="Python" /><category term="Teclado" /></entry><entry><title>Cambiando la configuración de gnome con gconf desde python</title><link href="https://blog.seraph.to/blog/gconf-gnome" /><id>https://blog.seraph.to/blog/gconf-gnome</id><published>2009-07-17T10:00:00+00:00</published><updated>2009-07-17T10:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial,Desarrollo" /><category term="Python" /><category term="Gnome" /></entry><entry><title>Python en Android</title><link href="https://blog.seraph.to/blog/pythonenandroid" /><id>https://blog.seraph.to/blog/pythonenandroid</id><published>2009-07-12T11:00:00+00:00</published><updated>2009-07-12T11:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Desarrollo,Movil" /><category term="Python" /><category term="Android" /></entry><entry><title>Desarrollo de aplicaciones gráficas con python+gtk+glade. Parte 5</title><link href="https://blog.seraph.to/blog/tutorialpythongtkglade5" /><id>https://blog.seraph.to/blog/tutorialpythongtkglade5</id><published>2009-07-05T10:00:00+00:00</published><updated>2009-07-05T10:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Python" /><category term="Linux" /><category term="Python" /><category term="gtk" /><category term="glade" /></entry><entry><title>Creado el proyecto python-autoaccesibilidad</title><link href="https://blog.seraph.to/blog/python-accesibilidad" /><id>https://blog.seraph.to/blog/python-accesibilidad</id><published>2009-07-04T06:00:00+00:00</published><updated>2009-07-04T06:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Anuncio" /><category term="Accesibilidad" /></entry><entry><title>Crear documentos ODF directamente desde python</title><link href="https://blog.seraph.to/blog/odfpython" /><id>https://blog.seraph.to/blog/odfpython</id><published>2009-07-02T07:00:00+00:00</published><updated>2009-07-02T07:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Linux,Ofimatica,Desarrollo" /><category term="Python" /><category term="ODF" /></entry><entry><title>Desarrollo de aplicaciones gráficas con python+gtk+glade. Parte 4</title><link href="https://blog.seraph.to/blog/tutorialpythongtkglade4" /><id>https://blog.seraph.to/blog/tutorialpythongtkglade4</id><published>2009-06-17T10:00:00+00:00</published><updated>2009-06-17T10:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Python" /><category term="Linux" /><category term="Python" /><category term="gtk" /><category term="glade" /></entry><entry><title>Desarrollo de aplicaciones gráficas con python+gtk+glade. Parte 3</title><link href="https://blog.seraph.to/blog/tutorialpythongtkglade3" /><id>https://blog.seraph.to/blog/tutorialpythongtkglade3</id><published>2009-06-17T08:00:00+00:00</published><updated>2009-06-17T08:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Python" /><category term="Linux" /><category term="Python" /><category term="gtk" /><category term="glade" /></entry><entry><title>Desarrollo de aplicaciones gráficas con python+gtk+glade. Parte 2</title><link href="https://blog.seraph.to/blog/tutorialpythongtkglade2" /><id>https://blog.seraph.to/blog/tutorialpythongtkglade2</id><published>2009-06-17T07:30:00+00:00</published><updated>2009-06-17T07:30:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Python" /><category term="Linux" /><category term="Python" /><category term="gtk" /><category term="glade" /></entry><entry><title>Tutoriales de matplotlib con python. Parte 6</title><link href="https://blog.seraph.to/blog/tutorialmatplotlib6" /><id>https://blog.seraph.to/blog/tutorialmatplotlib6</id><published>2009-06-17T07:00:00+00:00</published><updated>2009-06-17T07:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Python" /><category term="Linux" /><category term="Python" /><category term="Matplotlib" /></entry><entry><title>Desarrollo de aplicaciones gráficas con python+gtk+glade. Parte 1</title><link href="https://blog.seraph.to/blog/tutorialpythongtkglade1" /><id>https://blog.seraph.to/blog/tutorialpythongtkglade1</id><published>2009-06-16T10:30:00+00:00</published><updated>2009-06-16T10:30:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Python" /><category term="Linux" /><category term="Python" /><category term="gtk" /><category term="glade" /></entry><entry><title>Tutoriales de matplotlib con python. Parte 5</title><link href="https://blog.seraph.to/blog/tutorialmatplotlib5" /><id>https://blog.seraph.to/blog/tutorialmatplotlib5</id><published>2009-06-16T10:20:00+00:00</published><updated>2009-06-16T10:20:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Python" /><category term="Linux" /><category term="Python" /><category term="Matplotlib" /></entry><entry><title>Tutoriales de matplotlib con python. Parte 4</title><link href="https://blog.seraph.to/blog/tutorialmatplotlib4" /><id>https://blog.seraph.to/blog/tutorialmatplotlib4</id><published>2009-06-16T10:10:00+00:00</published><updated>2009-06-16T10:10:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Python" /><category term="Linux" /><category term="Python" /><category term="Matplotlib" /></entry><entry><title>Tutoriales de matplotlib con python. Parte 3 Histograma</title><link href="https://blog.seraph.to/blog/tutorialmatplotlib3" /><id>https://blog.seraph.to/blog/tutorialmatplotlib3</id><published>2009-06-16T10:00:00+00:00</published><updated>2009-06-16T10:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Python" /><category term="Linux" /><category term="Python" /><category term="Matplotlib" /></entry><entry><title>Tutoriales de matplotlib con python. Parte 2</title><link href="https://blog.seraph.to/blog/tutorialmatplotlib2" /><id>https://blog.seraph.to/blog/tutorialmatplotlib2</id><published>2009-06-16T09:00:00+00:00</published><updated>2009-06-16T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Python" /><category term="Linux" /><category term="Python" /><category term="Matplotlib" /></entry><entry><title>Tutoriales de matplotlib con python. Parte 1</title><link href="https://blog.seraph.to/blog/tutorialmatplotlib1" /><id>https://blog.seraph.to/blog/tutorialmatplotlib1</id><published>2009-06-16T08:00:00+00:00</published><updated>2009-06-16T08:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Tutorial Python" /><category term="Linux" /><category term="Python" /><category term="Matplotlib" /></entry><entry><title>Publicado nuevos audio tutoriales. 2da parte</title><link href="https://blog.seraph.to/blog/videostutorialesaccesibilidad2" /><id>https://blog.seraph.to/blog/videostutorialesaccesibilidad2</id><published>2009-05-17T09:00:00+00:00</published><updated>2009-05-17T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Anuncios" /><category term="Debian" /><category term="Linux" /><category term="Accesibilidad" /><category term="Videos" /></entry><entry><title>Sistema Operativo para celulares Symbian</title><link href="https://blog.seraph.to/blog/symbian" /><id>https://blog.seraph.to/blog/symbian</id><published>2009-05-10T08:00:00+00:00</published><updated>2009-05-10T08:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Sistemas Operativos" /><category term="Symbian" /></entry><entry><title>Video y audio tutoriales sobre accesibilidad. parte 1</title><link href="https://blog.seraph.to/blog/videotutorialesaccesibilidad" /><id>https://blog.seraph.to/blog/videotutorialesaccesibilidad</id><published>2009-05-05T09:00:00+00:00</published><updated>2009-05-05T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Anuncios" /><category term="Linux" /><category term="Accesibilidad" /><category term="Debian" /></entry><entry><title>Ya tengo twitter</title><link href="https://blog.seraph.to/blog/twitter" /><id>https://blog.seraph.to/blog/twitter</id><published>2009-04-27T10:00:00+00:00</published><updated>2009-04-27T10:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Anuncios" /><category term="Twitter" /></entry><entry><title>Manteniendo un paquete Debian con mercurial</title><link href="https://blog.seraph.to/blog/paquetedebianconmercurial" /><id>https://blog.seraph.to/blog/paquetedebianconmercurial</id><published>2009-04-11T08:00:00+00:00</published><updated>2009-04-11T08:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Linux" /><category term="Debian" /><category term="Empaquetado" /><category term="Mercurial" /></entry><entry><title>Subir un paquete Debian (pyching) al repositorio</title><link href="https://blog.seraph.to/blog/subirpaquetedebianrepositorio" /><id>https://blog.seraph.to/blog/subirpaquetedebianrepositorio</id><published>2009-04-09T10:00:00+00:00</published><updated>2009-04-09T10:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Linux,Empaquetado" /><category term="Debian" /><category term="Paquetes" /></entry><entry><title>Control de Versiones con mercurial</title><link href="https://blog.seraph.to/blog/cvmercurial" /><id>https://blog.seraph.to/blog/cvmercurial</id><published>2009-04-08T08:00:00+00:00</published><updated>2009-04-08T08:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Linux,Desarrollo" /><category term="Control de versiones" /><category term="Mercurial" /></entry><entry><title>Creación de un repositorio personal de Debian</title><link href="https://blog.seraph.to/blog/creacionrepositoriodebian" /><id>https://blog.seraph.to/blog/creacionrepositoriodebian</id><published>2009-04-04T08:00:00+00:00</published><updated>2009-04-04T08:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Linux" /><category term="Debian" /><category term="Empaquetado" /></entry><entry><title>Como crear un metapaquete</title><link href="https://blog.seraph.to/blog/comocrearmetapaquete" /><id>https://blog.seraph.to/blog/comocrearmetapaquete</id><published>2009-03-29T11:00:00+00:00</published><updated>2009-03-29T11:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Linux" /><category term="Debian" /><category term="paquetes" /></entry><entry><title>Como hacer un live-usb o live-cd</title><link href="https://blog.seraph.to/blog/comohacerlivecdaccesible" /><id>https://blog.seraph.to/blog/comohacerlivecdaccesible</id><published>2009-03-29T10:00:00+00:00</published><updated>2009-03-29T10:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Linux" /><category term="Live-CD" /><category term="Debian" /><category term="Instalación" /></entry><entry><title>Instalar Debian en la Asus EEE PC 901</title><link href="https://blog.seraph.to/blog/instalardebian-asus" /><id>https://blog.seraph.to/blog/instalardebian-asus</id><published>2009-03-15T11:00:00+00:00</published><updated>2009-03-15T11:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Linux,Debian" /><category term="Linux" /><category term="Debian" /><category term="Asus" /></entry><entry><title>Copiar Xandros en pendrive para iniciar el proceso de instalación en la Asus EEEPC</title><link href="https://blog.seraph.to/blog/copiarxandrosusb" /><id>https://blog.seraph.to/blog/copiarxandrosusb</id><published>2009-03-15T09:00:00+00:00</published><updated>2009-03-15T09:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Linux" /><category term="Debian" /><category term="Asus" /></entry><entry><title>Instalación de Debian en un mac Book. Tercera parte (configuración)</title><link href="https://blog.seraph.to/blog/instalardebian-macbook-3" /><id>https://blog.seraph.to/blog/instalardebian-macbook-3</id><published>2008-06-08T10:30:00+00:00</published><updated>2008-06-08T10:30:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Debian, Linux, Mac Book" /></entry><entry><title>Instalación de Debian en un mac Book. Segunda parte</title><link href="https://blog.seraph.to/blog/instalardebian-macbook-2" /><id>https://blog.seraph.to/blog/instalardebian-macbook-2</id><published>2008-06-08T10:10:00+00:00</published><updated>2008-06-08T10:10:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Debian, Linux, Mac Book" /></entry><entry><title>Instalación de Debian en un mac Book. Primera parte</title><link href="https://blog.seraph.to/blog/instalardebian-macbook-1" /><id>https://blog.seraph.to/blog/instalardebian-macbook-1</id><published>2008-06-08T10:00:00+00:00</published><updated>2008-06-08T10:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Debian, Linux, Mac Book" /></entry><entry><title>Crear extensiones SIP</title><link href="https://blog.seraph.to/blog/extensionessip-asterisk" /><id>https://blog.seraph.to/blog/extensionessip-asterisk</id><published>2008-04-14T10:00:00+00:00</published><updated>2008-04-14T10:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Asterisk, Debian, Linux" /></entry><entry><title>La consola de asterisk</title><link href="https://blog.seraph.to/blog/consola-asterisk" /><id>https://blog.seraph.to/blog/consola-asterisk</id><published>2008-04-13T10:20:00+00:00</published><updated>2008-04-13T10:20:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Asterisk, Debian, Linux" /></entry><entry><title>Configuración de una tarjeta Motorola X100P</title><link href="https://blog.seraph.to/blog/configuracion-motorola-asterisk" /><id>https://blog.seraph.to/blog/configuracion-motorola-asterisk</id><published>2008-04-13T10:10:00+00:00</published><updated>2008-04-13T10:10:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Asterisk, Debian, Linux" /></entry><entry><title>Instalando asterisk</title><link href="https://blog.seraph.to/blog/instalando-asterisk" /><id>https://blog.seraph.to/blog/instalando-asterisk</id><published>2008-04-13T10:00:00+00:00</published><updated>2008-04-13T10:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Asterisk, Debian, Linux" /></entry><entry><title>Ejemplo XML-RPC en python</title><link href="https://blog.seraph.to/blog/xmlrpc" /><id>https://blog.seraph.to/blog/xmlrpc</id><published>2008-03-23T10:50:00+00:00</published><updated>2008-03-23T10:50:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="XML-RPC,Python" /></entry><entry><title>Hola mundo 2da versión con hildon y python</title><link href="https://blog.seraph.to/blog/holamundomaemo2" /><id>https://blog.seraph.to/blog/holamundomaemo2</id><published>2008-03-23T10:40:00+00:00</published><updated>2008-03-23T10:40:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Debian, maemo, Nokia N810, Python" /></entry><entry><title>Creando el primer programa para Maemo-sdk</title><link href="https://blog.seraph.to/blog/holamundomaemo1" /><id>https://blog.seraph.to/blog/holamundomaemo1</id><published>2008-03-23T10:30:00+00:00</published><updated>2008-03-23T10:30:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Debian, maemo, Nokia N810, Python" /></entry><entry><title>Instalando Maemo-SDK shinook en Debian</title><link href="https://blog.seraph.to/blog/instalandomaemosdk" /><id>https://blog.seraph.to/blog/instalandomaemosdk</id><published>2008-03-23T10:21:00+00:00</published><updated>2008-03-23T10:21:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Nokia N810 Debian Maemo" /></entry><entry><title>Actualizando el firmware al Nokia N810</title><link href="https://blog.seraph.to/blog/actualizandonokian810" /><id>https://blog.seraph.to/blog/actualizandonokian810</id><published>2008-03-23T10:20:00+00:00</published><updated>2008-03-23T10:20:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Nokia N810" /></entry><entry><title>Prueba desde el Nokia N810</title><link href="https://blog.seraph.to/blog/pruebasnokian810" /><id>https://blog.seraph.to/blog/pruebasnokian810</id><published>2008-02-26T10:00:00+00:00</published><updated>2008-02-26T10:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Movil, Nokia" /><category term="Nokia" /><category term="N810" /></entry><entry><title>Probando ping.fm</title><link href="https://blog.seraph.to/blog/pingfm" /><id>https://blog.seraph.to/blog/pingfm</id><published>2008-02-26T10:00:00+00:00</published><updated>2008-02-26T10:00:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="Anuncio" /><category term="Aplicación" /></entry><entry><title>Iniciando el blog</title><link href="https://blog.seraph.to/blog/iniciandoblog" /><id>https://blog.seraph.to/blog/iniciandoblog</id><published>2008-02-26T07:20:00+00:00</published><updated>2008-02-26T07:20:00+00:00</updated><summary /><author><name>Unknown</name></author><category term="General" /></entry></feed>