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

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

Re: one more exception newbie query

2010-06-04 Thread Payal
got it from the example again. Just curious what you meant by, "That's *not* a constructor method signature." Thanks a lot. With warm regards, -Payal -- -- http://mail.python.org/mailman/listinfo/python-list

one more exception newbie query

2010-06-04 Thread Payal
ption) But we have used 'spam' 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: queries about exceptions(newbie)

2010-06-04 Thread Payal
ed what the tutorial could not. With warm regards, -Payal -- -- http://mail.python.org/mailman/listinfo/python-list

queries about exceptions(newbie)

2010-06-03 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: reading help() - newbie question

2010-05-31 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/pyt

reading help() - newbie question

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