Welcome to my profile! This is where I code my hidden shenanigans and public machinations π
class Nerd:
def __init__(self, name, pronouns):
self.name = name
self.pronouns = pronouns
def skills(self, *args):
self.skills = args
def languages(self, *args):
self.languages = args
me = Nerd("pseudomagnifique", "They/them")
me.skills("LaTeX", "Illustrator", "Photoshop", "git")
me.languages("Python", "C++", "Java")
- π Working on personal projects and configuring Emacs
- π± Learning Emacs, Java and Go