curriculum
curriculum copied to clipboard
Recursos para python
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
typing https://docs.python.org/3/library/typing.html
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/
Add check listo before deploy project https://docs.djangoproject.com/en/5.0/howto/deployment/checklist/
Add documentation about testing https://docs.djangoproject.com/en/5.0/topics/testing/ https://www.django-rest-framework.org/api-guide/testing/
If want to deploy on render, can use https://docs.render.com/deploy-django#go-production-ready
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.