Reading Huge UnixMailbox Files

2011-04-26 Thread Brandon McGinty
them using the re.split function with a compiled regexp, and imports each chunk as a message. The regular expression work is where the bottle-neck appears to be, based on timings. I'm wondering if there is a faster way to do this, or some other method that you all would recommend. Brandon McGint

ideas for programs?

2006-05-30 Thread Brandon McGinty
o, I'm thinking of hiring myself out as a free-lance programmer. Are there many individuals/companies which would aprove programs written in python? Most adds I've seen require the programmer have a strong grasp of c++ or java. Thanks much for all of your help. THX, Brandon McGinty

PythonCard Auto Placement

2006-12-21 Thread Brandon McGinty
p, and the controls for moving don't show up as usable controls in my screen reader. Any help is appreciated. Thanks Much, Brandon McGinty -- http://mail.python.org/mailman/listinfo/python-list

RDFXML Parser For "qualified Dublin Core" Database File

2007-05-29 Thread Brandon McGinty
alf an hour to load with 2 gb of ram. So you all know what I'm talking about, the file is located at: http://www.gutenberg.org/feeds/catalog.rdf.bz2 Does anyone have suggestions for a parser or converter, so I'd be able to view this file, and extract data? Any help is appreciated.

Parsing Rdf (Rewrite)

2007-05-30 Thread Brandon McGinty
m I doing wrong, or am I even in the realm of possibility, trying to get thee elements by name? Thanks, Brandon -- Brandon McGinty McGinty Soft Ltd. Website design, configuration, and maintenance Python and PHP coder Email:[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> MSN:[EMAIL PROTECTED]

Algebraic Modules For Python

2007-10-01 Thread Brandon McGinty
icies, graphing or listing points for function, etc? If not, I may be developing some; I am a blind highschool student and as of now there are no accessible graphing calculators for me to use in my algebra 2 class. Thanks for your help. Thanks, Brandon McGinty -- Brandon McGinty McGinty Sof

Writing to open subprocess pipes.

2010-06-16 Thread Brandon McGinty
if not, I shall do my best to elaborate further. I appreciate all the help this group has given me in the past, and I certainly appreciate any help you all can offer now. Sincerely, Brandon McGinty -- http://mail.python.org/mailman/listinfo/python-list

Re: Writing to open subprocess pipes.

2010-06-16 Thread Brandon McGinty
Ah. Thank you all for your quick responses. I shall implement non-blocking stdin/stdout objects, then. Thank You, Brandon McGinty On 6/16/2010 5:37 PM, Thomas Jollans wrote: On 06/16/2010 10:29 PM, Brandon McGinty wrote: All, I have researched this both in the python documentation, and via