Skip to content
View tupui's full-sized avatar
βš™οΈ
Building Tansu
βš™οΈ
Building Tansu

Sponsors

@JFWooten4

Organizations

@scipy @jupyter @conda-forge @SALib @ray-project @scientific-python @Simulation-Decomposition @scikit-stats

Block or report tupui

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
tupui/README.md

Hi there

build: running Pronouns: He/Him Editor: PyCharm

I am Pamphile Tupui Roy, a Senior Software Engineer and hobbyist researcher. I am an OSS advocate and share my work here (using MIT/BSD most of the time). Lastly, I have a company to do OSS consulting: Consulting Manao

πŸ”­ What I do here...

I am a SciPy and SALib core maintainer, member of the Scientific Python Steering committee, on multiple NumFOCUS committee and a Stellar Community Navigator.

I also build Tansu :

Tansu Soroban CLI Python

And some smaller things:

πŸ“« How to reach me

Shoot me a message via linkedIn, twitter, e-mail (should be easy to find) or through my company's contact form if you want to pay me for OSS. Or better, create an issue!

Pinned Loading

  1. soroban-versioning soroban-versioning Public

    Tansu - Soroban Versioning

    Astro 4 3

  2. soroban-cli-python soroban-cli-python Public

    API and CLI for Soroban contracts in Python

    Python 4 2

  3. Academia Academia Public

    My academic work: articles, presentations, posters, etc.

    TeX 2 1

  4. HDR-Boxplot HDR-Boxplot Public

    Functional highest density region boxplot

    Python 1

  5. 3D-Kiviat 3D-Kiviat Public

    3-dimensional version of the Kiviat or Spyder plot

    Jupyter Notebook

  6. Halton Sequence in python Halton Sequence in python
    1
    """Halton low discrepancy sequence.
    2
    3
    This snippet implements the Halton sequence following the generalization of
    4
    a sequence of *Van der Corput* in n-dimensions.
    5