#!/usr/bin/python
# -*- coding: utf-8 -*-
class SoftwareEngineer:
def __init__(self):
self.name = "Arpan Pokharel"
self.languages_spoken = ["np_NP", "en_US"]
self.skills = ["Python", "JavaScript", "TypeScript", "C++" ,"C"]
self.frameworks=["Django", "FastAPI", "Langchain", "Langgraph", "React", "Next.js", "TailwindCSS", "SASS", "Bootstrap", "React Native"]
self.current_company = "Taskfore LLC"
self.education = {
"degree": "Bachelor In Computer Engineering",
"university": "Pulchowk Campus, Tribhuvan University, Nepal",
"graduation_year": 2023
}
def say_hi(self):
print("Hello!")
me = SoftwareEngineer()
me.say_hi()
-
Notifications
You must be signed in to change notification settings - Fork 0
Naearp777/naearp777
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Β | Β | |||
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published