Buscar contenidos

viernes, 15 de enero de 2021

Python primeros pasos

 


[Tutorial] Cómo instalar Python en Windows 10

https://www.youtube.com/watch?v=9fNKy9zOPkg


INSTALAR JUPYTER NOTEBOOK EN WINDOWS 10 ✅ | 2021 | ESPAÑOL

https://www.youtube.com/watch?v=5XuCaHpyRes

pip install jupyter

jupyter notebook (abrir)


Curso Python. Generar ejecutables. Fin de curso. Vídeo 78

https://www.youtube.com/watch?v=Vr9vl0qlggE

pip install pyinstaller

c<ruta/> pyinstaller nombreArchivo.py (con consola)

c<ruta/> pyinstaller --windowed nombreArchivo.py (sin consola) 

c<ruta/> pyinstaller --windowed --onefile nombreArchivo.py (sin consola) (unico archivo .Exe)

c<ruta/> pyinstaller --windowed --onefile --icon=./logo.icon  nombreArchivo.py (sin consola) (unico archivo .Exe)


Face Comparison in Python | Face Comparison in 5 lines | Data Magic

https://www.youtube.com/watch?v=f9aV2Jfd5fc


How to install deepface library | Fix deepface library installation issues | Data Magic

https://www.youtube.com/watch?v=IlhQFCSrNdE



No hay comentarios:

Publicar un comentario