Diferencia entre revisiones de «Curso Python DGA 2011/servicios web/documentacion»
De WikiEducator
(Una revisión intermedia por el mismo usuario no mostrado) | |||
Línea 4: | Línea 4: | ||
== REST == | == REST == | ||
− | + | * Wikipedia : http://es.wikipedia.org/wiki/Representational_State_Transfer | |
== JSON == | == JSON == | ||
− | + | * Wikipedia : http://es.wikipedia.org/wiki/Json | |
== Google APIs == | == Google APIs == | ||
* Documentación | * Documentación | ||
* Custom Search : http://code.google.com/intl/es/apis/customsearch/v1/overview.html | * Custom Search : http://code.google.com/intl/es/apis/customsearch/v1/overview.html | ||
− | * Maps : | + | * Maps : http://code.google.com/apis/maps/documentation/webservices/index.html |
− | * Youtube : | + | * Youtube : http://code.google.com/apis/youtube/1.0/developers_guide_python.html |
− | * URL shortener : | + | * URL shortener : http://code.google.com/apis/urlshortener/v1/reference.html |
+ | * Calendar : http://code.google.com/apis/urlshortener/v1/reference.html | ||
+ | * Docs : http://code.google.com/apis/documents/docs/3.0/developers_guide_python.html | ||
* Librerias: | * Librerias: | ||
Línea 32: | Línea 34: | ||
== Facebook == | == Facebook == | ||
* http://developers.facebook.com/docs/ | * http://developers.facebook.com/docs/ | ||
+ | |||
+ | == Google Application Engine == | ||
+ | * Para Python : http://code.google.com/intl/es/appengine/docs/python/gettingstarted/introduction.html | ||
+ | * Con Django : http://code.google.com/intl/es-ES/appengine/articles/django.html | ||
+ | * Almacenamiento con Django : http://code.google.com/intl/es-ES/appengine/articles/django-nonrel.html |
Última revisión de 00:51 10 ago 2011
Contenido
REST
JSON
- Wikipedia : http://es.wikipedia.org/wiki/Json
Google APIs
- Documentación
* Custom Search : http://code.google.com/intl/es/apis/customsearch/v1/overview.html * Maps : http://code.google.com/apis/maps/documentation/webservices/index.html * Youtube : http://code.google.com/apis/youtube/1.0/developers_guide_python.html * URL shortener : http://code.google.com/apis/urlshortener/v1/reference.html * Calendar : http://code.google.com/apis/urlshortener/v1/reference.html * Docs : http://code.google.com/apis/documents/docs/3.0/developers_guide_python.html
- Librerias:
* http://code.google.com/p/gdata-python-client * http://code.google.com/p/google-api-python-client
Flicker
Microsoft Translator
Google Application Engine
- Para Python : http://code.google.com/intl/es/appengine/docs/python/gettingstarted/introduction.html
- Con Django : http://code.google.com/intl/es-ES/appengine/articles/django.html
- Almacenamiento con Django : http://code.google.com/intl/es-ES/appengine/articles/django-nonrel.html