class Paul:
apprenticeship = MoëtHennessy("Data Engineering")
study = ComputerScience()
projects = [CROUStillant(), BetterIUTRCC(), AirFranceKLMAPI()]
hobbies = [Bouldering(), Running()]
home = France("Reims")
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]
[await hobby.practice() for hobby in self.hobbies]
def sleep(self):
raise NotImplementedError
🐍
from paul import __init__
Python & Data. What else do you need?
-
Moët Hennessy
- Reims, France
-
22:24
(UTC +01:00) - https://bayfield.dev
- in/paulbayfield
Highlights
Pinned Loading
-
-
CROUStillant-Developpement/CROUStillant
CROUStillant-Developpement/CROUStillant PublicCROUStillant, la tâche de fond sur laquelle tous les services s'appuient !
Python 7
-
-
-
CROUStillant-Developpement/CROUStillantAPI
CROUStillant-Developpement/CROUStillantAPI PublicAPI de CROUStillant
Python 4
-
CROUStillant-Developpement/CROUStillantWeb
CROUStillant-Developpement/CROUStillantWeb PublicLe site web de CROUStillant
TypeScript 4
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.





