Home is where your code is
PYTHON
class Location:
def __init__(self, name):
self.name = name
code_base_path = "/Users/rngd.dev/projects/"
home = Location(code_base_path)
print(f"Location (home) = {home.name}")Hey! I’m Virgilio. Welcome to this odd little corner of the internet. It’s mostly a playground, part experiment, part dumping ground for stuff that doesn’t quite fit anywhere else. I’ve been messing around with code since I was about 13, and I’ve been lurking around the web since the late ’90s. Back then, the internet felt like a new frontier. These days? It kinda feels like it could use a reboot of sorts…
Yeah, I know this place is rather empty. About the contact and blog sections… and, oh, that’s right, the about section too… well, this is a WIP. Won’t take long, though… I’ve got a few ideas to share.
Anyway, glad you’re here.