#!/usr/bin/python
# -*- coding: utf-8 -*-
class SoftwareEngineerStudent:
def __init__(self):
self.name = "Rambod Azimi"
self.degree = "Software Engineering @ McGill University"
self.job = "AI/ML Researcher at MILA x McGill/NRC"
self.language_spoken = ["en_US", "Fa"]
def say_hi(self):
print("Thanks for dropping by, hope you find some of my work interesting.")
me = SoftwareEngineerStudent()
me.say_hi()
- Personal website: http://rambodazimi.com
- LinkedIn: https://www.linkedin.com/in/rambod-azimi
- Instagram: https://www.instagram.com/_rambod/