Diferencia entre revisiones de «Curso Python DGA 2011/acceso a datos/documentacion»
De WikiEducator
(→mysql) |
(→hojas de cálculo) |
||
(4 revisiones intermedias por el mismo usuario no mostrado) | |||
Línea 2: | Línea 2: | ||
{{MiTitulo| Documentación}} | {{MiTitulo| Documentación}} | ||
− | {{ | + | {{TOC | right}} |
− | + | == 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) == | ||
Línea 33: | Línea 36: | ||
==csv== | ==csv== | ||
− | http://docs.python.org/library/csv.html | + | * http://docs.python.org/library/csv.html |
− | http://www.doughellmann.com/PyMOTW/csv/ | + | * http://www.doughellmann.com/PyMOTW/csv/ |
== hojas de cálculo == | == hojas de cálculo == | ||
− | http://wiki.services.openoffice.org/wiki/Python | + | * http://wiki.services.openoffice.org/wiki/Python |
− | http://www.python-excel.org/ | + | * http://www.python-excel.org/ |
− | http://www.mattcutts.com/blog/write-google-spreadsheet-from-python/ | + | * http://www.mattcutts.com/blog/write-google-spreadsheet-from-python/ |
==json== | ==json== |
Última revisión de 08:27 7 sep 2011
Persistencia de Objetos
pickle
- 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)
shelve
zodb
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
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