Hello Angel,
Congratulations on moving over to a real language :D
I was converted a little less than a year ago and never looked back..
Python is by far more than just superior to PHP :D
Basically.. Read the Tornado Documentation, over and over and over..
http://www.tornadoweb.org/
http://www.tornadoweb.org/documentation
Here is the Python docs
http://docs.python.org/
If you need to install something, (i suggest learning a little about
virtualenv and pip)
The following thing i would suggest to do is code a little :P..
and as a really good tip..
"Python Code rarely needs documentation.."
The code itself is usually counted as documentation..
If you find yourself not know what to do, read the tornado code.. its
actually quite simple ( i was doing this within 1-2 weeks of starting
with Tornado/Python)
i literally "grep -r "what im trying to find" $tornado_libs" sometimes
to help...
Remember also, Python is a language with much more functionality than
PHP offers, so by reading quality code you can learn a better style of
application development..
I hope this helps :D
Cheers