๐ป Future Full-Stack Developer | ๐ Cybersecurity Enthusiast | ๐ Data Science Explorer | ๐ค AI Learner
๐ Passionate tech student building real-world projects
๐ฅ Currently completing the Sila 30 Days Python Challenge
๐ฎ Developed a 2D Game Application in Python
๐ Worked on real datasets (Iris ๐ธ, Amazon ๐, Titanic ๐ข)
๐ก๏ธ Contributor & assist member of XYBERCLAN
๐ฏ Mission: Build secure, intelligent & scalable web systems
class Developer:
def __init__(self):
self.name = "PHENO47"
self.skills = ["Web Dev", "Cybersecurity", "Data Science", "AI"]
self.status = "Building Every Day ๐"
def grow(self):
return "Consistency > Talent"
me = Developer()
print(me.grow())