Re: [Pythonmac-SIG] dumping characters into a list

2006-01-20 Thread Sheila King
certainly works too: >>> map(ord, s) [84, 104, 105, 115, 32, 105, 115, 32, 97, 32, 115, 116, 114, 105, 110, 103, 46] >>> -- Sheila King [EMAIL PROTECTED] http://www.thinkspot.net/sheila/ ___ Pythonmac-SIG maillist - Pythonmac-SIG@pyth

Re: [Pythonmac-SIG] dumping characters into a list

2006-01-20 Thread Sheila King
right", "credits" or "license" for more information. >>> s = "This is a string." >>> list(s) ['T', 'h', 'i', 's', ' ', 'i', 's', ' ', 'a', ' ', '

Re: [Pythonmac-SIG] [q] Help with choosing "right" python port

2005-08-09 Thread Sheila King
;t be that hard. (Yes, I know I could have just asked...but how many people do you want posting to this list asking that question all the time? It should be easy to figure out from the web pages...) Sorry for the Tuesday morning rant. Off to get more coffee... -- Sheila King [EMAIL PROTECTED] h

Re: [Pythonmac-SIG] [q] Help with choosing "right" python port

2005-08-09 Thread Sheila King
ure what makes you think the WingIDE web site is not updated or dead? Their mailing list is active. IMO the web site does not appear dead. I've been trialing wingIDE recently too. The support is responsive and prompt. Not dead IMO. -- Sheila King [EMAIL PROTECTED