class Developer:
def __init__(self):
self.name = "Alexandre Petitjean"
self.role = "Full Stack Developer"
self.stack = ["Python", "Django", "PostgreSQL", "Docker"]
self.location = "France"
self.website = "https://alexandre-petitjean.fr"
def say_hi(self):
print("Thanks for visiting my profile! Feel free to get in touch.")
me = Developer()
me.say_hi()- π I mainly work with Python/Django
- π± Iβm constantly exploring new technologies
- π¨βπ» I may have a blog on my portfolio
- π« Contact: petitjean.alexandre.pro@gmail.com
- β‘ Fun fact: I love eating V-Bucks for breakfast

