Skip to content

Instantly share code, notes, and snippets.

View kikocorreoso's full-sized avatar

kikocorreoso

  • Smile Co
  • smileland
View GitHub Profile
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@kikocorreoso
kikocorreoso / Usando google earth con ayuda de python y pykml (II).ipynb
Created February 4, 2013 18:59
Usando google earth con ayuda de python y pykml (II).ipynb ipython notebook usado para la entrada http://wp.me/p2hEpj-p3 en pybonacci.wordpress.com
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@kikocorreoso
kikocorreoso / ipynp2wp.py
Created December 1, 2012 23:58
Publish an ipynb directly in wordpress.com (proof of concept)
# -*- coding: utf-8 -*-
## Basado en el script originalmente publicado en
## http://www.jansipke.nl/using-python-to-add-new-posts-in-wordpress/
import datetime
import xmlrpclib
from xml.sax.saxutils import escape
import json
import markdown