curriculum icon indicating copy to clipboard operation
curriculum copied to clipboard

Recursos para python

Open unjust opened this issue 1 year ago • 6 comments

Aqui anotamos links de recursos para ayudar con los proyectos en python. Puede ser videos y texto, seria bueno que al menos tenemos un version texto de cada punto y en otros casos video y articulo.

Temas como:

  • Instalacion

    • de @reloadercf https://youtu.be/TEbkMUtv68I
  • virtualenv y requirements

    • activate venv in windows y mac https://youtu.be/T2CZ7bltuMs
    • venv in windows y porque importante, pip freeze https://www.youtube.com/watch?v=1FnFLMNLw48
    • https://docs.python.org/3/library/venv.html#creating-virtual-environments
    • Entornos Virtuales y Paquetes https://docs.python.org/es/3.9/tutorial/venv.html#virtual-environments-and-packages
  • flask (y alchemy ?)

  • django

  • testing

unjust avatar Jan 18 '24 16:01 unjust

typing https://docs.python.org/3/library/typing.html

unjust avatar Jan 18 '24 23:01 unjust

In the UH3 include a requirement in the endpoint the request is get all information by car, so with django we can use filters, for solve problem, I add two resources about this... https://django-filter.readthedocs.io/en/latest/guide/rest_framework.html#quickstart https://www.django-rest-framework.org/api-guide/filtering/

reloadercf avatar Jan 23 '24 02:01 reloadercf

Add check listo before deploy project https://docs.djangoproject.com/en/5.0/howto/deployment/checklist/

reloadercf avatar Jan 25 '24 17:01 reloadercf

Add documentation about testing https://docs.djangoproject.com/en/5.0/topics/testing/ https://www.django-rest-framework.org/api-guide/testing/

reloadercf avatar Jan 25 '24 17:01 reloadercf

If want to deploy on render, can use https://docs.render.com/deploy-django#go-production-ready

reloadercf avatar Jan 25 '24 20:01 reloadercf

Agregue los videos al https://github.com/Laboratoria/UPSK-PY-001-guess-the-number/blob/main/docs/README-python.md Me gustaria si chequeamos los transcripts por errores y probamos los subtitulos en portugues.

unjust avatar Feb 08 '24 19:02 unjust