Skip to content
View gakhov's full-sized avatar
🐌
Thinking....
🐌
Thinking....

Block or report gakhov

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

Pinned Loading

  1. pdsa Public

    Probabilistic Data Structures and Algorithms in Python

    Python 125 19

  2. books Public

    Best books in every area of science that I can recommend

    5

  3. pycon-ua-2018 Public

    Talk at PyCon UA 2018 (Kharkov, Ukraine)

    Jupyter Notebook 64 42

  4. Using Ramer-Douglas-Peucker algorith...
    1
    from rdp import rdp
    2
    
                  
    3
    def angle(directions):
    4
        """Return the angle between vectors
    5
        """