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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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.'

@ahmedhamedaly's activity is private