Skip to content
View jeffmylife's full-sized avatar
🌊
back to learning
🌊
back to learning
Block or Report

Block or report jeffmylife

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

Welcome

  • 🔭 I’m currently working on building personal AI assistants for lowering marketing costs at Čile Marketing
  • 📫 How to reach me: LinkedIn

Pinned Loading

  1. Colorized Voronoi diagram with Scipy... Colorized Voronoi diagram with Scipy, in 2D, including infinite regions
    1
    import numpy as np
    2
    import matplotlib.pyplot as plt
    3
    from scipy.spatial import Voronoi
    4
    
                  
    5
    def voronoi_finite_polygons_2d(vor, radius=None):
  2. S3 Multipart Upload from request.file S3 Multipart Upload from request.file
    1
    '''
    2
    See comments for description & usage instructions. 
    3
    4
    '''
    5
    
                  
  3. CSBG-LSU/bionoi CSBG-LSU/bionoi Public

    Conversion of biomolecules to Voronoi diagrams

    Python 2 5

  4. Async GET request for images using a... Async GET request for images using aiohttp
    1
    import re
    2
    import asyncio
    3
    from io import BytesIO
    4
    import time
    5
    from pathlib import Path