Giter Club home page Giter Club logo

Hi, I'm Indrajeeth 👋!

Contact Information

     

About Me

class Programmer:
    def __init__(self, name, age, education, languages, instruments, optimization, exploration, invitation):
        self.name = name
        self.age = age
        self.education = education
        self.languages = languages
        self.instruments = instruments
        self.optimization = optimization
        self.exploration = exploration
        self.invitation = invitation

    def welcome(self):
        greeting = f"Behold, for you have entered the realm of {self.name}'s programming world! I'm {self.age} years old and currently studying {self.education}."
        print(greeting)

        print("I wield a mighty arsenal of programming languages, including: ")
        for language in self.languages:
            print("- " + language)

        print("Each language is like an instrument in my hands:")
        for language, instrument in self.instruments.items():
            print("- " + language + ": " + instrument)

        print(self.optimization)
        print(self.exploration)
        print(self.invitation)



my_programmer = Programmer(
    name="Indrajeeth",
    age=20,
    education="BTech IT",
    languages=["Python", "Golang", "TypeScript", "JavaScript"],
    instruments={
        "Python": "the scalpel of simplicity",
        "Golang": "the scalpel of speed",
        "TypeScript": "the shield of type safety",
        "JavaScript": "the chameleon of versatility",
    },
    optimization="With each line of code, I optimize like a blacksmith forging a masterpiece.",
    exploration="My journey through the vast landscape of technology is like a sailor sailing uncharted waters.",
    invitation="Join me, and together we will create wonders that shall echo through the digital ages!",
)

my_programmer.welcome()

Some of my Skills:

Languages

Python Golang TypeScript JavaScript

Databases

Redis MongoDB SQL

Operating Systems & Tools

Git GitHub Visual Studio Code Windows Ubuntu Kali Linux Raspberry Pi

Cloud Platforms

Heroku Azure Oracle Cloud DigitalOcean Linode

📊 Stats

📈 My Code Activity

My Walkatime Activity

Iɴᴅʀᴀᴊᴇᴇᴛʜ's Projects

adityardp-1 icon adityardp-1

Free RDP via Github (CPU 2core - 7GB Ram - 256 SSD)

alita_robot icon alita_robot

Alita is a Telegram Group management bot made using Pyrogram and Python, which makes it modern and faster than most of the Telegram chat managers.

all-url-uploader icon all-url-uploader

A simple telegram Bot, Upload Media File| video To telegram using the direct download link. (youtube, Mediafire, google drive, mega drive, etc)

allukabot icon allukabot

Modular HunterxHunter themed Telegram Bot for managing your group with additional features.

anibot icon anibot

Telegram anime bot that uses Anilist API

anmol098 icon anmol098

If you are forking please do not forget to star the repo

baileys icon baileys

Lightweight full-featured WhatsApp Web + Multi-Device API

black-lightning icon black-lightning

A Power ful telegram userbot based on Telethon. If you wanna contribute in black lightning you are welcome

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.