first time python learner

2020-02-13 Thread Marty Konopko
Win 10 Anti Virus off [image: image.png] Any idea? -- Martin Konopko -- https://mail.python.org/mailman/listinfo/python-list

Re: ] returns []

2013-01-29 Thread marty . musatov
MUSATOV -- http://mail.python.org/mailman/listinfo/python-list

Re: for loop without variable

2008-01-10 Thread Marty
Mike Meyer wrote: > On Thu, 10 Jan 2008 22:36:56 -0500 Marty <[EMAIL PROTECTED]> wrote: >> I recently faced a similar issue doing something like this: >> >> data_out = [] >> for i in range(len(data_in)): >> data_out.append([]) > &

Re: for loop without variable

2008-01-10 Thread Marty
Hrvoje Niksic wrote: > Mike Meyer <[EMAIL PROTECTED]> writes: > >> It sounds to me like your counter variable actually has meaning, > > It depends how the code is written. In the example such as: > > for meaningless_variable in xrange(number_of_attempts): > ... > > the loop variable really

Catching external program exceptions

2008-01-01 Thread Marty
I need to catch exceptions thrown by programs started by the os.system function, as indicated by a non-zero return code (e.g. the mount utility). For example, if I get the following results in a bash shell: $mount test mount: can't find /home/marty/test in /etc/fstab or /etc/mtab then I

Re: SQLwaterheadretard3 (Was: Is it just me, or is Sqlite3 goofy?)

2006-09-11 Thread Marty
On 9/11/06, Mike Owens <[EMAIL PROTECTED]> wrote: > I coworker pointed me to this thread. Joy for us. > > < snipped good information > In all seriousness, the information you present here is great, and much appreciated. Your sarcastic, condescending tone kind of gets in the way of the message, t

Recommended IDE for creating GUI?

2006-04-21 Thread Marty Christion
What are some good free or inexpensive (<$50) IDE's for learning how to program and create GUI's for Python? I'm pretty good with the simple programming aspect of the language, but I'm a little mystified by the world of GUI's, and the options available in python. -- http://mail.python.org/m