On 11/11/06, Carl Karsten <[EMAIL PROTECTED]> wrote: > The 'core' python language (what you get without any INCLUDEs) is a pretty > small > set of commands and concepts. I am hoping that can be covered. I am guessing > there are a few modules that we should touch on - like data access and gui. > but > just enough so we can debug things, given that dabo should be taking care of > us.
There are several modules that are really part of the core language, but are kept in their own modules because of namespace considerations. sys, os, date, and re spring to mind. I take it you are a programmer who is new to Python? -- # p.d. _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
