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

Block or report gakhov

Report abuse

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

Report abuse
gakhov/README.md

Pinned Loading

  1. pdsa pdsa Public

    Probabilistic Data Structures and Algorithms in Python

    Python 130 19

  2. books books Public

    Best books in every area of science that I can recommend

    5

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

    Talk at PyCon UA 2018 (Kharkov, Ukraine)

    Jupyter Notebook 62 41

  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
        """