I will recommend you strongly to learn Pinescript, check my reasons below:
TradingView vs Python
1. TradingView has almost 1000x trading users compared to Python. Pinescript is 100x easier than Python.
2. TradingView(TV) has the largest, ready-to-use financial markets data set. It's a heaven for data analysts. In Python you pull data all by yourself and manage database. Its time consuming and takes your focus away from trading.
3. TV has top-class UI with top-class charting; Python has no UI.
4. It's much easier to debug and keep track of strategy issues in TV. Suppose I have 5 conditions to trigger a BUY. If my Buy is falsely triggered because of improper data, or error in coding anyone of the condition, I can SEE easily on the chart.
5. Time to ideate any strategy, and analyze data is way faster. Suppose a new idea comes to my mind, its very easier on TV to check it on charts before getting into coding and backtesting.
6. You are never bound to the limitations of TV. You can integrate it with Python or anything https://www.pinecoders.com/faq_and_code/#how-can-i-initialize-a-series-on-specific-dates-using-external-data458
7.Because TV has more users, it has much bigger supporting community for ideas, tutorials, strategies, execution utilities etc.
Get started with pinescript here https://www.google.com/search?q=pine+script+tutorial167