Skip to content
View Kabe-Innovates's full-sized avatar
🌱
Be patient - one day, it will bloom.
🌱
Be patient - one day, it will bloom.

Highlights

  • Pro

Block or report Kabe-Innovates

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Kabe-Innovates/README.md

Open Source Love

#!/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()

Pinned Loading

  1. sectechsociety/Prometheus sectechsociety/Prometheus Public

    Intelligent Prompt Augmentation Engine

    Python 4

  2. nodi-firefox nodi-firefox Public

    Focus in a snap. Location-based website blocker and Pomodoro timer for Firefox.

    TypeScript

  3. Arivozhi Arivozhi Public

    IDE-level autocomplete and memory for Moodle CodeRunner.

    JavaScript