Skip to content
View adcoh's full-sized avatar
Block or Report

Block or report adcoh

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

Pinned

  1. Y-Data-Deep-Learning Y-Data-Deep-Learning Public

    Jupyter Notebook

  2. Y-Data-NLP Y-Data-NLP Public

    Jupyter Notebook

  3. Y-Data-Python-4DP Y-Data-Python-4DP Public

    Course materials and submissions for Y-Data Python For Data Processing course

    Jupyter Notebook

  4. jupyterlab-helper jupyterlab-helper Public

    Bash script for adding Jupyter Lab to virtual environment

    Shell 1

  5. Byvalue Calculator Byvalue Calculator
    1
    def hello_user(name):
    2
        return f'Welcome {name} and thank you for using our calculator!'
    3
    def addition(a,b):
    4
        return a+b
    5
    def subtraction(a,b):