Algo trading in less than 100 lines of code:
https://www.oreilly.com/learning/algorithmic-trading-in-less-than-100-lines-of-python-code
Quick path to test ideas using a free demo account.
But wait, there's more!
"This article shows that you can start a basic algorithmic trading operation with fewer than 100 lines of Python code. In principle, all the steps of such a project are illustrated, like retrieving data for backtesting purposes, backtesting a momentum strategy, and automating the trading based on a momentum strategy specification. The code presented provides a starting point to explore many different directions: using alternative algorithmic trading strategies, trading alternative instruments, trading multiple instruments at once, etc..."
Don't try to trade, just algo it! Automate everything! Python is all I need! Ug. Johnny man, stick to the basics maybe?