Skip to content
View tudorjnu's full-sized avatar

Highlights

  • Pro

Block or report tudorjnu

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
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 92 10

  2. stl2mjcf stl2mjcf Public

    Python