from dataclasses import dataclass
# hey there, friends!
@dataclass
class Bioengineer:
name: str
bio: str
code: list
contact: dict
nb = Bioengineer(
name = 'Nicolas',
bio = 'Ph.D. student, Synthetic Biology + Machine Learning',
code = ['Python', 'Rust', 'GO', 'TS/JS', 'C/C++'],
contact = {
'Homepage': 'nsbuitrago.xyz',
'BlueSky': '@nsbuitrago.xyz',
'Mail': 'nsb5 [at] rice [dot] edu'
}
)
⚒️
Ph.D. candidate in synthetic biology @ Rice University
Highlights
- Pro
Pinned Loading
-
-
rma-kinetics-app
rma-kinetics-app PublicDesktop + Web application for running RMA kinetic models
Svelte
-
-
-
szablowskilab/rma-kinetics
szablowskilab/rma-kinetics PublicKinetic models for released markers of activity
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.


