byte code

Martin von Loewis loewis at informatik.hu-berlin.de
Wed Sep 8 15:59:34 EDT 1999


Chang LI <changl at neatware.com> writes:

> 1.	Are there free byte code compiler and byte code
> 	file available?

Yes. The standard Python interpreter always produces byte code, and
usually saves the byte code into a file.

> 2.	Is it easy to dyanmic load and use an C/C++ in Python?

Yes, that is quite easy.

> 3.	Shall I need a special editor to code the Python?

You can, but you don't have to. Emacs has a Python mode. Python itself
comes with an editor IDLE. PythonWin also comes with a Python
editor. SnIFF+ has a Python support as well.

Hope this helps,
Martin




More information about the Python-list mailing list