Diferencia entre revisiones de «Curso Python DGA 2011/acceso a datos/documentacion»

De WikiEducator
Saltar a: navegación, buscar
(mysql)
(Serialización de Objetos)
Línea 4: Línea 4:
 
{{TEP}}
 
{{TEP}}
  
== Serialización de Objetos ==
+
== Persistencia de Objetos ==
 +
* http://wiki.python.org/moin/PersistenceTools
 +
=== pickle ===
 
* http://docs.python.org/library/pickle.html
 
* http://docs.python.org/library/pickle.html
 
* http://www.doughellmann.com/PyMOTW/pickle/
 
* http://www.doughellmann.com/PyMOTW/pickle/
 
* http://diveintopython3.org/serializing.html (trad: http://staff.not.iac.es/~rcardenes/hg/diveintopython3-es/index.html)
 
* http://diveintopython3.org/serializing.html (trad: http://staff.not.iac.es/~rcardenes/hg/diveintopython3-es/index.html)
 
+
=== shelve ===
 
* http://docs.python.org/library/shelve.html
 
* http://docs.python.org/library/shelve.html
 
* http://www.doughellmann.com/PyMOTW/shelve/
 
* http://www.doughellmann.com/PyMOTW/shelve/
 +
=== zodb ===
 +
* http://www.zodb.org/
  
 
== Bases de Datos Relacionales (DB API) ==
 
== Bases de Datos Relacionales (DB API) ==

Revisión de 20:59 19 ago 2011



Road Works.svg Trabajo en proceso, espera cambios frecuentes. Tu ayuda y retroalimentación son bienvenidos.
Ver página de charlas.
Road Works.svg


Persistencia de Objetos

pickle

shelve

zodb

Bases de Datos Relacionales (DB API)

sqlite

MySQL

ORM

sqlalchemy

elixir

csv

http://docs.python.org/library/csv.html http://www.doughellmann.com/PyMOTW/csv/

hojas de cálculo

http://wiki.services.openoffice.org/wiki/Python http://www.python-excel.org/ http://www.mattcutts.com/blog/write-google-spreadsheet-from-python/

json

xml