Re: Considering moving from PowerBuilder to Python

2005-09-01 Thread James (Sungjin) Kim
malv wrote: As of late, I installed eric3 on linux Suse 9.3 and was happily surprised to find out that I didn't have to bother with installing Qt, PyQt, etc. FYI, I installed eric3 on Windows XP. It is one of the nice IDE environments for Python. If I must say some bad point of it, I want to

Re: Considering moving from PowerBuilder to Python

2005-08-31 Thread James Sungjin Kim
Norm Goertzen wrote: I'm really only interested in programming for Windows XP. It is warned that the sequal is not directly related to the your question. However, hope that it helps your decision to move from the old stuff to the new stuff. The thing is that as you decideded to change your

Re: Well, another try Re: while c = f.read(1)

2005-08-20 Thread James Sungjin Kim
Robert Kern 쓴 글: Now go read the documentation. Thanks to your comments, I read the corresponding helps searched by Google. (Sorry to say a specific search engine here, but I must say that it is really convinient.) Now I realized that Command 'lambda' is a similar to Command 'inline' in

Re: how do i add a new path into sys.path?

2005-08-18 Thread James Sungjin Kim
Steve Holden wrote: sys.path.append(rC:\Temp) In this case, do I need to save the refined path, i.e, the original paths + the new path (rC:\Temp), by using some command in order to use it permanently. if yes, it would be greatly appreciated to noitce the correspoding command and the usage of

Re: GUI tookit for science and education

2005-08-17 Thread James Sungjin Kim
Michele Simionato wrote: My vote is for ipython + matplotlib. Very easy and very powerful. Is it really easier than to use MATLAB(TM)? -James -- http://mail.python.org/mailman/listinfo/python-list

Re: GUI tookit for science and education

2005-08-17 Thread James Sungjin Kim
Robert Kern wrote: ... Once you move outside of that box and start doing real programming, Python (with Numeric, ipython, matplotlib, scipy, et al.) beats MATLAB handily. As one who is really newbie on Python, In MATLAB we can represent the codes for the matrix manipulation as really like