Peter Decker wrote:
> 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?
> 

Yup.  like Ed and Paul: VFP for years.

Here is a description of what I am trying to do:  http://chipy.org/BootCampy

I am thinking maybe a good idea would be to cover a bit of GUI/db programming. 
the equivalent of VFP's use;browse.

 From what I have seen, the GUI stuff in python is much different than VFP (and 
I am guessing most MS gui) - seems the GUI things just have a pointer to a non 
gui thing that takes care of servicing all the events (got focus, click, 
keypress...) - am I close?

Carl K

_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users

Reply via email to