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

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

  1. pdsa pdsa Public

    Probabilistic Data Structures and Algorithms in Python

    Python 113 19

  2. books books Public

    Best books in every area of science that I can recommend

    4

  3. pycon-ua-2018 pycon-ua-2018 Public

    Talk at PyCon UA 2018 (Kharkov, Ukraine)

    Jupyter Notebook 64 44

  4. Using Ramer-Douglas-Peucker algorith... Using Ramer-Douglas-Peucker algorithm construct an approximated trajectory and find "valuable" turning points.
    1
    from rdp import rdp
    2
    
                  
    3
    def angle(directions):
    4
        """Return the angle between vectors
    5
        """