Re: Python OpenSSL library

2010-06-13 Thread astral
"Michael Crute" wrote in message news:mailman.1395.1276462801.32709.python-l...@python.org... > On Sun, Jun 13, 2010 at 4:29 PM, astral > wrote: > > I am looking for Python OpenSSL library, for Python version 2.5.4 (on > > Windows) > > Which does not require to

Python OpenSSL library

2010-06-13 Thread astral
I am looking for Python OpenSSL library, for Python version 2.5.4 (on Windows) Which does not require to install Cygwin package. Need just to decrypt file, then uninstall library. -- http://mail.python.org/mailman/listinfo/python-list

Python Programming Challenges for beginners?

2009-11-26 Thread astral orange
Hi- I am reading the online tutorial along with a book I bought on Python. I would like to test out what I know so far by solving programming challenges. Similar to what O'Reilly Learning Perl has. I really enjoyed the challenges at the end of the chapter and it really help me test out if I was tr

Re: Beginning Question about Python functions, parameters...

2009-11-24 Thread astral orange
On Nov 23, 10:37 pm, r wrote: > On Nov 23, 11:19 am, astral orange <457r0...@gmail.com> wrote: > > > > > Hi, I am trying to teach myself Python and have a good book to help me > > but I am stuck on something and I would like for someone to explain > > the fol

Re: Beginning Question about Python functions, parameters...

2009-11-23 Thread astral orange
On Nov 23, 4:35 pm, Terry Reedy wrote: > astral orange wrote: > > Yes, lines 104-111 is really where my problem lies in understanding > > what is going on here. > > I am beginner so this stuff seems a little unwieldy at the moment. :) > > I *did* invest $40 > >

Re: Beginning Question about Python functions, parameters...

2009-11-23 Thread astral orange
On Nov 23, 1:17 pm, "Diez B. Roggisch" wrote: > astral orange wrote: > > Hi, I am trying to teach myself Python and have a good book to help me > > but I am stuck on something and I would like for someone to explain > > the following piece of code for me and what i

Beginning Question about Python functions, parameters...

2009-11-23 Thread astral orange
Hi, I am trying to teach myself Python and have a good book to help me but I am stuck on something and I would like for someone to explain the following piece of code for me and what it's actually doing. Certain parts are very clear but once it enters the "def store(data, full_name): " function