Declaring types for complex data structures in python -


i quite new python programming (c/c++ background). i'm writing code need use complex data structures dictionaries of dictionaries of lists. issue when must use these objects barely remember structure , how access them. makes difficult resume working on code untouched days. poor solution use comments each variable, that's inflexible. so, given python variables pointers memory , cannot statically type-declared, there convention or rule follow ease complex data structures usage?

if use docstrings in classes can use help(vargoeshere) see how use it.


Comments

Popular posts from this blog

Add email recipient to all new Trac tickets -

400 Bad Request on Apache/PHP AddHandler wrapper -

asp.net - repeatedly call AddImageUrl(url) to assemble pdf document -