class Bio:
def __init__(self):
self.past_role = "Data Scientist"
self.current_role = "AI Engineer (for now)"
self.future_focus = "Cloud & Data"
self.fun_fact = "I kill XAUUSD, AUDJPY and USDCAD on the Daily (Passion)π©π"
self.email = "benedictdebrah.o@gmail.com"
def __str__(self):
return f"""
π Swallowing the Hard Pill
π¨βπ» Previously: {self.past_role}
π Currently: {self.current_role}
π Future: {self.future_focus}
π° Fun fact: {self.fun_fact}
π Always learning, adapting, and building for what's next.
π© **Contact:** {self.email}
""".strip()
print(Bio())
Pinned Loading
-
Easytype
Easytype PublicThe motivation behind this project was to get a tool that can transcribe everything that I'm saying to a text format. This time I was writing an essay and I felt lazy to write everything down just β¦
Python
-
Personal-News
Personal-News Publicscraped news from citinews and orchestrated with Prefect(Game changer)
Python
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.
