class User:
def __init__(self):
# Presentation
self.first_name: str = "Laurent"
self.last_name: str = "Jouron"
self.age: int = 47
self.role: str = "developpeur analyste"
self.email: str = "[email protected]"
self.source = {
'Was born': ['Toul','France','Meurthe-et-Moselle'],
'I have lived': [['Maroc','Casablanca'], ['USA', 'Pittsburgh'], ['Spain', 'Alicante']],
'Where I live': ['France','La Roquette-sur-Siagne'],
},
# Social Media
self.linkedin: str = "https://www.linkedin.com/in/laurent-jouron/"
self.twitter: str = "https://twitter.com/LaurentJouron"
self.github: str = "https://github.com/LaurentJouron"
# Portfolio
self.web = 'https://www.laurentjouron.dev/'
self.architecture = ['MVC', 'Repository'],
self.code = {
'frontend': ['HTML', 'CSS', 'JavaScript', 'Tailwind'],
'backend': ['Python', 'Flask', 'Django','DRF', 'Wagtail'],
'database': ['PostgreSQL', 'MySQL', 'SQLite3'],
'devops': ['Docker', 'Heroku','Docker-compose'],
'tools': ['GIT', 'GitHub'],
'ides': ['Visual Studio Code', 'PyCharm'],
},
Mon premier portfolio |
Ma doc |
Mon portfolio officiel |
doc Python |
doc django |
doc django REST framework |
||
doc sqlite |
||||
doc CSS |
||||