class itsMimzi:
def __init__(self):
self.username = 'itsMimzi'
self.name = 'Maryam Mouat.'
self.position = 'Aspiring data scientist'
self.blog = 'https://blog.itsnotmimzi.dev'
self.code = {
'backend': ['Python', 'Django', 'FastAPI', 'NodeJS', 'PHP'],
'database': ['PostgreSQL', 'MySQL', 'Mongo DB'],
'devops': ['Docker', 'GitHub Actions', 'AWS'],
'frontend': ['HTML', 'CSS', 'JavaScript', 'ReactJS', 'Boostrap'],
'tools': ['GIT', 'GitHub', 'Pandas', 'SQLAlchemy'],
'misc': ['Firebase', 'TDD', 'SCRUM', 'SOLID', 'gRPC', 'ML']
}
self.architecture = ['SPA', 'MVC', 'Serverless', 'microservices']
def __str__(self):
return f'{self.name} | {self.position}'
if __name__ == '__main__':
me = itsMimzi()
print(me)
- 🔭 A bilingual (French & English) computer science graduate with a background in chemical engineering, who's into python scripts and paper scraps.
- 🌱 I’m currently learning Machine Learning and Big Data.
- 💬 Ask me about DIY&crafts, running and anything :korea: !
- ⚡ Fun fact: I can tell a movie's ending within the first 20 minutes.