class Developer:
def __init__(self):
self.name = "Nadin Tamang"
self.location = "Kathmandu, Nepal π³π΅"
self.website = "nadintamang.com.np"
self.languages = ["Python"]
self.currently_learning = ["Machine Learning", "AI", "Web Automation"]
self.interests = ["Discord Bots", "Stock Market", "Automation"]
def get_tech_stack(self):
return {
"ai_ml": [
"TensorFlow", "PyTorch", "scikit-learn",
"Hugging Face", "LangChain",
"Pandas", "NumPy"
],
"backend": ["Django", "Streamlit"],
"frontend": ["TypeScript", "HTML/CSS"],
"mobile": ["Flutter (Dart)"],
"automation": ["Discord.py", "Beautiful Soup", "Playwright"],
"tools": ["Git", "Jupyter", "VS Code"]
}
def current_focus(self):
return "Learning by building projects and experimenting with AI/ML π―"
me = Developer()
print(me.current_focus())
# Output: Learning by building projects and experimenting with AI/ML π―
Highlights
- Pro
Pinned Loading
-
Ai-Attendance-Management-System
Ai-Attendance-Management-System PublicNot just Attendance but a complete college management system
TypeScript 1
-
nepse-cli
nepse-cli PublicNepse CLI: Access real-time NEPSE market data and automate Meroshare IPO applications.
Python
-
Nepse_Ticker-Discord-Bot
Nepse_Ticker-Discord-Bot PublicA Discord bot providing real-time updates from the Nepal Stock Exchange (NEPSE) with commands for tracking stocks, indices, and market performance.
Python
-
NepseLytics-Showcase
NepseLytics-Showcase PublicNepseLytics is a comprehensive platform for Nepal Stock Exchange (NEPSE) data, providing real-time market insights, broker analytics, and advanced stock analytics through an intuitive dashboard.
-
parkingyeta
parkingyeta Publicbuilt to solve parking issues in kathmandu completely vibe coded but still in development lol
Dart
-
nepse-historical-market-data-csv
nepse-historical-market-data-csv PublicThis repo contains Historical Data of NEPSE in csv format which you can use it for Data Analysis ,Training the model etc etc
If the problem persists, check the GitHub status page or contact support.

