import ahmedhamedaly
class AboutMe:
def __init__(self, name: str, email: str, website: str, linkedin: str):
self.name = name
self.email = email
self.website = website
self.linkedin = linkedin
def education(self) -> dict:
return {
'course': 'Integrated Computer Science',
'college': 'Trinity College Dublin',
'year': 'Graduated',
'graduation': 'June 2022',
'grade': 1.1
}
def hobbies(self) -> list:
return [
'Coding π»',
'Chess βοΈ',
'Cooking π©βπ³',
'Climbing πͺ¨',
'Gym πͺπ½',
'Blockchain π'
]
def goal(self) -> str:
return 'Contribute to open source projects.'
π»
Coding
Graduate CS @ Trinity College Dublin - Hackathon-eer
-
Trinity College Dublin
- https://ahmedhamedaly.com
Popular repositories Loading
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.