Skip to content
You must be logged in to sponsor nsbuitrago

Become a sponsor to Nicolas Buitrago

from dataclasses import dataclass

# hey there, friends!

@dataclass
class NSBuitrago:
    name: str
    bio: str
    code: list
    contact: dict

nb = NSBuitrago(
    name = 'Nicolas',
    bio = 'Ph.D. student, Synthetic Biology + Machine Learning',
    code = ['Python', 'Rust', 'GO', 'TS/JS', 'C/C++'],
    contact = {
        'Homepage': 'nsbuitrago.xyz',
        'Twitter': '@NSBuitrago',
        'Mail': 'nsb5 [at] rice [dot] edu'
    }
)

I'm interested in developing molecular and computational tools to improve human health.

Select a tier

$ a month

Choose a custom amount.