class WhoAmI:
def __init__(self):
self.name = "Luigi"
self.role = "Software Engineer"
self.company = "Aevoluta"
self.hobbies = ["Run", "Surf"]
self.my_portfolio = "www.luigipinna.com"
self.interests = ["Ai", "Web3", "Economics"]
self.improving_now = "React, Ai implementation"
def say_hi(self):
return f"Hi there π I'm {self.name}. I specialize in {self.role} at {self.company}. Welcome to my GitHub!"
me = WhoAmI()
me.say_hi()
Software Engineer @Aevoluta | Based in Italy | Working with Python, SQL , React | Java or javascript in my free time.
-
Aevoluta
- Cagliari
- https://www.luigipinna.com/
- in/luigipinna
Pinned Loading
-
Cryptocurrency-Converter
Cryptocurrency-Converter PublicCryptocurrency Converter project where you can convert cryptocurrencies to others and know the correct exchange rate
JavaScript 1
-
-
-
DocuMentor
DocuMentor PublicDocuMentor is an ai tool when users can ask natural language questions and receive accurate, context-aware answers extracted directly from PDF documents
Python
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.