Mudanças entre as edições de "Python"
Ir para navegação
Ir para pesquisar
| Linha 3: | Linha 3: | ||
* [[Python:Manipulando Arquivos]] | * [[Python:Manipulando Arquivos]] | ||
* [[Python:Extraindo informações URL]] | * [[Python:Extraindo informações URL]] | ||
| − | * [[Python:Request]] | + | * [[Python:Request]] (Web Scraping) |
* [[Python:PySimpGUI]] | * [[Python:PySimpGUI]] | ||
Edição das 12h03min de 22 de janeiro de 2023
Python
Bibliotecas
- Python:Manipulando Arquivos
- Python:Extraindo informações URL
- Python:Request (Web Scraping)
- Python:PySimpGUI
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