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
