translating Python to Assembler

Wim Vander Schelden wim at fixnum.org
Tue Jan 22 17:55:02 EST 2008


Python modules and scripts are normally not even compiled, if they have
been,
its probably just the Python interpreter packaged with the scripts and
resources.

My advice is that if you want to learn Python, is that you just read a book
about
it or read only resources. Learning Python from assembler is kind of...
strange.

Not only are you skipping several generations of programming languages,
spanned
over a period of 40 years, but the approach to programming in Python is so
fundamentally different from assembler programming that there is simply no
reason
to start looking at if from this perspective.

I truly hope you enjoy the world of high end programming languages, but
treat them
as such. Looking at them in a low-level representation or for a low-level
perspective
doesn't bear much fruits.

Kind regards,

Wim

On 1/22/08, over at thepond.com <over at thepond.com> wrote:
>
> My expertise, if any, is in assembler. I'm trying to understand Python
> scripts and modules by examining them after they have been
> disassembled in a Windows environment.
>
> I'm wondering if a Python symbols file is available. In the Windows
> environment, a symbol file normally has a PDB extension. It's a little
> unfortunate that Python also uses PDB for its debugger. Google, for
> whatever reason, wont accept queries with dots, hyphens, etc., in the
> query line. For example a Google for "python.pdb" returns +python
> +pdb, so I get a ridiculous number of returns referring to the python
> debugger. I have mentioned this to Google several times, but I guess
> logic isn't one of their strong points.  :-)
> --
> http://mail.python.org/mailman/listinfo/python-list
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20080122/a21c628f/attachment-0001.html>


More information about the Python-list mailing list