Decorators and static typing.

2005-01-05 Thread whisper
Well, the decorator war is over (Python lost IMO!) and now we've got the static typing war to fight! Both of these seem like syntax sugar to avoid writing good code! One has already introduced ugly coding and the 2nd is likely to do the same! Ok, so how do you do keywords and default values?

Need Python web hosting ASAP

2005-06-21 Thread whisper
Medium/small site with mod_python and sqllite or mySQL running Python 2.3.3 or later on Apache 2.x. I can do the python and CGI, but might need a _little_ hand holding for the rest. Will also need SSL and a certificate. Also mailboxes for ~12 people (to start). We don't do unsolicited

Secure email

2005-08-03 Thread whisper
I need to write a .cgi that will take the content of an https GET or POST and send it securely as email to an Outlook client. I think that OpenSSL is somewhere in this, but I'm not even sure how to create the right certificate, how to use it to encrypt mail and how to install a certificate in

Re: Secure email

2005-08-03 Thread whisper
Paul Rubin wrote: [EMAIL PROTECTED] writes: I need to write a .cgi that will take the content of an https GET or POST and send it securely as email to an Outlook client. You're asking how to make S/MIME messages? This isn't really the right newsgroup. Well, perhaps it bears saying