#!/usr/bin/python
# -*- coding: utf-8 -*-
class Bhagyalaxmi:
def __init__(self):
self.name = "A Bhagyalaxmi"
self.email = "[email protected]"
self.interests = ["Machine learning", "Front-end Development"]
self.language_spoken = ["en_IN", "hi_IN"]
def say_hi(self):
print("Thanks for dropping by :) hope you find my work interesting!")
me = Bhagyalaxmi()
me.say_hi()
Highlights
Pinned Loading
-
system-design
system-design PublicThis repository serves as a collection of notes on system design, capturing concepts, principles, and best practices.
-
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.