Skip to content
View jaybaker's full-sized avatar

Block or report jaybaker

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 Loading

  1. term-dist term-dist Public

    Terminal rendering of statistical distributions

    Python

  2. worldsbestuni worldsbestuni Public

    World's Best University

  3. quickly create large file in python quickly create large file in python
    1
    import os
    2
    
                  
    3
    GB1 = 1024*1024*1024 # 1GB
    4
    size = 50 # desired size in GB
    5
    with open('large_file', 'wb') as fout:
  4. Load Google Cloud Secrets from pytho... Load Google Cloud Secrets from python notebook
    1
    """
    2
    This gist is intended to be loaded into a python notebook via wget.
    3
    It is used to retrieve a secret from the google cloud.
    4
    5
    See https://cloud.google.com/secret-manager/docs/reference/libraries#client-libraries-install-python