Want to learn coding but don’t know where to start?
Here are some projects that can help get you started! Check out this video to help get you set up using Python and Jupyter notebooks.
Does Your Data Follow Benford’s Law?
Benford’s Law is a mathematical phenomenon which has shown that numbers are much more likely to start with smaller digits, such as a 1 or a 2, compared to larger digits such as an 8 or a 9. This pattern has shown up all over the place, from social media websites to stock market data…
Simulating Roulette Betting Strategies with Python
In this article, we’re going to be looking at the popular casino game of Roulette and testing out various betting strategies designed to increase your odds of walking away a profitable gambler. We will go over how to simulate each of these methods in Python, while also pointing out the key differences between their effects…