Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 1.24 KB

README.md

File metadata and controls

35 lines (26 loc) · 1.24 KB

Hello there 👋

visitors

#!/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()

📔 Latest Blog posts