Skip to content
View Daniel-Ibarrola's full-sized avatar
🏠
Working from home
🏠
Working from home
  • Hospital Infantil de México Federico Gómez
  • CDMX, México.
Block or Report

Block or report Daniel-Ibarrola

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Daniel-Ibarrola/README.md

👋 Hi, I’m Daniel

Linkedin: Daniel-Ibarrola Open Source Love

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"

Pinned

  1. uibcdf/OpenPharmacophore uibcdf/OpenPharmacophore Public

    An open library to work with pharmacophores.

    Python 31 10

  2. uibcdf/MolSysMT uibcdf/MolSysMT Public

    Open source library to work with molecular systems

    Python 12 3

  3. uibcdf/PyUnitWizard uibcdf/PyUnitWizard Public

    Assistant to work with physical quantities, units, and python libraries such as Pint, openmm.unit or unyt.

    Python 2 2

  4. uibcdf/OpenPharmacophore-Tools uibcdf/OpenPharmacophore-Tools Public

    OpenPharmacophore Benchmarks

    Jupyter Notebook 1 2