- 🌱 I’m currently learning Golang, Rust
- 👯 I’m looking to collaborate on ML
- 🤔 I’m looking for help with Rust
- 💬 Ask me about Python
class hyperwolf248:
def __init__(self):
self.username = 'hyperwolf24'
self.age = 24
self.name = 'Keerthi Gowda'
self.education = {
"Programming": (
["Python", "Rust", "Golang", "NextJS"],
["Postgres", "Redis", "EMQX", "MinIO"],
["Flask", "Flutter", "Keycloak"],
["Git", "Robot Framework"]
),
"B.E": "RV College of Engineering",
}
def __str__(self):
return self.name
if __name__ == '__main__':
me = hyperwolf248()