#!/usr/bin/python
class valentin:
def __init__(self):
self.name = "valentin"
self.role = "learning data science"
self.language = ["Python" ,"R"]
self.language_spoken = ["fr_FR", "en_US", "de-DE"]
def say_hi(self):
print("Hope you find some of my work interesting.")
me = valentin()
me.say_hi()
Pinned Loading
-
-
-
Projet_Salles_PEGE
Projet_Salles_PEGE PublicProgramme python qui permet aux étudiants du PEGE de trouver des salles libres au sein du bâtiment.
Python 1
-
M1S2-Econometrie-Panel
M1S2-Econometrie-Panel PublicProjet de fin de semestre pour le cours d'économétrie des données de panel du M1 DS2E.
R
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.