How I Resurrected My RNS 510 to Seal the Deal (Code Finder RNS510)
Upgrading your car’s stereo system is one of those things that can breathe new life into an old vehicle. That’s exactly what I did with my trusty Volkswagen Tiguan. After years of dependable service, I decided it was time to upgrade to a newer, more feature-packed system. My old RNS 510, a reliable companion on countless road trips, was ready for a new home. But as I soon discovered, selling it wasn’t going to be as straightforward as I thought.
Debug streamlit app in vscode
Today I want to share my vscode launch configuration for streamlit live debugging.
Use golang library with python
A few weeks ago I wrote URL tokenizer in Python and the code was very similar to a Go project. I invested some hours to find out a solution to use the Go code in python and here are my results.
Algo trading part 1 - how to receive price data
One of the important challenges in algo trading is to scan 1000 and more stocks and do some magic with the price data. But how can we get the price data?