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

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

java - Android recognize cell phone with keyboard or not? -

iphone - How would you achieve a LED Scrolling effect? -