Skip to content
View matthewraaff's full-sized avatar
🖥️
🖥️

Sponsoring

@raysan5
Block or Report

Block or report matthewraaff

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
matthewraaff/README.md

👋 Hello, I'm Matthew Raaff, a software developer from England.

Pinned Loading

  1. Haversine function written in Python... Haversine function written in Python 3.12
    1
    from math import radians, sin, cos, tan, sqrt, atan2
    2
    
                  
    3
    RADIUS = 6356.752
    4
    
                  
    5
    class Coordinate():
  2. yournovel/novel-client-py yournovel/novel-client-py Public

    A python client for the novel API

    Python 1