Re: [Tutor] Python 2.4 IDLE Windows 2000

2004-12-10 Thread EJP
Mike Hansen <[EMAIL PROTECTED]> wrote of an idle IDLE: > That rooted out the problem. A while ago, I changed the colors to kind > of match my VIM color theme(ps_color). When I did > idlelib.PyShell.main(), IDLE came up with my custom color theme. > However, there was a bunch of warnings about m

Re: [Tutor] Python 2.4 IDLE Windows 2000

2004-12-20 Thread EJP
the default configuration should work (I think). Caution: I am not an expert in IDLE, Python, or... even life. EJP ___ Tutor maillist - [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/tutor

[Tutor] Class within class, or...?

2005-01-25 Thread EJP
[sent previously, please ignore if already rec'd] A basic OOP question, I guess. I have a file from which I want to extract some data. The data of interest may be towards the end of the file at position A, defined by schema A; or it may be in the file at variable positions near the beginning of

Re: [Tutor] Larger program organization

2005-02-12 Thread EJP
 "Ryan Davis" [EMAIL PROTECTED] wrote My background is mostly C#, so I'm used to the ridiculous rigidity of strongly-typed languages. I have been using python for helper apps for a few months now, so am pretty familiar with the syntax now, but I don't know any of the patterns y

Re: [Tutor] Python in HTML

2005-05-21 Thread EJP
> Well, like I said, the darkplayer is on an online journal, which means > that the only output possible is modifying the option strings of songs > as they are played or something similar. I do know that the random > number generator works, and the songs played always match the option > selec

Re: [Tutor] how to add python code to a webpage

2005-07-18 Thread EJP
Mustafa Abbasi asked:   i want to create a simple page which has a formand takes in persons date of birth and give out exact age.how do i add python codeto an html page.i don't have any dreamweaver or frontpage.this is basically cuz some freinds advised me to create this isnce i am learning p