Documentación
De WikiEducator
< Curso Python DGA 2011 | acceso a datos
Revisión a fecha de 21:52 19 ago 2011; Lmorillas (Discusión | contribuciones)
Trabajo en proceso, espera cambios frecuentes. Tu ayuda y retroalimentación son bienvenidos. Ver página de charlas. |
Contenido
Serialización de Objetos
- http://docs.python.org/library/pickle.html
- http://www.doughellmann.com/PyMOTW/pickle/
- http://diveintopython3.org/serializing.html (trad: http://staff.not.iac.es/~rcardenes/hg/diveintopython3-es/index.html)
Bases de Datos Relacionales (DB API)
- http://wiki.python.org/moin/DatabaseProgramming
- http://www.python.org/dev/peps/pep-0249/
- http://wiki.python.org/moin/DbApiCheatSheet
sqlite
mysql
ORM
sqlalchemy
- http://www.sqlalchemy.org/docs/orm/tutorial.html
- http://moksha.csh.rit.edu/tg2tut/sa_in_10.html
- http://mapfish.org/doc/tutorials/sqlalchemy.html
- http://www.blog.pythonlibrary.org/2010/02/03/another-step-by-step-sqlalchemy-tutorial-part-1-of-2/
- https://docs.pylonsproject.org/projects/pyramid/1.0/tutorials/wiki2/index.html
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
- http://docs.python.org/library/json.html
- http://pypi.python.org/pypi/simplejson/
- http://diveintopython3.org/serializing.html#json-dump