Re: some questions about Python and tkinter

2007-10-18 Thread fabdeb
On Oct 16, 9:17 pm, Marc 'BlackJack' Rintsch <[EMAIL PROTECTED]> wrote: > On Tue, 16 Oct 2007 11:52:22 -0700, fabdeb wrote: > > the first: what is the differences between a function and a classe? > > A class bundles data and functions into one object. > > > In which case i should use a function ? >

Re: some questions about Python and tkinter

2007-10-16 Thread Marc 'BlackJack' Rintsch
On Tue, 16 Oct 2007 11:52:22 -0700, fabdeb wrote: > the first: what is the differences between a function and a classe? A class bundles data and functions into one object. > In which case i should use a function ? > In which case i should use a class ? If you have several functions that operate

Re: some questions about Python and tkinter

2007-10-16 Thread kyosohma
On Oct 16, 1:52 pm, fabdeb <[EMAIL PROTECTED]> wrote: > Hi every one, > I m a sysadmin who want to know how to use python. > I dont know anything about oriented object programation, i only know > bash and a little perl. > I have some simple questions about python. > > the first: what is the differe

Re: some questions about Python and tkinter

2007-10-16 Thread Bruno Desthuilliers
fabdeb a écrit : > Hi every one, > I m a sysadmin who want to know how to use python. > I dont know anything about oriented object programation, i only know > bash and a little perl. > I have some simple questions about python. > > the first: what is the differences between a function and a classe

some questions about Python and tkinter

2007-10-16 Thread fabdeb
Hi every one, I m a sysadmin who want to know how to use python. I dont know anything about oriented object programation, i only know bash and a little perl. I have some simple questions about python. the first: what is the differences between a function and a classe? In which case i should use a