#!/usr/bin/python
# -*- coding: utf-8 -*-
class EmbeddedSystemsEngineer:
def __init__(self):
self.name = "Mohand HAMADOUCHE"
self.role = "Postdoctoral Researcher"
self.specialization = "Ph.D. in Computer Science and Digital Architecture, specializing in embedded systems and machine learning"
self.language_spoken = ["fr_FR", "en_US"]
def say_hi(self):
print("Thanks for dropping by, hope you find some of my work interesting.")
me = EmbeddedSystemsEngineer()
me.say_hi()
- Personal website and blog: https://mohand-hamadouche.site/
- Linkedin: https://www.linkedin.com/in/mohand-hamadouche/