Skip to content
View ahmedhamedaly's full-sized avatar
πŸ’»
Coding
πŸ’»
Coding

Block or report ahmedhamedaly

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
ahmedhamedaly/README.md

Ahmed Hamed Aly

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.'

Popular repositories Loading

  1. ahmedhamedaly ahmedhamedaly Public

    My Github Profile Repository.