Skip to content
View abhinandan169's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report abhinandan169

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
abhinandan169/README.md
 /$$$$$$  /$$       /$$       /$$                                     /$$                           /$$   /$$                                            
/$$__  $$| $$      | $$      |__/                                    | $$                          | $$  /$$/                                            
| $$  \ $$| $$$$$$$ | $$$$$$$  /$$ /$$$$$$$   /$$$$$$  /$$$$$$$   /$$$$$$$  /$$$$$$  /$$$$$$$       | $$ /$$/  /$$   /$$ /$$$$$$/$$$$   /$$$$$$   /$$$$$$
| $$$$$$$$| $$__  $$| $$__  $$| $$| $$__  $$ |____  $$| $$__  $$ /$$__  $$ |____  $$| $$__  $$      | $$$$$/  | $$  | $$| $$_  $$_  $$ |____  $$ /$$__  $$
| $$__  $$| $$  \ $$| $$  \ $$| $$| $$  \ $$  /$$$$$$$| $$  \ $$| $$  | $$  /$$$$$$$| $$  \ $$      | $$  $$  | $$  | $$| $$ \ $$ \ $$  /$$$$$$$| $$  \__/
| $$  | $$| $$  | $$| $$  | $$| $$| $$  | $$ /$$__  $$| $$  | $$| $$  | $$ /$$__  $$| $$  | $$      | $$\  $$ | $$  | $$| $$ | $$ | $$ /$$__  $$| $$      
| $$  | $$| $$$$$$$/| $$  | $$| $$| $$  | $$|  $$$$$$$| $$  | $$|  $$$$$$$|  $$$$$$$| $$  | $$      | $$ \  $$|  $$$$$$/| $$ | $$ | $$|  $$$$$$$| $$      
|__/  |__/|_______/ |__/  |__/|__/|__/  |__/ \_______/|__/  |__/ \_______/ \_______/|__/  |__/      |__/  \__/ \______/ |__/ |__/ |__/ \_______/|__/      

💻 Software Engineering Student | Python | DSA | OOPs | SQL

🎓 BCA @ GL Bajaj Institute of Technology and Management

LinkedIn HackerRank Email


👨‍💻 About Me

class AbhinandanKumar:
    def __init__(self):
        self.name     = "Abhinandan Kumar"
        self.role     = "Aspiring Software Engineer"
        self.college  = "GL Bajaj Institute of Technology & Management"
        self.degree   = "Bachelor of Computer Applications (BCA)"
        self.stack    = ["Python", "DSA", "OOPs", "SQL", "Git"]
        self.status   = "open_to_internships"
        self.motto    = "Build What Doesn't Exist Yet."

    def say_hi(self):
        print("Thanks for visiting my GitHub! Let's connect 🤝")

🛠️ Tech Stack

Python SQL Git GitHub VS Code


🚀 Projects

Project Description Tech Link
🎮 Snake Water Gun Game A Python game where you compete against the computer Python, Random, Dict View →
🔜 More coming soon... Currently building Python projects Python -

📊 GitHub Stats

Abhinandan's GitHub Stats

Top Languages


📈 Current Focus

🐍 Python          ████████████████████  Done ✅
📊 DSA             ████░░░░░░░░░░░░░░░░  In Progress 🔥
🔷 OOPs            ████████████████████  Done ✅
🗄️ SQL             ████░░░░░░░░░░░░░░░░  Learning 📖

🏆 Achievements

  • ✅ Completed CodeWithHarry Python Bootcamp 2026
  • GSSoC'25 — Open Source Contributor
  • Open Source Connect Global 2026 — Campus Representative
  • JPMorganChase Software Engineering Job Simulation
  • Oracle Cloud Generative AI Professional Certificate
  • Cisco CyberOps Associate

💬 "Build What Doesn't Exist Yet."

Visitor Count

Popular repositories Loading

  1. Snake_water_gun_Python Snake_water_gun_Python Public

    A Python based Snake, Water, Gun game where you play againts the computer. Built using random module, dictionaries, and conditional logic

    Python

  2. abhinandan169 abhinandan169 Public

  3. rock_paper_scissor_game rock_paper_scissor_game Public

    A Python-based Rock, Paper, Scissors game where the player competes against the computer. The game uses random choice generation, user input handling, conditional logic, and loops to determine the …

    Python