Re: Symbol Tables
Dave Zhu wrote: > Hello, > > I would like to know more about Python's symbol > tables. How are symbol tables implemented in Python? > Hash tables, lists, or arrays? I would really > appreciate if there is any documentation that you can > provide. Than
Symbol Tables
Hello, I would like to know more about Python's symbol tables. How are symbol tables implemented in Python? Hash tables, lists, or arrays? I would really appreciate if there is any documentation that you can provide. Thank you in advance.