Python info

D

Dave Zhu

Hello All,

I would like to have a broad knowledge on Python.
Basically, I would like to know Python is designed,
how parsing, compilation, and interpretation take
place, how memory management works, how the Python
interpreter performs compared to others, etc. I
already looked at Python's documentation, but couldn't
find any detailed information. Any references would be
appreciated. Thank you for your help.

Regards,

Dave



__________________________________
Do you Yahoo!?
Make Yahoo! your home page
http://www.yahoo.com/r/hs
 
S

Simon Percivall

Well, the source code is pretty well documented if you want to get to
know the implementation. Read the "Extending and Embedding" tutorial
and the "Python/C API" reference, then start digging through the code.

Performance comparisons are broadly available, and always suspect.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,776
Messages
2,569,603
Members
45,197
Latest member
Sean29G025

Latest Threads

Top