Question about Python coding

Really excited by what might be possible thru advanced Python coding, but don’t know where to start in mastering the language.

Anyone care to share their recommendations for a coder who is really only familiar with ecmascript languages(Javascript, Actionscript, some Java and ObjectiveC)?

You can start here, also shows you how to work with TD operators from Python:
docs.derivative.ca/Introduction … n_Tutorial

Here some quick tips to do common things in TD in Python
docs.derivative.ca/Python_Tips

Also in TD if you click Help->Python Examples a new instance of TD will startup and it will show many examples grouped per operator and/or subject. Rightclick any Text DAT and choose Run to execute the code within. (if you don’t see Run in the RMB menu when clicking a Text DAT, click the + icon in the bottom right of the node and try again)

to get lessons per Python subject there is loads to find online, for instance these:
tutorialspoint.com/python/index.htm
codecademy.com/learn/learn-python-3

for general Python knowledge, here you can find it all:
docs.python.org/3/tutorial/