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()
π
Happy Coding
Interested in AI building and Quantum computing.
Pinned Loading
-
OQubit
OQubit PublicOQubit is an open-source Python quantum simulator designed for building and exploring qubits, statevectors, quantum circuits, gates, measurements, and quantum algorithms.
Python
-
-
OpenCV-practice
OpenCV-practice PublicJust 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
-
Yaml-Practice
Yaml-Practice PublicA collection of YAML practice files and examples covering YAML syntax, data structures, configuration, and real-world use cases.
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.

