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:
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
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/
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
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
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
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