Skip to content
View LaurentJouron's full-sized avatar
Block or Report

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 = "jouronlaurent@hotmail.com"
        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 échanger avec moi sur {self.email}, je suis ouvert à tout échange 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é en tant que {self.role}.")

class Compagny(User):
    """
    C'est après une solide formation que j'ai intégré Ace Software.
    """
    def __init__(self):
        # Job
        self.compagny: str = "Ace Software"
        self.compagny_location: str = "Valbonne"
        self.website: str = "https://www.acesoftware.fr/"

Mon portfolio


Ma doc


Language and tools


doc Python


doc django


doc django REST framework


doc sqlite


doc CSS

Pinned

  1. H4D-Game H4D-Game Public

    Jeu très simple avec la musique du groupe Handle4Dad

    Python 1

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

    CSS

  3. EpicEvents EpicEvents Public

    Python

  4. LITReview LITReview Public

    Python