Skip to content
View PaulBayfield's full-sized avatar
🐍
from paul import __init__
🐍
from paul import __init__

Organizations

@CROUStillant-Developpement @AirFranceCDGStats

Block or report PaulBayfield

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
PaulBayfield/README.md
class Paul:
    apprenticeship = MoëtHennessy("Data Engineering")
    study = ComputerScience()
    projects = [CROUStillant(), BetterIUTRCC()]
    hobby = Bouldering()
    home = France("Paris")

    async def run(self, inputs: Union[Keyboard, Mouse, Screen]) -> None:
        while True:
            await self.apprenticeship.do(inputs)
            await self.study.do(inputs)
            [await project.do(inputs) for project in self.projects]

    def sleep(self):
        raise NotImplementedError
Coding stats

since december 2024

Pinned Loading

  1. Better-IUT-RCC Better-IUT-RCC Public

    Better IUT RCC

    JavaScript 13

  2. CROUStillant-Developpement/CROUStillant CROUStillant-Developpement/CROUStillant Public

    CROUStillant, la tâche de fond sur laquelle tous les services s'appuient !

    Python 6

  3. GameJam2025 GameJam2025 Public

    Game Jam 2025 pour l'IUT RCC

    Python 1

  4. Better-IUT-RCC-API Better-IUT-RCC-API Public

    API pour Better-IUT-RCC

    CSS 2

  5. CROUStillant-Developpement/CROUStillantAPI CROUStillant-Developpement/CROUStillantAPI Public

    API de CROUStillant

    Python 3

  6. CROUStillant-Developpement/CROUStillantWeb CROUStillant-Developpement/CROUStillantWeb Public

    Le site web de CROUStillant

    TypeScript 2