class Birendra:
def __init__(self):
self.name = "Birendra Chaudhary"
self.role = "Computer Engineering Student (B.E.)"
self.learning = ["Python", "Data Science", "Networking"]
self.goal = "Become Data Science practitioner"
self.location = "Nepal 🇳🇵"
self.open_to = ["Collaborations", "Internships", "Open Source"]
def say_hi(self):
print("Thanks for visiting my profile! Let's learn and build together. 🚀")
me = Birendra()
me.say_hi()| Project | Description | Tech Stack |
|---|---|---|
| 📚 Old Book Store | Full-stack web app for buying, selling & managing old books. Includes user auth, email verification & wishlist | Flask · MySQL · HTML/CSS |
| 🌐 Portfolio | Personal portfolio website showcasing skills and projects | HTML · CSS · JS |
| 🐍 Python Zero To Hero | 22-day structured Python & Data Science learning series | Python · NumPy · Pandas |
| 🔐 CCNA 200-301 | Study notes & labs for Cisco CCNA certification | Networking · Cisco |
| 📡 SNMP Network Monitoring Lab | SNMP-based monitoring using Cisco Packet Tracer & MIB Browser | Networking · SNMP |
- 🐍 Focusing on Python and its libraries
- 📊 Exploring Data Science with NumPy, Pandas & Matplotlib
- 🌐 Improving my Portfolio website
I'm always open to connecting with fellow learners, collaborators, and mentors!