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 AlekseyKorshuk/concordia
- β¬οΈ Pushed 10 commit(s) to AlekseyKorshuk/concordia
- β¬οΈ Pushed 5 commit(s) to AlekseyKorshuk/concordia
- β¬οΈ Pushed 0 commit(s) to AlekseyKorshuk/concordia
- π Merged PR #1 in AlekseyKorshuk/concordia