Skip to content
View OscarCampohermoso's full-sized avatar
  • La Paz, Bolivia

Highlights

  • Pro

Organizations

@SCE-IS-Codebase

Block or report OscarCampohermoso

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
OscarCampohermoso/README.md
class Me:
    def __init__(self):
        self.name = "Oscar Campohermoso Berdeja"
        self.education = self.get_education()
        self.skills = self.get_skills()
        self.projects = self.get_projects()

    def get_education(self):
        return [
            {
                "institution": "Universidad Católica Boliviana",
                "degree": "Ingeniería de Sistemas",
                "status": "Estudiante"
            }
        ]

    def get_skills(self):
        return {
            "programming_languages": [
                "Python", "Java", "C++", "JavaScript", "Go", "Dart", "R"
            ],
            "web_development": [
                "HTML", "CSS", "PHP", "Django", "Flask"
            ],
            "data_science": [
                "Pandas", "NumPy", "Scikit-Learn", "Matplotlib", "Seaborn"
            ],
            "tools": [
                "Git", "SQL", "Jupyter Notebook", "PostgreSQL", "MongoDB", "Linux"
            ]
        }

    def get_projects(self):
        return [
            {
                "name": "Plataforma Digital para Alquiler y Reserva de Parqueos",
                "achievement": "1er lugar en FUNCTEC 2024"
            },
            {
                "name": "Aplicación Web para Optimización de Rutas en Mi Teleférico",
                "achievement": "2do lugar en FUNCTEC 2024"
            }
        ]

    def __str__(self):
        return f"{self.name}, estudiante de {self.education[0]['degree']} en {self.education[0]['institution']}."

📊 GitHub Stats

Top Langs

Pinned Loading

  1. License-Plate-Detection-API License-Plate-Detection-API Public

    Python