Re: [Tutor] Optimally configuring Emacs for W7-64bit and Python

2012-05-22 Thread Brian van den Broek
On 22 May 2012 06:58, "boB Stepp" wrote: > > Many thanks for all of the helpful input to my original questions. The > deciding factors came down to the fact that GNU Emacs, vintage year > 2001, is available on the Sun Blade at work, I already own the book > "Learning GNU Emacs" and it would be nic

[Tutor] Using a Blackjack Chart...

2012-05-22 Thread Ken G.
I would like to create a Python program in the manner of an using flash card format. That is, a question is asked and you can respond according and you will be notify if you are correct or incorrect. Using such format stated above, I would like to create a Blackjack program. I wish to utiliz

Re: [Tutor] Using a Blackjack Chart...

2012-05-22 Thread Joel Goldstick
On Tue, May 22, 2012 at 8:52 AM, Ken G. wrote: > I would like to create a Python program in the manner of an using flash card > format. > That is, a question is asked and you can respond according and you will be > notify if > you are correct or incorrect. > > Using such format stated above, I wou

Re: [Tutor] Datetime Integer Array

2012-05-22 Thread Andreas Perstinger
On Mon, 21 May 2012 13:04:26 -0700 Jeremy Traurig wrote: > I have already tried creating a numpy array of integers using this > code: > > import time > time_format = %m/%d/%Y %H:%M:%S > for x in range(len(datetime_IN)): > junk = time.strptime(datetime[x],time_format) > junk2 = [y for y i

Re: [Tutor] Optimally configuring Emacs for W7-64bit and Python

2012-05-22 Thread Alan Gauld
On 22/05/12 04:26, boB Stepp wrote: 2001, is available on the Sun Blade at work, I already own the book "Learning GNU Emacs" and it would be nice to have my fingers trained the same way for both work and home study. That's a fair reason and emacs will work for any of your languages and incorp

Re: [Tutor] table to dictionary and then analysis

2012-05-22 Thread questions anon
thanks for all of the responses, has been really helpful On Fri, May 18, 2012 at 8:54 PM, Russel Winder wrote: > On Thu, 2012-05-17 at 19:35 +1000, Steven D'Aprano wrote: > > On Thu, May 17, 2012 at 08:27:07AM +0100, Russel Winder wrote: > > > > > Should we be promoting use of the format method

Re: [Tutor] Optimally configuring Emacs for W7-64bit and Python

2012-05-22 Thread Brad Hudson
Aside from emacs, vim is a nice editor that can be used across UNIX/Linux/Windows OS. It is also more friendly to learn/configure than emacs (install it, type "vim" at a shell/cmd.exe prompt and use the help that comes with it for customization). It comes by default on most modern UNIX/Linux OS. Si

Re: [Tutor] Optimally configuring Emacs for W7-64bit and Python

2012-05-22 Thread boB Stepp
> Install python mode. > Learn how to get the python shell running inside emacs. > Learn how to get a cmd shell running inside emacs > Learn how to do split windows On some of the pages I recall looking at, it was mentioned that Emacs comes with two major modes for Python. It was not clear to me w

Re: [Tutor] Optimally configuring Emacs for W7-64bit and Python

2012-05-22 Thread boB Stepp
but I will not be able to provide much (any?) help in the immediate future. > > (If emacs seems like you will stick to it, do have a look at orgmode.) > Brian, does org-mode amount to a personal information manager? What are the things you especially like about it? Cheers! boB __

[Tutor] Query with SOAP request generation, which other modules can be used.

2012-05-22 Thread ankur ~ अंकुर
Dear Pythoneers, We want to butile the SOAP request request in below manner. - In header we want to pass the wsse auth part and custom transref section and both has different xmlns. http://schemas.xmlsoap.org/soap/envelope/"; xmlns:com