I am learning python by @saketh1998

I am learning python from the past 45 days. Recently I built some programs for very simple trade automation.

Here are some courses which helped me learn and do it!

Like and Retweet if you find it Useful


Python Full Course for Beginners – Programming with Mosh

This is a 6hr video mainly covering the basics. I would surely suggest you start with this. Mosh not only teaches python, but he also gives tasks to build simple things to test the concepts.

https://youtu.be/_uQrJ0TkZlc


2. Python Programming Tutorial- thenewboston

thenewboston is a old channel, I used to watch this channel a lot before, when I wanted to start python, I first watched these video. You will surely the love the way he teaches.

https://youtu.be/HBxCHonP6Ro


More than the tutorials, your desire to learn and explore is the most imporatant

When I started, I got stuck in countless number of places.

All I did to find a solution is to *Google* it and many times, you will get the full code readily available, for the part you are stuck


Here are few basic things which I built using @thefirstock API’s

1. Entry After 15Min High Low Break: Everyday after high or low is broken of a specific time frame, the program will buy a call or put option accordingly and place a 10 point SL and Target with Trailing Stop Loss


2. Copy Trade: Copy trade is a very simple app built using the brokers API. If the order status in Orderbook is complete in one account, it will simply copy the same to any other account you wish .


If a professional looks at the code, he will for surely laugh, because it is very crude. I am trying to learn and get better at it!

I am an average learner! If i can do it, anybody can!

You can also start coding and build simple programs in python. IT’s NOT HARD


Top