Skip to content
View tudorjnu's full-sized avatar

Highlights

  • Pro

Block or report tudorjnu

Report abuse

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

Report abuse
tudorjnu/README.md
class TudorJianu:

    def __init__(self):
        self.name = "Tudor Jianu"
        self.role = "PhD Researcher in Artificial Intelligence"
        self.interests = [
            "Software Development", "Artificial Intelligence", "Self Development"
        ]
        self.education = {
            "Masters": "Data Science and Artificial Intelligence",
            "Bachelours": "Business Administration"
        }
        self.activities = [
            "Bouldering", "Gymnastics Rings", "Muay Thai", "Hiking", "Board Games"
        ]
        self.university = "University of Liverpool"

    def say_hi(self):
        print(f"Hello, my name is {self.name}! I am a {self.role} at {self.university}.")
        print("Thanks for dropping by! Don't hesitate to message me if you find myself
               or my work interesting :)")


me = TudorJianu()
me.say_hi()

Pinned Loading

  1. airvlab/cathsim airvlab/cathsim Public

    Python 128 14

  2. stl2mjcf stl2mjcf Public

    Python