class AlexBuyan:
def __init__(self):
self.username = "alexbuyan"
self.jobs = ["student", "researcher"]
self.skills = Skills()
self.hobbies = ["cycling", "content creation"]
class Skills:
def __init__(self):
self.languages = [
"Python",
"C/C++",
"Java"
]
self.technologies = [
"git",
"SQL",
"Docker",
"PyTorch",
"FastAPI"
]
β‘ Recent GitHub Activity
- β¬οΈ Pushed 1 commit(s) to zeinovich/fipi-parsing
- πͺ Opened PR #1 in zeinovich/fipi-parsing
- β¬οΈ Pushed 1 commit(s) to AlekseyKorshuk/concordia
- β¬οΈ Pushed 10 commit(s) to AlekseyKorshuk/concordia
- β¬οΈ Pushed 5 commit(s) to AlekseyKorshuk/concordia