simple client data base

2012-09-03 Thread loïc Lauréote
Hi, You can try gadfly ! This system is based on SQL. Loïc > From: markrri...@aol.com > Subject: simple client data base > Date: Mon, 3 Sep 2012 10:12:11 -0400 > To: python-list@python.org > > Hello all, I am learning to program in python. I have a need to make a > program that can store,

calculation on lists

2012-12-19 Thread loïc Lauréote
hi, I have a question, is there a tool to calculate on list ? something like : >a= [1,1,1,1] >b = [5,9,8,4] >c = a+b*a >print c >[6,10,9,5] Thx -- http://mail.python.org/mailman/listinfo/python-list

calculation on lists

2012-12-19 Thread loïc Lauréote
: laureote-l...@hotmail.fr > CC: python-list@python.org > > 2012/12/19 loïc Lauréote : > hi, > I > have a question, > is there a tool to calculate on list ? > > something like : > > >a= [1,1,1,1] > >b = [5,9,8,4] > >c = a+b*a > >print c > >[6

what gui designer is everyone using

2012-06-08 Thread loïc Lauréote
Hi, pyQt is really good for fast graphic GUI designing. Maybe not the best for beginners,cause this can't allow them to understand how to code GUIs. And as said before, for each modification not need to regenerate the code,it's sometimes boring Loïc > From: tis...@stackless.com > Subje

what gui designer is everyone using

2012-06-08 Thread loïc Lauréote
Hi, pyQt is really good for fast graphic GUI design. Maybe not the best for beginners,cause this can't allow them to understand how to code GUIs. And as said before, for each modification you need to regenerate the code,it's sometimes boring. (sorry) Loïc From: laureote-