Re: translating Python to Assembler

2008-01-22 Thread Wim Vander Schelden
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 assemble

Re: translating Python to Assembler

2008-01-23 Thread Wim Vander Schelden
On 1/23/08, Christian Heimes <[EMAIL PROTECTED]> wrote: > > Wim Vander Schelden wrote: > > 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.