Skip to content
View Barry1's full-sized avatar
💭
stay safe 👍
💭
stay safe 👍
Block or Report

Block or report Barry1

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

README

My first try for more details within my profile

I'm just starting getting to know more and more around GitHub.
This is so great. I really love 🤩 the Markdown language for publishing information.

I also manage some templates for configurations here.

Small project

I try to build a python package called valuefragments.
For that I tried CodeFactor.
For live playing around with my first steps, you might try Binder JupyterNotebook Binder JupyterLab Binder NTERACT .

Cool widgets

Barry1's GitHub stats Barry1's GitHub streaks Barry1's GitHub languages Barry1's profile on Stack Exchange

Fun stuff

Happy Meal

Snake

Pinned

  1. giampaolo/psutil giampaolo/psutil Public

    Cross-platform lib for process and system monitoring in Python

    Python 9.9k 1.4k

  2. vaexio/vaex vaexio/vaex Public

    Out-of-Core hybrid Apache Arrow/NumPy DataFrame for Python, ML, visualization and exploration of big tabular data at a billion rows per second 🚀

    Python 8.2k 588

  3. function for showing graph with ci b... function for showing graph with ci bands for quality of given of linear regression modell
    1
    import matplotlib.pyplot
    2
    from numpy import sqrt
    3
    import pandas
    4
    from scipy.special import erfinv
    5
    from typing import Union
  4. Process Priorities - easy Handling o... Process Priorities - easy Handling on Windows
    1
    ---
    2
    title: Process Priorities - easy Handling on Windows
    3
    author: Dr. Bastian Ebeling
    4
    ---
    5
    
                  
  5. Lieder, die ich sehr gerne mag Lieder, die ich sehr gerne mag
    1
    # Bastis Lieblingslieder
    2
    
                  
    3
    Für Tanzmusik [hier](http://www.ballroomdancing.de/tanzmusik/tanzmusik.htm) oder [hier](https://heidruns-musikerseiten.de/musik-datenbanken/tanzmusik-datenbank) schauen.
    4
    
                  
    5
    [Takte und Tänze](https://tso.turnierprotokoll.de/tso_f.htm#3)
  6. plot two columns against each other ... plot two columns against each other with local uncertainty bands by windowing
    1
    import pandas
    2
    
                  
    3
    
                  
    4
    def plotwithuncertainty(data: pandas.DataFrame,
    5
                            x: str,