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", "R", "MATLAB", "HTML", "CSS")
- π Working on personal projects and configuring NeoVim
- π± Learning NeoVim and C++
- π Bloging in my mathematical computer-ish nerdy lair
- π€ Iβm looking for help with understanding how to make a website responsive
- π± Where to reach me:
(If I can configure GitHub Actions correctly, my latest blog posts will be listed here)