bt is a flexible backtesting framework for Python used to test quantitative
trading strategies. Backtesting is the process of testing a strategy over a given
data set. This framework allows you to easily create strategies that mix and match
different Algo... (more…)
Read more »
Open CV Python code examples. Contribute to feitgemel/Open-CV development by creating an account on GitHub. (more…)
Read more »
The simulation is CPU-bound and depends mostly on math performance. It was... (more…)
Read more »
The challenge Write a function that, given a string of text (possibly with punctuation and line-breaks), returns an array of the top-3 most occurring words, in descending order of the number of occurrences. Assumptions: A word is a string of letters (A to... (more…)
Read more »