struggle wrote: > Hello everybody : > I feel very interest in the python language ! And I want to learn > something about the language , > I want to know how it be designed and implemented . I look into the > www.python.org , but I didn't > find anything about that , can you help me ?
If you want to know about the *process* by which Python is designed and implemented, the links on this page might help: http://www.python.org/dev/ If you are asking about the internals of the current design and implementation, some PEPs have a discussion of design and implementation: http://www.python.org/peps/ Other than that I don't think there is much to help you except the actual source code which is available here: http://www.python.org/download/ You might also be interested in reading comp.lang.python or the python-dev mailing list which is where new designs and implementations are hashed out. Kent _______________________________________________ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor