class BabakhaniNarek:
def __init__(self):
self.name = "Babakhani Narek"
self.username = "StatusSSS"
self.location = "Russia, Saint-Petersburg"
self.telegram = "@NarekPy"
self.tech_stack = [
"Python",
"FastAPI",
"Django",
"Django Rest Framework",
"PostgreSQL",
"MySQL",
"SQLAlchemy",
"MongoDB",
"Redis",
"Celery",
"RabbitMQ",
"Docker",
"Prometheus",
"Grafana",
"Pytest",
"python-telegram-bot"
]
def __str__(self):
return self.name
if __name__ == '__main__':
me = BabakhaniNarek()
Popular repositories Loading
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.