Skip to content
View BishoyHanyRaafat's full-sized avatar
πŸ₯°
Python
πŸ₯°
Python

Block or report BishoyHanyRaafat

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

Hello there ! 🌟

Hello There

Twitter Follow Linkedin: Bishoy Email Badge

About Me

#!/usr/bin/python
# -*- coding: utf-8 -*-


class SoftwareEngineer:

    def __init__(self):
        self.name = "Bishoy Hany Raafat"
        self.role = "Software Engineer"
        self.languages_spoken = ["Arabic (Egypt)", "English (US)"]
        self.programming_languages = ["Python", "JavaScript", "TypeScript", "Go", "Lua", "Dart", "C++"]

    def hi(self):
        print(f"Hello! My name is {self.name} and I am a {self.role}.")

    def display_languages_spoken(self):
        print("Languages I speak:")
        for language in self.languages_spoken:
            print(f"- {language}")

    def display_programming_languages(self):
        print("Programming languages I know:")
        for language in self.programming_languages:
            print(f"- {language}")


me = SoftwareEngineer()

me.hi()
me.display_languages_spoken()
me.display_programming_languages()

Fun Facts πŸŽ‰

  • I once wrote a Python script to automate my coffee brewing process. β˜•
  • My code editor theme is darker than my sense of humor. πŸ˜„
  • I believe that semicolons are optional, but coffee is not. πŸ˜‰

Tools

Popular repositories Loading

  1. autocommit autocommit Public

    Python 1

  2. BishoyHanyRaafat BishoyHanyRaafat Public

    Config files for my GitHub profile.

  3. cli-agent cli-agent Public

    Forked from pieces-app/cli-agent

    Python

  4. pieces-copilot-streamlit pieces-copilot-streamlit Public

    Forked from shivaypiece/pieces-copilot-streamlit

    Python

  5. readme-generator readme-generator Public

    Forked from Sophyia7/readme-generator

    Python