Skip to content
View AlbanLAU's full-sized avatar

Organizations

@Projet-MIN @Projet-TODO @Projet-Tutore-AirFrance @Listening-Analyzer-Project

Block or report AlbanLAU

Report abuse

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

Report abuse
AlbanLAU/README.md

Hi, I'm Alban Lauby

class Goal:
    def __init__(self, description):
        self.description = description

class Hobby:
    def __init__(self, name):
        self.name = name

class Developer:
    def __init__(self, codes, tools, archs, goals, hobbies):
        self.codes = codes
        self.tools = tools
        self.archs = archs
        self.goals = goals
        self.hobbies = hobbies

alban = Developer(
    codes=["Java", "JavaScript", "Python", "PHP", "Kotlin", "C#", "Bash"],
    tools=["Android", "iOS", "Docker", "AWS", "Everything else"],
    archs=["Microservices", "MVVM", "MVP", "MVC"],
    goals=[Goal("Build AI powered tools that developers love using.")],
    hobbies=[Hobby("Basket"), Hobby("Music"), Hobby("Sports")]
)

# Affichage résumé
print("Languages:", alban.codes)
print("Tools:", alban.tools)
print("Architectures:", alban.archs)
print("Goals:", [g.description for g in alban.goals])
print("Hobbies:", [h.name for h in alban.hobbies])

Pinned Loading

  1. Listening-Analyzer-Project/Listening-Analyzer-Project-API Listening-Analyzer-Project/Listening-Analyzer-Project-API Public

    TypeScript 1

  2. Listening-Analyzer-Project/Listening-Analyzer-Project-Front Listening-Analyzer-Project/Listening-Analyzer-Project-Front Public

    TypeScript 1

  3. projet-si-alban projet-si-alban Public

    Web project made in order to be elected DSI of EPF Projets

    JavaScript

  4. Projet-Tutore-AirFrance/AI-models Projet-Tutore-AirFrance/AI-models Public

    Jupyter Notebook

  5. Projet-MIN/Projet-MIN-Game Projet-MIN/Projet-MIN-Game Public

    Mathematica

  6. Projet-TODO/Todo-java-back Projet-TODO/Todo-java-back Public

    Java