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

2012-05-27 Thread boB Stepp
> I'd be happy to answer any further questions you might have. But, 1) I won't > be prompt due to travel, and 2) if you write about org-mode, let us go > off-list as we've strayed from tutor's purpose. > Brian, my primary question(s) are how to best configure Emacs for Python development. Is the e

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

2012-05-27 Thread Brian van den Broek
On 23 May 2012 05:17, "boB Stepp" wrote: > > 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

Re: [Tutor] Meaningless

2012-05-27 Thread Dave Angel
On 05/27/2012 04:37 PM, Brian van den Broek wrote: > On 27 May 2012 20:52, "Dave Angel" wrote: >> >> On 05/27/2012 01:03 PM, Kimberly McManus wrote: >>> help >>> >>> >> >> Sure. Head for the nearest exit, stopping before each door to make sure >> it's not hot before opening it. >> > > Hi Kimberl

Re: [Tutor] Meaningless

2012-05-27 Thread Brian van den Broek
On 27 May 2012 20:52, "Dave Angel" wrote: > > On 05/27/2012 01:03 PM, Kimberly McManus wrote: > > help > > > > > > Sure. Head for the nearest exit, stopping before each door to make sure > it's not hot before opening it. > Hi Kimberly, While I share Dave's sadness at the general decline of list

Re: [Tutor] Meaningless

2012-05-27 Thread Dave Angel
On 05/27/2012 01:03 PM, Kimberly McManus wrote: > help > > Sure. Head for the nearest exit, stopping before each door to make sure it's not hot before opening it. Once outside, call 911 (or your local emergency number), and report the fire, being sure to describe your location exactly, and anyth

Re: [Tutor] Tutor Digest, Vol 99, Issue 80

2012-05-27 Thread Kimberly McManus
help On Sat, May 26, 2012 at 3:00 AM, wrote: > Send Tutor mailing list submissions to >tutor@python.org > > To subscribe or unsubscribe via the World Wide Web, visit >http://mail.python.org/mailman/listinfo/tutor > or, via email, send a message with subject or body 'help' to >

Re: [Tutor] Parsing data from a set of files iteratively

2012-05-27 Thread Steven D'Aprano
Spyros Charonis wrote: The problem is that the list (z_coords1) returns as an empty list. I know the code works (too large to post here) So you want us to diagnose a problem in code that we can't see? I admire your confidence in our powers of deduction. [...] Short of some intricacy with

Re: [Tutor] Parsing data from a set of files iteratively

2012-05-27 Thread Spyros Charonis
Returning to this original problem, I have modified my program from a single long procedure to 3 functions which do the following: serialize_pipeline_model(f): takes as input a file, reads it and parses coordinate values (numerical entries in the file) into a list write_to_binary(): writes the ge