can i write a assemly language programs in python

Tom Kermode tkermode at gmail.com
Thu Jul 9 06:13:43 EDT 2009


I wonder if the OP is trying to find out whether python programmes can
be compiled and run as stand alone executables.

(I know assembly and machine code are not the same, but it might be
what they're after.)

On windows you can use http://www.py2exe.org/ to bundle python
programs into stand alone executables. They're not compiled, but your
code and all the modules it relies on are brought together, meaning
you can deliver a single exe than can be run like any other windows
program.

Maybe that helps...

2009/7/9 Gabriel Genellina <gagsl-py2 at yahoo.com.ar>:
> En Thu, 09 Jul 2009 04:17:52 -0300, m.reddy prasad reddy
> <reddy.mrp at gmail.com> escribió:
>
>> can any one tell me how to write assembly language programs in python...if
>> no is there any other way to write the programs in python
>
> You write Python programs using Python, not assembly.
>
> Perhaps if you provide more info on what you want to do, someone can suggest
> a different way...
>
> --
> Gabriel Genellina
>
> --
> http://mail.python.org/mailman/listinfo/python-list
>



-- 
http://www.kiloday.com
http://www.fourstopspast.com



More information about the Python-list mailing list