Skip to content
View caupolicanre's full-sized avatar
🦇
🦇

Highlights

  • Pro

Block or report caupolicanre

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
caupolicanre/README.md

Hi, I'm Caupolicán! 🖥️

Data Scientist db-logo and Python Developer python-logo

A little more about me

class Caupo:
    def __init__(self):
        self.name = 'Caupolicán'
        self.last_name = 'Ré'
        self.nacionality = 'Argentinian'
        self.birthday = 'May, 5th'
        self.student = True
        self.working = True

    @property
    def studying_at(self) -> str:
        return 'Facultad de Ingeniería - UNER'

    @property
    def career(self) -> str:
        return 'Data Processing and Exploitation'

    @property
    def workplaces(self) -> dict:
        return {
            'LICA': 'Laboratorio de Informática y Computación Aplicada',
            'SADER': 'Ministerio de Salud de Entre Ríos'
        }

    @property
    def languages(self) -> dict:
        return {
            'spanish': 'native',
            'english': 'fluent'
        }

    @property
    def programming_languages(self) -> list:
        return ['Python', 'SQL', 'C', 'R', 'Java']
    
    @property
    def frameworks(self) -> list:
        return ['Flask', 'FastAPI', 'Django', 'Django-REST-framework']

Last year's coding time

⌨️⏲️ Weekly development breakdown

From: 05 December 2025 - To: 12 December 2025

Total Time: 20 hrs 39 mins

Python   17 hrs 31 mins  ▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▱▱▱▱   84.70 %
Text     2 hrs 55 mins   ▰▰▰▰▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱   14.15 %
HTML     11 mins         ▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱   00.95 %

I'm an Early 🐤

🌞 Morning                786 commits         ▰▰▰▰▰▰▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱   23.44 % 
🌆 Daytime                1063 commits        ▰▰▰▰▰▰▰▰▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱   31.70 % 
🌃 Evening                990 commits         ▰▰▰▰▰▰▰▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱   29.53 % 
🌙 Night                  514 commits         ▰▰▰▰▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱   15.33 % 

💼 Highlighted Projects


⚡ Recent Activity

  1. 🎉 Merged PR #2 in caupolicanre/waka-readme-stats
  2. 💪 Opened PR #2 in caupolicanre/waka-readme-stats
  3. 💪 Opened PR #1 in caupolicanre/transaccional-python
  4. 🗣 Commented on #471 in anmol098/waka-readme-stats
  5. 💪 Opened PR #491 in anmol098/waka-readme-stats

📩 Connect with me

Pinned Loading

  1. datawarehouse-ElProfesional datawarehouse-ElProfesional Public

    Python

  2. citation-network-graphdb citation-network-graphdb Public

    This project focuses on implementing a graph-oriented database using Neo4j to explore and analyze citation networks.

    Python

  3. AyED-TP1 AyED-TP1 Public

    Project of practical work N°1 of Algorithms and Data Structures. Tecnicatura Universitaria en Procesamiento y Explotación de Datos, Facultad de Ingeniería UNER. Brehm, Ré. 2022

    Python 2

  4. AyED-TP2 AyED-TP2 Public

    Repository to upload the project of the practical work N°2 of Algorithms and Data Structures. Tecnicatura Universitaria en Procesamiento y Explotación de Datos, Facultad de Ingeniería UNER. Brehm, …

    Python 1