- ๐ฑ Iโm currently learning Rust
- ๐ฌ Ask me about API's, SQL, Flask, Automation, React, Swift, AWS
- ๐ซ How to reach me luis.cedillo.maldonado@gmail.com
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: 21 May 2026
Total Time: 2,345 hrs 1 min
Python 1,139 hrs 42 mins >>>>>>>>>>>>------------- 47.35 %
TypeScript 346 hrs 19 mins >>>>--------------------- 14.39 %
CSS 99 hrs 59 mins >------------------------ 04.15 %
Bash 97 hrs 51 mins >------------------------ 04.07 %
C# 86 hrs 22 mins >------------------------ 03.59 %
JavaScript 74 hrs 14 mins >------------------------ 03.08 %
C++ 66 hrs 44 mins >------------------------ 02.77 %
Other 61 hrs 45 mins >------------------------ 02.57 %


