8000 pedrohsbarbosa99 (Pedro barbosa) Β· GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
View pedrohsbarbosa99's full-sized avatar
:octocat:
Working from home
:octocat:
Working from home

Block or report pedrohsbarbosa99

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
pedrohsbarbosa99/README.md
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"]

πŸ“Š Github Stats and Activity

πŸ’» GitHub Profile Stats

PedroHsBarbosa's Github Stats PedroHsBarbosa's Top Languages

Note: Top languages is only a metric of the languages my public code consists of and doesn't reflect experience or skill level.

PedroHsBarbosa's Activity Graph

Pinned Loading

  1. dxpq_ext dxpq_ext Public

    C 3

  2. dxpq dxpq Public

    Simple Python Wrapper for postgres connection.

    Python 1

0