/// me.py
class Me:
def __init__(self):
self.name: str = "Kostya"
self.age: int = 23
self.communication = [
"ru-native",
"en-C1",
"es-A1",
]
def skills(self):
self.language = ["Go", "Python", "Swift", "SQL"]
self.database = ["PostgreSQL"]
self.technologies = [
"SwiftUI",
"Psycopg2",
"SQLAlchemy",
"JSON",
"REST Api",
"aiogram",
"pyTelegramBotApi",
"Selenium",
"Asyncio",
"Docker",
]
🤠
Pinned 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.