Mudanças entre as edições de "Python"
Ir para navegação
Ir para pesquisar
| Linha 2: | Linha 2: | ||
== Bibliotecas == | == Bibliotecas == | ||
* [[Python:Definindo definições do sistema]] | * [[Python:Definindo definições do sistema]] | ||
| − | * [[Python:Manipulando Arquivos]] | + | * [[Python:Manipulando Arquivos]] e XML |
* [[Python:Extraindo informações URL]] | * [[Python:Extraindo informações URL]] | ||
* [[Python:Request]] (Web Scraping) | * [[Python:Request]] (Web Scraping) | ||
Edição das 12h56min de 22 de janeiro de 2023
Python
Bibliotecas
- Python:Definindo definições do sistema
- Python:Manipulando Arquivos e XML
- Python:Extraindo informações URL
- Python:Request (Web Scraping)
- Python:ZIP File
- 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