from life import Passion, Curiosity
class Life(Passion, Curiosity):
def __init__(self):
self.current_job_title = "Finance Specialist @ Venture Capital Firm"
self.goals = ["Intersection of tech and finance", "Master's thesis on Finance & Accounting"]
self.skills = ["Python 🐍", "Java ☕", "R 📊",
"SQL 📁", "Stata 📉",
"GitHub ⚙️", "Excel Power Tools 🧮",
"RapidMiner 🚀"]
def current_projects(self):
self.currently_learning = ["Reproducible Research 📊", "Advanced Accounting Research 💻"]
self.currently_working_on = ["Audit market concentration in the EU 🔍",
"Earnings management and investor protection 💰",
"P/B ratios and future residual income 💹"]
def interests(self):
return [
"📷 Photography lover",
"🏢 Venture Capital explorer"
]
def contact_me(self):
self.github = "https://github.com/melmzv"