I like Maths, coding, and Star Trek β Qapla'!
I'm a Data person, specialising in SQL and Python. A lot of my brain power is spent thinking about automation, optimisation, application structure, and data modelling.
I'm motivated by "how I do" rather than "what I do".
Some of my pet peeves include:
- Homonyms
- Ted Mosby
- Datetime formats that don't follow ISO 8601
- Art & Design Foundation Diploma for 1 year
- Brighton University for 3 years to get a Maths BSc
- Warwick University for 1 year to get a Pure Maths MSc
- Credit Risk Analyst at TSB for 2 years
- Analyst at Jaja Finance for 1 year
- Data Analyst at Allica Bank for 1 year
- Analytics Engineer at Sainsbury's (:avocado:) currently
π€ Bilbottom as Code | π GitHub Stats |
---|---|
class Bilbottom(TypicalNerd):
"""A man, a myth, a legend."""
name = "Billiam"
location = "London, England"
languages = ["SQL", "Python"]
@property
def favourite_language(self) -> str:
return random.choice(self.languages) |
|