Profiting from Python and Machine Learning in the Financial Markets

I finally beat the S&P 500 by 10%. This might not sound like much but when we’re dealing with large amounts of capital and with good… Read more

Similar

Python’s for Loop Explained

Have you ever thought about how the for loop is implemented in Python? I always thought it would iterate over all elements in the sequence, like it does, but that first it would query the sequence to know its length and then request that many elements. Tu... (more…)

Read more »

Stop Naming Your Python Modules “Utils”

Imagine the following situation: there is a software developer that is either adding new code or refactoring existing one by extracting a class/function. They have to place code somewhere, but it does not seem to fit anywhere. So what does a developer do?... (more…)

Read more »