#!/usr/bin/python
# -*- coding: utf-8 -*-
class Student:
def __init__(self):
self.name = "Kabelan G K"
self.role = "Student"
self.location = "தமிழ்நாடு, India"
self.languages_spoken = ["ta_IN", "en_US"]
self.positions = {
"Tech Society": "Joint Secretary(Intelligent Systems Community)"
}
self.skills = {
"coding": ["Python", "C", "Solidity", "JavaScript"],
"frameworks": ["ROS", "Django"],
"frontend": ["React", "Vue"],
"tools": ["Docker", "Git", "AWS"]
}
self.interests = ["AI", "ML", "IoT", "Cybersecurity", "Web3"]
self.currently_learning = "Embedded systems"
self.contact = {
"linkedin": "https://www.linkedin.com/in/kabelan-gk",
"youtube": "https://www.youtube.com/@Kabe-Innovates"
}
def greet(self):
print("Nandri..! Meendum Varuga.. (See you back soon!)✨")
me = Student()
me.greet()
🌱
Be patient - one day, it will bloom.
Highlights
- Pro
Pinned Loading
-
sectechsociety/Prometheus
sectechsociety/Prometheus PublicIntelligent Prompt Augmentation Engine
Python 4
-
nodi-firefox
nodi-firefox PublicFocus in a snap. Location-based website blocker and Pomodoro timer for Firefox.
TypeScript
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.


