I am very new into programming with Python and running web applications,so wanted to make a little learn roadmap for my project with next requirements :
1.This bot should monitor my email box for emails from Trading View which will contain buy/sell alerts for certain tool, and then send web requests to ByBit to place my orders
2.In future i would like to make for myself some android application that will work as a control panel for my robot,it will perform enabling/disabling trading strategies, withdrawing money from ByBit and other activities.
What should I learn in Python to build such robot and host it on some cloud servers like Azure? Is there any alternative way to perform actions that i explained without hosting some Python code on cloud servers?
Currently I am learning Pandas framework, because I've seen many developers use it for practically everything