class Daniel(SoftwareDeveloper):
def __init__(self):
self.name = "Daniel"
def describe(self):
return f"Hi! I'm {self.name}, a software engineer whose speciality is python " \
"programming. I have worked in different areas such as " \
"scientific computing, web development and data science."
@property
def knowledge(self):
return {
"Python",
"C++",
"SQL",
"HTML",
"Git",
"Docker",
"Linux",
}
def list_interests(self):
return [
"Algorithms",
"Data Science",
"Machine Learning",
"Drug Design",
]
def currently_working_on(self):
return "Open Pharmacophore: a tool for finding molecules with drug-like properties " \
"https://github.com/uibcdf/OpenPharmacophore"
🏠
Working from home
-
Hospital Infantil de México Federico Gómez
- CDMX, México.
Pinned Loading
-
uibcdf/OpenPharmacophore
uibcdf/OpenPharmacophore PublicAn open library to work with pharmacophores.
-
uibcdf/MolSysMT
uibcdf/MolSysMT PublicOpen source library to work with molecular systems
-
uibcdf/PyUnitWizard
uibcdf/PyUnitWizard PublicAssistant to work with physical quantities, units, and python libraries such as Pint, openmm.unit or unyt.
-
uibcdf/OpenPharmacophore-Tools
uibcdf/OpenPharmacophore-Tools PublicOpenPharmacophore Benchmarks
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.