Buscar
Consultar dados CNPJ e Jusbrasil com Python
import requests import webbrowser def consultar_cnpj(cnpj): cnpj = ''.join(filter(str.isdigit, cnpj)) # remove pontos e traços url =...

Amanda Nascimento
1 min de leitura


Jogo tetris em Python usando o vs code
No terminal do visual studio code, instale a biblioteca pygame digitando: pip install pygame Execute o script abaixo. import pygame...

Amanda Nascimento
4 min de leitura


Criar alerta no telegram com Python
Etapa 1 – Criar o bot no Telegram Acesse @BotFather no Telegram. ( https://t.me/botfather ) Envie o comando /newbot. Dê um nome e um...

Amanda Nascimento
3 min de leitura





