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',
'Twitter': '@NSBuitrago',
'Mail': 'nsb5 [at] rice [dot] edu'
}
)
🛠️
Ph.D. candidate in synthetic biology @ Rice University
Highlights
- Pro
Pinned Loading
-
-
-
protlib-utils
protlib-utils PublicA collection of scripts for various protein engineering tasks
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.