Skip to content
View caupolicanre's full-sized avatar

Highlights

  • Pro
Block or Report

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.

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
caupolicanre/README.md

Hi, I'm Caupolicán! 🖥️

An advanced Data Science student db-logo and Python enthusiast 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 working_at(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']

⌨️⏲️ Weekly development breakdown

From: 27 May 2024 - To: 03 June 2024

Total Time: 41 hrs 11 mins

Python      36 hrs 53 mins  ▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▱▱▱   89.54 %
Batchfile   3 hrs 37 mins   ▰▰▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱   08.81 %
Markdown    33 mins         ▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱   01.35 %

I'm an Early 🐤

🌞 Morning                641 commits         ▰▰▰▰▰▰▰▰▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱   31.41 % 
🌆 Daytime                718 commits         ▰▰▰▰▰▰▰▰▰▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱   35.18 % 
🌃 Evening                430 commits         ▰▰▰▰▰▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱   21.07 % 
🌙 Night                  252 commits         ▰▰▰▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱   12.35 % 

💼 Highlighted Projects


⚡ Recent Activity

  1. 🗣 Commented on #491 in anmol098/waka-readme-stats
  2. 🗣 Commented on #491 in anmol098/waka-readme-stats
  3. 🗣 Commented on #452 in anmol098/waka-readme-stats
  4. 🗣 Commented on #471 in anmol098/waka-readme-stats
  5. 💪 Opened PR #491 in anmol098/waka-readme-stats

📩 Connect with me

Pinned

  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