from pedro.barbosa import Developer
from pedro.barbosa.models import History
History.objects.create(company="Napp Solutions", start_date="2020-01-13", end_date=None)
class AboutMe(Developer):
name = "Pedro Barbosa"
area = "Backend Developer"
works_at = "Napp Solutions"
location = "Brazil"
def get_short_description(self):
return "Python Developer with 3+ years experience"
def get_long_description(self):
raise NotImplementedError("I'm Think about this")
class Skills(Developer):
languages = ["Python" for _ in range(100)]
libraries = ["pytest", "Pandas", "Django Ninja", "Django Ninja JWT", "Pydantic", "Polars"]
frameworks = ["Django", "djangorestframework", "selenium", "Spyder"]
databases = ["PostgreSQL", "MongoDB", "MySQL"]
learning = ["Golang", "C", "rust"]
Working from home
π Python Developer
-
Napp Solutions
- Brazil
-
17:37
(UTC -03:00) - pedrohsbarbosa99.github.io/blog
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.