- π± Iβm currently learning Rust
- π¬ Ask me about API's, SQL, Flask, Automation, React, Swift, AWS
- π« How to reach me [email protected]
class Person:
def __init__(self, name, profession, interests, aspirations):
self.name = name
self.profession = profession
self.interests = interests
self.aspirations = aspirations
def introduce(self):
intro = f"π Hi there! I'm {self.name}, a {self.profession}."
return intro
def describe_interests(self):
interests_desc = f"πΉοΈ When I'm not coding, you can find me playing videogames, exploring new technologies, and jamming to rock music."
return interests_desc
def describe_aspirations(self):
aspirations_desc = f"π My ultimate goal is to become a {self.aspirations}, contributing to the world of backend and cybersecurity."
return aspirations_desc
# Personal information
name = "Luis"
profession = "Python Developer"
interests = ["videogames", "technology", "rock music"]
aspirations = "backend/cybersecurity engineer"
# Create a Person instance
luis = Person(name, profession, interests, aspirations)
intro = luis.introduce()
interests_desc = luis.describe_interests()
aspirations_desc = luis.describe_aspirations()From: 16 February 2022 - To: 06 November 2025
Total Time: 2,001 hrs 38 mins
Python 954 hrs 22 mins >>>>>>>>>>>>------------- 47.32 %
TypeScript 283 hrs 35 mins >>>>--------------------- 14.06 %
CSS 99 hrs 36 mins >------------------------ 04.94 %
Bash 88 hrs 34 mins >------------------------ 04.39 %
C# 86 hrs 22 mins >------------------------ 04.28 %
JavaScript 74 hrs 5 mins >------------------------ 03.67 %
C++ 66 hrs 44 mins >------------------------ 03.31 %
HTML 47 hrs 25 mins >------------------------ 02.35 %
Docker 41 hrs 8 mins >------------------------ 02.04 %


