2014年2月15日

摘要: IntroductionThis article is the first in a short series in which I intend to explain how CPython[1]implements and uses symbol tables in its quest to compile Python source code into bytecode. In this part I will explain what a symbol table is and show how the general concepts apply to Python. In the 阅读全文

posted @ 2014-02-15 23:42 wintor12 阅读(393) 评论(0) 推荐(0)

摘要: >>> x = y = z = 0 # Zero x, y and za, b = 0, 1>>> tax = 12.5 / 100>>> price = 100.50>>> price * tax12.5625>>> price + _113.0625>>> range(10)[0, 1, 2,... 阅读全文

posted @ 2014-02-15 14:16 wintor12 阅读(108) 评论(0) 推荐(0)


博客园  ©  2004-2025
浙公网安备 33010602011771号 浙ICP备2021040463号-3