Muestra las diferencias entre dos versiones de la página.
| Ambos lados, revisión anterior Revisión previa Próxima revisión | Revisión previa | ||
|
fw:others [2013/11/01 16:46] alfred [Otros frameworks y librerías] |
fw:others [2020/05/09 09:25] (actual) |
||
|---|---|---|---|
| Línea 27: | Línea 27: | ||
| ^ [[fw:elixir|Elixir]] | Facilitar el uso de SQLAlchemy | Python | | ^ [[fw:elixir|Elixir]] | Facilitar el uso de SQLAlchemy | Python | | ||
| ^ [[fw:maths:armadillo|Armadillo]] | Cálculos matemáticos | C++ | | ^ [[fw:maths:armadillo|Armadillo]] | Cálculos matemáticos | C++ | | ||
| + | ^ [[fw:behave|Behave]] | BDD for Python | Python | | ||
| + | ^ [[fw:mongoengine|MongoEngine]] | MongoDB ORM for Python | Python | | ||
| + | ^ [[fw:celery|Celery]] | A task queue | Python | | ||
| + | ^ [[fw:locust|Locust]] | A load testing tool | Python | | ||
| ===== Frameworks grandes ===== | ===== Frameworks grandes ===== | ||
| ==== Django ==== | ==== Django ==== | ||
| - | * [[fw:django|Django]] | + | * [[fw:django|Django]], //framework para el desarrollo web en Python//. |
| + | * [[fw:djangoadv|Advanced Django]], //authentication, authorization, and other perls from Django//. | ||
| + | * [[fw:djangorest|Django REST Framework]], //librería para Django que permite el desarrollo de API REST//. | ||