Re: help me ?

2018-02-27 Thread Ziggy
On 2018-02-26, sotaro...@gmail.com wrote: > > Help me ! a=[1,2,3,] b=["a","b","c"] x=[] z=[] bonus=[] for digits in a: for letters in b: x.append(str(digits) + letters) bonus.append(letters + str(digits)) for letter in b: for number in a:

Re: Tkinter,show pictures from the list of files in catalog-problem

2017-12-20 Thread Ziggy
On 2017-12-19, MRAB wrote: >> > The function called by .after should return to the tkinter's event loop. > If you want to display a sequence of pictures, then the function should > call .after to make it call the function again. > > Here's a slightly reworked version: Thanks. I like your soluti

Tkinter,show pictures from the list of files in catalog-problem

2017-12-19 Thread Ziggy
I have a problem with this code, it seems to work but first it shows the picture then supposed to iterate through file list and shows them each changed after 3seconds however show just the last one from list. https://paste.pound-python.org/show/txvB4IBtlUrn3TuB0rtu/ -- https://mail.python.org/

Re: Python Learning

2017-12-16 Thread Ziggy
On 2017-12-15, Varun R wrote: > Hi All, > > I'm new to programming, can anyone guide me, how to start learning python > programming language,...plz suggest some books also. > > Thanks all IMHO These're must have look at: http://opim.wharton.upenn.edu/~sok/idtresources/python/instant-hacking.html

Re: [ANNOUNCE] Thirty-second release of PythonCAD now available

2006-05-25 Thread ziggy
In article <[EMAIL PROTECTED]>, "Art Haas" <[EMAIL PROTECTED]> wrote: > Hi. > > I'm pleased to announce the thirty-second development release of PythonCAD, > a CAD package for open-source software users. As the name implies, > PythonCAD is written entirely in Python. The goal of this project is

Re: Jedit

2006-02-13 Thread ziggy
In article <[EMAIL PROTECTED]>, Peter Hansen <[EMAIL PROTECTED]> wrote: > ziggy wrote: > > Just wondering if there is something out there like Jedit, but written > > in python ( not just supporting, but actually written in it.. ) > > > > Nothing larg

Jedit

2006-02-13 Thread ziggy
Just wondering if there is something out there like Jedit, but written in python ( not just supporting, but actually written in it.. ) Nothing large like Stanzi's or Boa.. Just something quick and simple, with code completion, and a debugger.. -- http://mail.python.org/mailman/listinfo/python-l