Skip to content
View priyamghosh2009's full-sized avatar
😊
Happy Coding
😊
Happy Coding

Block or report priyamghosh2009

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.

Content in all repositories owned by your account will be closed.
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
priyamghosh2009/README.md

Hi there πŸ‘‹

I am Priyam Ghosh

class Priyam:

    def __init__(self):
        self.interests = [
            "Python",
            "C",
            "C++",
            "Machine Learning",
            "AI",
            "Developer Tools",
            "Open Source"
        ]

    def about(self):
        print(
            "I enjoy building software, experimenting with AI/ML, "
            "and creating libraries and tools for developers."
        )

    def education(self):
        print("Class 10  : 2024")
        print("Class 12  : 2026")

    def experience(self):
        print(
            "2+ years of programming experience, "
            "particularly with Java and C."
        )

    def languages(self):
        skills = {
            "Python": "Good",
            "C": "Basic",
            "C++": "Basic",
            "Java": "Basic"
        }

        for language, level in skills.items():
            print(f"{language:<10} -> {level}")

    def mindset(self):
        print("Always learning. Always building. Always coding. πŸš€")


priyam = Priyam()

priyam.about()
priyam.education()
priyam.experience()
priyam.languages()
priyam.mindset()

Always learning. Always building. Always coding. πŸš€

Pinned Loading

  1. OQubit OQubit Public

    OQubit is an open-source Python quantum simulator designed for building and exploring qubits, statevectors, quantum circuits, gates, measurements, and quantum algorithms.

    Python

  2. priyamghosh2009 priyamghosh2009 Public

    This is the public profile repo for @priyamghosh2009

  3. OpenCV-practice OpenCV-practice Public

    Just a bit of Hand's on Practice for OpenCV library for editing images, having fun and adding shapes, texts to your video in Real Time and even record it and save it on your device

    Python

  4. Yaml-Practice Yaml-Practice Public

    A collection of YAML practice files and examples covering YAML syntax, data structures, configuration, and real-world use cases.