Herramientas de usuario

Herramientas del sitio


taller-web-scraping-hirikilabs

Diferencias

Muestra las diferencias entre dos versiones de la página.

Enlace a la vista de comparación

Ambos lados, revisión anteriorRevisión previa
Próxima revisión
Revisión previa
Última revisiónAmbos lados, revisión siguiente
taller-web-scraping-hirikilabs [2018/02/06 17:31] – [Instalación de Python] numerotecataller-web-scraping-hirikilabs [2019/07/18 14:59] rukki123
Línea 1: Línea 1:
-====== Cómo liberar datos: taller de web scraping ======+The Service Desk Technicians enlarge technical help to all inner IT and non-IT employees as well as customers going through issues related to hardware, software, and networking. They are responsible for troubleshooting problems confronted by means of the give up-customers of PCs, laptops, and cell telephones by way of identifying troubles and studying them.
  
-===== Cosas a preparar al principio del taller ===== +Technicians obtain trouble tickets raised via users via emails, phones or in-personas they're the unmarried point-of-touch for any employerTheyconsequently, handle these problems independently.
- +
-Descargarse el repositorio de ejercicios: [[https://github.com/Saigesp/scraping-workshop|scrapers para los ejercicios prácticos]] +
- +
-Descargarse la presentación [[https://docs.google.com/presentation/d/1gXLs23gFgwJYGURy6HFYREhu5Mgh9JeOGX_cE3oGCQU/edit?usp=sharing|Presentación]] +
- +
-==== Instalación de Python ==== +
- +
-Si tienes la versión 2.7 también te vale. +
- +
-=== Linux === +
- +
-  - Abre una terminal +
-  - Comprueba si ya tienes instalado python tecleando: python3 --version +
-  - Si no lo tienes instalado o la versión es anterior a la 3.5 teclea: sudo apt-get install python3.5 +
-  - Si tu distribución de Linux no dispone de la versión 3.5instala la última versión disponible: sudo apt-get install python3 +
-  Para hacer funcionar Python escribe "python" en la terminal. +
- +
-=== Windows === +
- +
-  - Descarga python pinchando en el siguiente enlace: https://www.python.org/ftp/python/3.6.4/python-3.6.4-amd64.exe +
-  - Ejecuta el archivo descargado y sigue las instrucciones. +
-  - Si te da errorintenta seguir este tutorial: https://www.quora.com/How-do-I-install-Python-in-Windows-8-1 +
-  - Instalar pip: https://stackoverflow.com/questions/4750806/how-do-i-install-pip-on-windows#12476379 +
- +
-== Windows Vista == +
- +
-Para que python funcione en Windows tenemos que añadirlo al "path" de manera que al escribir "python" en la linea de comandos (CMD). Añadir a PATH significa decirle al ordenador dónde tiene que buscar el progama python. +
- +
-Una vez abierto Python escribe "pip import" (confirmar). +
- +
-Instalación de PIP. Añadir a PATH para que reconozca donde está PIP. Si no lo consigues Tienes que meter el  +
- +
-full path: C:\Python27\Scripts\pip install bs4 +
- +
-== Windows 10 == +
- +
-Para instalar un paquete: +
- +
-py -m pip install bs4 +
- +
-=== Mac === +
- +
-  - Descarga python pinchando en el siguiente enlace: https://www.python.org/ftp/python/3.6.4/python-3.6.4-macosx10.6.pkg +
-  - Ejecuta el archivo descargado y sigue las instrucciones. +
- +
- +
-==== Opcional ==== +
- +
-Instalar Postman+
  
 +Know More:- [[https://www.fieldengineer.com/skills/service-desk-technician|Service Desk Technician]]
  
taller-web-scraping-hirikilabs.txt · Última modificación: 2021/11/05 01:39 por numeroteca