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