Skip to content

satwik2711/satwik2711

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 

Repository files navigation

ErgoEdge 🦦

Final year undergrad who clings to his meaningless digital handle a bit too much

About Me

I'm a simple guy - I like triangles, meticulously organizing playlists or chasing the perfect Lightroom preset

class Basic:
    def __init__(self):
        self.name = "Satwik Pandey"
        self.interests = "building bones and weaving minds[backend & nlp]"
        self.position = "Noida"
        self.display = "he/him"
        self.background = "CS Engineering Student"
        self.experience = 3  # Years
        self.accent = "indian"
        self.quotes = "Nothing hurts anymore, I feel kinda free"

    def __str__(self):
        return f"{self.name}, {self.position}, {self.quotes}"

person = Basic()
print(person)

spotify-github-profile

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published