import requests
from datetime import date
api_url = "https://leonardodalvi.dev.br"
user = {
🧑🏽 "name": "Leonardo Dalvi Alvarenga",
📆 "age": int((date.today() - date(1988,5,20)).days / 365.2425),
🌃 "city": "Vitória, ES",
💻 "stack": ["Python","MySQL", "PostgreSQL", "R", "Git"],
🎮 "hobby": ["Séries", "Filmes", "Ler", "WoW, Battlefield e CS", "Guitarra e Violão", "Cozinhar"]
}
response = requests.post(api_url, json=user)
print(response.json())
print(response.status_code)
Popular repositories Loading
-
instabot_selenium
instabot_selenium PublicEste repositório contém um script desenvolvido em Python com Selenium para deixar de seguir as contas que não te seguem de volta.
Python 2
-
-
-
-
titanic-kaggle
titanic-kaggle PublicEste repositório contém um notebook em Python criado com o objetivo de prever os sobreviventes do Titanic, utilizando-se dos dados fornecidos na competição do site Kaggle: "Titanic - Machine Learni…
Jupyter Notebook
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.