from colby import information
class AboutMe:
def __init__(self):
self.name = 'Colby Lipsett'
self.nick = 'ComputerTech'
self.birthday = 1028541600
self.gender = 'male'
self.about = 'full stack developer/sysadmin that enjoys breaking and fixing things.'
self.location = 'Ireland'
self.hobbies = ['Programming', 'Sysadmin', 'IRC', 'LEGO']
self.languages = ['Python', 'JavaScript', 'Go', 'Tcl']
self.os = ['Ubuntu']
self.timezone = ['UTC+1']
self.projects = [
{
'project': 'Sharey',
'language': 'Python',
'description': "A website for sharing files, URL redirection and Pastes."
},
]
def introduce(self):
print(f'Hello, my name is {self.name}. I\'m from {self.location} and am {self.age} years old.')
print(f'I\'m a {self.about}.')
my_profile = AboutMe()
my_profile.introduce()
I am a full-stack developer and system administrator, who enjoys breaking and creating things.
- Tenerife
-
11:01
(UTC +01:00) - https://computertech.dev
- @ComputerTech312
- @computertech@mastodon.xi.ht
Highlights
Pinned Loading
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.