#!/usr/bin/python
# -*- coding: utf-8 -*-
import time
class BioinformaticsScientist:
def __init__(self):
self.name = "Irantzu"
self.role = "Bioinformatics Scientist"
self.location = "Oslo, Norway"
self.rl_languages = ["spanish", "english", "basque"]
@staticmethod
def siesta():
print("...zzz...")
time.sleep(10000)
def say_hi(self):
print("Hi! I still need to improve this README. Mañana, mañana...")
self.siesta()
me = BioinformaticsScientist()
me.say_hi()
Programming Languages:
Workflow orchestrators:
Tools and Services:
me.siesta()
me.siesta()
Let's connect! Find me on...
Agur!