"First, solve the problem. Then, write the code." – John Johnson
class LimneticGG:
def __init__(self):
self.name = "Fedor"
self.age = 17
self.location = "Moscow, Russia"
self.experience = "5 years"
self.first_language = "Python"
def current_focus(self):
return ["Python&C# Backend Development", "DevOps", "Linux Administration"]
def hobbies(self):
return ["Coding", "Open Source", "Linux", "Networking", "Learning new tech", "GameDev"]
me = LimneticGG()| Main focus | I use too | Backend | Frontend | Tools & DB | OS & IDEs |
|---|---|---|---|---|---|
|
|
|
|
|
|
|
Fan of:
current_projects = {
"learning": ["Advanced Python and C", "Mojo", "Simple gamedev", "Security"],
"exploring": ["Python Backend", "AI Integration", "Soft-skills :)"],
"building": ["Games", "fun things", "Open source projects"]
}


