placid wrote:
> On Feb 22, 12:08 pm, mark <[EMAIL PROTECTED]> wrote:
>> On 21 Feb 2007 16:10:51 -0800, placid <[EMAIL PROTECTED]> wrote:
>>
>>> On Feb 22, 10:20 am, mark <[EMAIL PROTECTED]> wrote:
On 21 Feb 2007 14:47:50 -0800, placid <[EMAIL PROTECTED]> wrote:
> On Feb 22, 3:23 am, mark <
> "Harlin" == Harlin Seritt <[EMAIL PROTECTED]> writes:
> I tried doing this:
> text = 'supercalifragilisticexpialidocius'
> open('sambleb.conf', 'wb').write(text)
> Afterwards, I was able to successfully open the file with a text
> editor and it showed:
> 'supercalifragilisticexpialidocius
On 2007-02-22, Ganesan Rajagopal <[EMAIL PROTECTED]> wrote:
>> I am hoping to have it show up some weird un-readable text.
>> And then of course be able to convert it right back to a
>> string. Is this even possible?
>
> Looks like you just want to obfuscate the string. How about
> this?
>
> impor
> Grant Edwards <[EMAIL PROTECTED]> writes:
>> print base64.decodestring(open('sambleb.conf', 'r').read())
> It'll only remain obfuscated for about 30 seconds after even a
> mildly curious user looks at the file.
It depends on the requirement. If the intention is to just to
discourage someon
Hi,
I've just sent a job listing to python.org, but am also trying to
proactively find python developers through other means.
python.org and guru.com notwithstanding, most job-sites to seem only
support people/organizations looking for full/part-time employment or
with full-time/part-time positio
Hi,
I've just sent a job listing to python.org and posted this message on
comp.lang.python, but am also trying to proactively find python developers
through other means.
python.org and guru.com notwithstanding, most job-sites to seem only support
people/organizations looking for full/part-time e
On Feb 21, 9:51 pm, Scott SA <[EMAIL PROTECTED]> wrote:
>
> I've just sent a job listing to python.org and posted this message on
> comp.lang.python,
Interesting, so Python-list@python.org and comp.lang.python are
_related_. I guess that means I'm the new guy on the block. Well I
guess this joke i
Steven W. Orr wrote:
> This is all an intro learning experience for me, so please feel free to
> explain why what I'm trying to do is not a good idea.
>
> In the Cookbook, they have a recipe for how to create global constants.
>
> -
> class _const:
> class ConstError(TypeErro
Steven D'Aprano wrote:
> On Tue, 20 Feb 2007 00:44:24 +, Peter mayne wrote:
>
>> Steven D'Aprano wrote:
>>> If Python 3 dropped the print
>>> statement and replaced it with official_print_function(), how would that
>>> help you in your goal to have a single code base that will run on both
>>>
James Stroud wrote:
> Steven W. Orr wrote:
>
>> This is all an intro learning experience for me, so please feel free
>> to explain why what I'm trying to do is not a good idea.
>>
>> In the Cookbook, they have a recipe for how to create global constants.
>>
>> -
>> class _const:
>
"Harlin Seritt" <[EMAIL PROTECTED]> wrote:
> Hi...
>
> I would like to take a string like 'supercalifragilisticexpialidocius'
> and write it to a file in binary forms -- this way a user cannot read
> the string in case they were try to open in something like ascii text
> editor. I'd also like t
Patch / Bug Summary
___
Patches : 408 open ( -9) / 3585 closed (+20) / 3993 total (+11)
Bugs: 968 open ( +8) / 6505 closed ( +7) / 7473 total (+15)
RFE : 267 open ( +1) / 251 closed ( +0) / 518 total ( +1)
New / Reopened Patches
__
Handle re
101 - 112 of 112 matches
Mail list logo