Skip to content
View LaurentJouron's full-sized avatar

Block or report LaurentJouron

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
LaurentJouron/README.md
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.location: str = "La-Roquette-sur-Siagne"
        self.email: str = "[email protected]"
        self.first_role: str = "coiffeur"
        
        # 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.portfolio: str = "LaurentJouron.github.io"

    def welcome(self):
        print(f"Venez discuter avec moi sur {self.email}. Je suis ouvert aux échanges qui nous amènerait à collaborer.")

    def conversion(self):
        print(f"Après 28 ans en tant que {self.first_role}, j'ai décidé de me réorienté pour être {self.role}.")

Mon premier portfolio


Ma doc


Mon portfolio officiel


Language and tools


doc Python


doc django


doc django REST framework


doc sqlite


doc CSS

Pinned Loading

  1. Python_H4D_Game Python_H4D_Game Public

    Jeu très simple avec la musique du groupe Handle4Dad

    Python 1

  2. LaurentJouron.github.io LaurentJouron.github.io Public

    HTML

  3. Python_MVC_Epic_events Python_MVC_Epic_events Public

    Python

  4. Flask_Gudlft Flask_Gudlft Public

    Forked from OpenClassrooms-Student-Center/Python_Testing

    Python

  5. Django_lit_review Django_lit_review Public

    Python

  6. Django_orange_county_lettings Django_orange_county_lettings Public

    Forked from OpenClassrooms-Student-Center/Python-OC-Lettings-FR

    HTML