#!/usr/bin/python
# -*- coding: utf-8 -*-
class DataEngineer:
def __init__(self):
self.name = "N R Navaneet"
self.role = "Data Engineer"
self.language_spoken = ["en_US", "hi_IN"]
def say_hi(self):
print("Thanks for dropping by, hope you find some of my work interesting.")
me = DataEngineer()
me.say_hi()- Datatrack: Stop Panicking About Database Changes
- Stop Solving 500+ LeetCode Problems. Try This 3-Step Pattern System Instead
- Krishna’s Viśvarūpa and the Multiverse Theory
- A Cashless Society: Exploring the Role of Bitcoin in the Future of Payments


