Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想知道是否有可能创建一个能够运行 Python 命令、创建新变量的 .py 程序,就像提供的 IDLE 一样。如果不是,我可以用什么来创建这样的程序。本质上,我正在创建一种新语言作为 Python 的扩展。例子:
>> 1+1 >> 2 >> print "yo" >> yo
包括电池,请参阅代码标准模块(在这里重复文档没有多大意义,询问是否有任何不清楚的地方)。此外,bpython 和 IPython 都是关于如何使用替代接口增强 Python 核心的示例。