[Tutor] MS ODBC

2005-12-05 Thread Gregorius Gede Wiranarada
hello, how can i connect python to read data from ms access or ms foxpro? regards, Gregor ___ Dibuka pendaftaran Program Magister dan Double Degree Pascasarjana UAJY (MM - MTF atau sebaliknya; M.Hum - MTF; M.Hum - MM; MTS. - MM

[Tutor] displaying properties/methods

2005-11-17 Thread Gregorius Gede Wiranarada
Hi all, i'm a newbie to python and now learning OOP. How do i display methods or properties that is owned by a class or a module? for example: i know that module sys has a property/method called path. i want to know what other methods it has, how do i find them from python command line? thx. r