Skip to content
View MohammedEssam011's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report MohammedEssam011

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

Hi! My name is Mohammed Essam. Thank You for taking the time to view my GitHub Profile 😄
python
#!/usr/bin/python
# -*- coding: utf-8 -*-
class SoftwareEngineer:

    def __init__(self):
        self.name = "Mohammed Essam"
        self.role = "Machine leaning  Engineer || Data scientist"
        self.language_spoken = ["ar_EG", "en_US"]
        self.interesting_things =['NLP', 'Data structure and Algorithms', 'FootBall', 'Problem solvings']

    def say_hi(self):
        print("Thanks for dropping by, hope you find some of my work interesting.")
me = SoftwareEngineer()
me.say_hi()

Popular repositories Loading

  1. CS-Important-Courses CS-Important-Courses Public

    1

  2. WorldQuant-University-Data-Science-projects WorldQuant-University-Data-Science-projects Public

    WQU DATA SCIENCE LAB PROJECTS

    Python 1 2

  3. Sliding-Window-Algorithm Sliding-Window-Algorithm Public

    Python 1

  4. MOHAMEDD20 MOHAMEDD20 Public

    Config files for my GitHub profile.

  5. Face-Mask-Detection Face-Mask-Detection Public

    Forked from balajisrinivas/Face-Mask-Detection

    Detecting face masks using Python, Keras, OpenCV on real video streams

    Python

  6. Customer-Segmentation Customer-Segmentation Public

    Customer Segmentation using K-Means Clustering with Python

    Jupyter Notebook