Setting Up Your Data Science Environment on Apple Mac Silicon: A Step-by-Step Guide with MLX Installation.

Namast, Will keep this one short and sweet. Boot up your Mac (book, mini, studio, etc.) Go here: https://brew.sh/ What is it? It’s a package manager that lets you install things via terminal easily. Install via terminal by copy pasting their install Homebrew command. We’ll use it to install our Python environment. You can use… Continue reading Setting Up Your Data Science Environment on Apple Mac Silicon: A Step-by-Step Guide with MLX Installation.

Fear and Greed Index data in python (archived)

EDIT 27/05/2022 : THEY BLOCKED IT, THOSE CAPITALISTS. Namast I’ve recently started building a few regime change models and came across Part Time Larry’s YouTube video (in references) for getting recent Fear and Greed Index numbers. They show a way to easily get the data by using CNN’s endpoint. I believe a lazy quant can… Continue reading Fear and Greed Index data in python (archived)

Practical SQL for everybody

Hay Everyone’s favourite querying language can do more than fetch data to analyse in Python. I firmly believe that in the darkest timeline people use SQL to do everything from developing apps to creating mission critical artificial intelligence. SQL is easy to pick up and do cool things with, which makes it a good stepping… Continue reading Practical SQL for everybody