Comment on Learning to program (Python) the right way?parentComments−zmitri14yReading well written code is an excellent way to do so. The source code for Tornado is also quite clear https://github.com/facebook/tornadoLook into args and *kwargs and first class functions in python.
Comments
Reading well written code is an excellent way to do so. The source code for Tornado is also quite clear https://github.com/facebook/tornado
Look into args and *kwargs and first class functions in python.