Select Page

Installing TA-Lib Wheel (WHL file) in MacOS X

TA-Lib is a very popular Technical Analysis library among Python developers who develop their trading strategies from scratch. The only downside is when you try to add it in your Python application the first time, you most likely will get errors. I received messages...

My first experience with ChatGPT

ChatGPT has taken the world by storm since its launch on November 30, 2022. It stands for “Chat Generative Pre-trained Transformer”. It is an AI chatbot, a language model that is pre-trained on hundreds of billions of words. Once it has been trained, it...

How to Stream Alpaca’s Stock Market Data API

Alpaca is a US stock brokerage that allows subscribers to buy and sell stocks by calling their Application Programming Interfaces, or APIs for short. This is suitable for algorithmic traders and developers who want to automate their trading. In the world of...

How to Install Ubuntu on Windows 11

What is Ubuntu? Ubuntu is an operating system (OS) developed from the Linux kernel. It is a distribution of Linux. In Linux lingo, a distribution is a version of the OS that has the Linux kernel as its foundation. Why install Ubuntu on Windows? If you want to connect...

How to Get the List of S&P 500 Companies’ Ticker Symbols

The Standard and Poor’s 500, or simply the S&P 500, is a stock market index tracking the performance of 500 large companies listed on stock exchanges in the United States. From Investopedia.com, the S&P 500 index is regarded as one of the best gauges of...