Хабр Курсы для всех
РЕКЛАМА
Практикум, Хекслет, SkyPro, авторские курсы — собрали всех и попросили скидки. Осталось выбрать!
There is no established convention in the Python community for such comments, and we do not plan to introduce any convention of our own, because we don't expect it to gain any wide-spread community adoption (most people will see such comments as an unnecessary code clutter and would ask «why don't you go write Java instead?»).
foo = deserialize()
""" @type MyObject """
foo = deserialize()
...
""" @type MyObject foo""
foo = deserialize()
""" @type MyObject """
self.foo = deserialize()
""" @type MyObject """
foo = deserialize()
""" @type MyObject """
self.foo = foo
PyCharm 1.5: свежий апдейт IDE для Python/Django