#!/usr/bin/python
# -*- coding: utf-8 -*-
class SoftwareEngineer:
def __init__(self):
self.name = "Mayar Kulthum"
self.role = "Software Engineer"
self.specialize = "Natural Language Processing"
self.language_spoken = ["ar_SY", "en_US"]
def say_hi(self):
print("Thanks for dropping by, hope we can be friends :D")
if __name__ == "__main__":
me = SoftwareEngineer()
me.say_hi()
Popular repositories Loading
-
ChatterBot
ChatterBot PublicForked from gunthercox/ChatterBot
ChatterBot is a machine learning, conversational dialog engine for creating chat bots
Python
-
flask-online-store
flask-online-store PublicForked from DiptoChakrabarty/flask-online-store
An online e commerce stores management and order placing system API built using flask and sqlalchemy . Various functionalities present and further functionalities being added to make it as real lif…
Python
-
-
-
Roadmap-FullStack-Python
Roadmap-FullStack-Python PublicForked from CarlosViniMSouza/Roadmap-FullStack-Python
My Personal Roadmap Full-Stack Web Python
Vim Script
-
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.