Re: Scanning a file character by character

2009-02-04 Thread Bard Aase
On 5 Feb, 07:48, Spacebar265 wrote: > Hi. Does anyone know how to scan a file character by character and > have each character so I can put it into a variable. I am attempting > to make a chatbot and need this to read the saved input to look for > spelling mistakes and further analysis of user inp

Re: Unicode Problem

2008-10-30 Thread Bard Aase
On Thu, Oct 30, 2008 at 8:28 AM, Seid Mohammed <[EMAIL PROTECTED]> wrote: > I am new to python. > I want to print Amharic character using the Python IDLE. > here goes somple code > == abebe = 'አበበ በሶ በላ' abebe > '\xe1\x8a\xa0\xe1

Re: Source code for python nativ methods and classes

2008-09-29 Thread Bard Aase
On Mon, Sep 29, 2008 at 10:51 PM, Mohed <[EMAIL PROTECTED]> wrote: > Hello. > I am interrested in seeing the source code for all the nativ builtin > methods and clases in python. Is there a webpage that lists them or is > this done easier some other way. Check it out from svn? svn co http://svn.p