class Developer:
def __init__(self):
self.name = "Ryan Madhuwala"
self.alias = "RAW"
self.upskilling = ["AI", "NLP", "ML", "DL"]
self.qualities = ["Leadership", "Friendly", "Quick Learner", "Tech Enthusiast"]
self.language_spoken = ("en_IN", "hi_IN", "gu_IN")
def say_hi(self):
print("Thanks for dropping by! Hope my code boosts your interest levels! π")
me = Developer()
me.say_hi()
π
Developing
Highlights
Pinned Loading
-
LF-Decentralized-Trust-labs/gitmesh
LF-Decentralized-Trust-labs/gitmesh PublicGitMesh CE gives unified visibility into customer signals and engineering work, synced with your existing tech stack.
-
Garudex-Labs/Caracal
Garudex-Labs/Caracal PublicCaracal is a change-aware documentation system that tracks code and API evolution at the semantic level. It detects meaningful interface and behavior changes, updates documentation automatically, aβ¦
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.











