Re: [Tutor] [TUTOR]Code Deciphering(Re-sent)

2011-12-16 Thread Calle
On 15 December 2011 23:37, Calle wrote: I was wondering, how do you use Python to decipher codes? It feels like it should be pretty simple, but I haven't found any tutorials about it yet. What kind of codes? Or do you mean ciphers? Generally speaking, a code represent letters or numbers in

Re: [Tutor] [TUTOR]Code Deciphering

2011-12-15 Thread Alan Gauld
On 15/12/11 23:53, Robert Sjoblom wrote: you'll learn a lot more if you work toward the solution yourself. I'll just point you in the direction of ASCII values for now. You might find the ord() function useful too... -- Alan G Author of the Learn to Program web site http://www.alan-g.me.uk/

Re: [Tutor] [TUTOR]Code Deciphering

2011-12-15 Thread Steven D'Aprano
Calle wrote: Hi! I was wondering, how do you use Python to decipher codes? It feels like it should be pretty simple, but I haven't found any tutorials about it yet. This is not a tutorial, but you might find it useful: http://pypi.python.org/pypi/obfuscate/ -- Steven

Re: [Tutor] [TUTOR]Code Deciphering

2011-12-15 Thread Robert Sjoblom
On 15 December 2011 23:37, Calle wrote: > -Ursprungligt meddelande- From: Robert Sjoblom > Sent: Thursday, December 15, 2011 10:34 PM > To: Calle > Cc: tutor@python.org > Subject: Re: [Tutor] [TUTOR]Code Deciphering > > >> I was wondering, how do you use Python

Re: [Tutor] [TUTOR]Code Deciphering

2011-12-15 Thread Calle
-Ursprungligt meddelande- From: Robert Sjoblom Sent: Thursday, December 15, 2011 10:34 PM To: Calle Cc: tutor@python.org Subject: Re: [Tutor] [TUTOR]Code Deciphering I was wondering, how do you use Python to decipher codes? It feels like it should be pretty simple, but I haven't

Re: [Tutor] [TUTOR]Code Deciphering

2011-12-15 Thread Robert Sjoblom
> I was wondering, how do you use Python to decipher codes? It feels like it > should be pretty simple, but I haven't found any tutorials about it yet. What kind of codes? Or do you mean ciphers? Generally speaking, a code represent letters or numbers in transmitting a message. In other words, a c

[Tutor] [TUTOR]Code Deciphering

2011-12-15 Thread Calle
Hi! I was wondering, how do you use Python to decipher codes? It feels like it should be pretty simple, but I haven't found any tutorials about it yet. Have a nice day! // Calle ___ Tutor maillist - Tutor@python.org To unsubscribe or change subs