Mudanças entre as edições de "Python"
Ir para navegação
Ir para pesquisar
| Linha 16: | Linha 16: | ||
* [[Python:BeautifulSoup]] | * [[Python:BeautifulSoup]] | ||
* [[Python:Voz]] | * [[Python:Voz]] | ||
| + | * [[Python:Docx]] | ||
== Install PIP=== | == Install PIP=== | ||
Edição das 11h04min de 16 de abril de 2024
Python
Criando um ambiente
mkdir web-crawler cd web-crawler python -m venv env
Bibliotecas
- Python:Definindo definições do sistema
- pPython:Manipulando Strings
- pPython:Manipulando NLP
- Python:Manipulando Arquivos e XML
- Python:Extraindo informações URL
- Python:Request (Web Scraping)
- Python:ZIP File
- Python:ElasticSearch
- Python:PySimpGUI
- Python:BeautifulSoup
- Python:Voz
- Python:Docx
Install PIP=
Baixando o arquivo
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
Instalando o Python/PIP
python get-pip.py --no-warn-script-location
Configurar no ambiente do windows Para testar a versão
pip3 -V