class Praneeth:
def __init__(self):
self.location = "Andhra Pradesh, India 🇮🇳"
self.current_focus = "Cybersecurity & Network Security"
self.education = "Computer Science Student"
self.interests = [
"Network Security",
"Penetration Testing",
"Linux System Administration"
]
self.fun_fact = "I can trace network packets faster than I can find my keys! 🔍"
self.life_philosophy = "Security is not a product, but a process"
def get_current_status(self):
return {
"coding": "🔥 Building secure systems",
"exploring": "🌐 Network vulnerabilities",
"researching": "🛡️ Latest security threats",
"coffee": "☕ Always brewing"
}
def __str__(self):
return f"Security Researcher & Developer from {self.location}"
# Initialize
me = Praneeth()
print(me.get_current_status())
🔒 Cybersecurity & Network Security Projects
🐧 Linux System Tools & Utilities
🐍 Python Security Automation
📊 Network Analysis & Monitoring
🛡️ Security Research & Development







