Re: Hello! I was here to ask about pythonm actually I deleted the python 8 version and downloaded a new python 9 version but after deleting when I code something and after some days I want to open the

2021-05-14 Thread Payal Singh
Thanks, I'll check it out. On Sat, May 15, 2021, 1:54 AM Mats Wichmann wrote: > On 5/14/21 2:55 AM, Payal Singh wrote: > > > > it's easier if you put that in the message body, not the subject line. > > if you're getting the repair/modify/uninstall dialog, it means you're &g

Hello! I was here to ask about pythonm actually I deleted the python 8 version and downloaded a new python 9 version but after deleting when I code something and after some days I want to open the fil

2021-05-14 Thread Payal Singh
-- https://mail.python.org/mailman/listinfo/python-list

queries about exceptions(newbie)

2010-06-04 Thread Payal
: do something My questions are, what are these inst, detail, e etc. Are they special words? what does the word as do? Thanks a lot in advance. With warm regards, -Payal -- -- http://mail.python.org/mailman/listinfo/python-list

Re: queries about exceptions(newbie)

2010-06-04 Thread Payal
, -Payal -- -- http://mail.python.org/mailman/listinfo/python-list

one more exception newbie query

2010-06-04 Thread Payal
' and 'eggs'. Why? | ... except Exception as inst: Now what does as inst do here? (Is it making an instance, but how? Aren't instances made with this, inst = Klass() ?) Thanks a lot in advance. With warm regards, -Payal -- -- http://mail.python.org/mailman/listinfo/python-list

Re: one more exception newbie query

2010-06-04 Thread Payal
*not* a constructor method signature. Thanks a lot. With warm regards, -Payal -- -- http://mail.python.org/mailman/listinfo/python-list

Re: reading help() - newbie question

2010-06-01 Thread Payal
On Mon, May 31, 2010 at 08:41:54PM +1000, Xavier Ho wrote: Welcome (back) to the Python-List! Thanks a lot to all who replied. Special thanks to Xavier Ho for sample examples on iterators. That cleared the doubt. With warm regards, -Payal -- -- http://mail.python.org/mailman/listinfo/python

reading help() - newbie question

2010-05-31 Thread Payal
simly saying D.iteritems() does not work? Thanks a lot in advance. With warm regards, -Payal -- -- http://mail.python.org/mailman/listinfo/python-list