- π± 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: 07 November 2024
Total Time: 1,189 hrs 41 mins
Python 630 hrs 57 mins >>>>>>>>>>>>>------------ 52.60 %
C# 86 hrs 22 mins >>----------------------- 07.20 %
CSS 78 hrs 47 mins >>----------------------- 06.57 %
C++ 66 hrs 42 mins >------------------------ 05.56 %
JavaScript 65 hrs 54 mins >------------------------ 05.49 %
Docker 35 hrs 38 mins >------------------------ 02.97 %
HTML 32 hrs 21 mins >------------------------ 02.70 %
Bash 31 hrs 10 mins >------------------------ 02.60 %
SQL 22 hrs 13 mins ------------------------- 01.85 %