Re: Using try-catch to handle multiple possible file types?

2013-11-19 Thread Mark Lawrence
has yet to be invented. Christian Tismer Mark Lawrence -- https://mail.python.org/mailman/listinfo/python-list

Re: Automation

2013-11-19 Thread Mark Lawrence
at is vlrtiauly isbpilechmoenrne. How did you get onto my system and steal my code, it's under copyright you know? :) -- Python is the second best programming language in the world. But the best has yet to be invented. Christian Tismer Mark Lawrence -- https://mail.python.org/mailman/listinfo/python-list

Re: Automation

2013-11-19 Thread Mark Lawrence
s the second best programming language in the world. But the best has yet to be invented. Christian Tismer Mark Lawrence -- https://mail.python.org/mailman/listinfo/python-list

Re: Automation

2013-11-19 Thread Mark Lawrence
he best has yet to be invented. Christian Tismer Mark Lawrence -- https://mail.python.org/mailman/listinfo/python-list

Re: Automation

2013-11-19 Thread Mark Lawrence
On 19/11/2013 13:55, Tim Golden wrote: On 19/11/2013 13:50, Mark Lawrence wrote: On 19/11/2013 10:48, Chris Angelico wrote: Anyway, we Aussies know more about your geography than you know about ours, I reckon. Which of these is not a real place: Parramatta, Warrnambool, Cerinabbin, Mordialloc

Re: KeyboardInterrupt close failed in file object destructor: sys.excepthook is missing lost sys.stderr

2013-11-19 Thread Mark Lawrence
the obligatory request for google users, would you please read and action this https://wiki.python.org/moin/GoogleGroupsPython to prevent us seeing potential double line spacing, thanks. -- Python is the second best programming language in the world. But the best has yet to be invented. Christian Tismer Mark Lawrence -- https://mail.python.org/mailman/listinfo/python-list

Re: [RELEASED] Python 3.3.3 final

2013-11-19 Thread Mark Lawrence
. But the best has yet to be invented. Christian Tismer Mark Lawrence -- https://mail.python.org/mailman/listinfo/python-list

how to get raw bytes for ctypes functions that return c_wchar_p

2013-11-19 Thread Mark Summerfield
Hi, I am using ctypes to access a function in a DLL using Python 3.3 32-bit on Windows 7 64-bit: dplGetPageText = dpl.DPLGetPageText dplGetPageText.argtypes = (ctypes.c_int, ctypes.c_int) dplGetPageText.restype = ctypes.c_wchar_p Python returns this as a str with the raw bytes already decoded.

Re: how to get raw bytes for ctypes functions that return c_wchar_p

2013-11-19 Thread Mark Summerfield
On Tuesday, November 19, 2013 5:22:36 PM UTC, Thomas Heller wrote: > Am 19.11.2013 17:58, schrieb Mark Summerfield: > > > Hi, > > > > > > I am using ctypes to access a function in a DLL using Python 3.3 > > > 32-bit on Windows 7 64-bit: > >

Re: My first real request for help

2013-11-19 Thread Mark Lawrence
s before (plus gales of laughter from the bleachers). Just to be sure is it a simple typo "f1oat" with a one instead of "float" with an ell? -- Python is the second best programming language in the world. But the best has yet to be invented. Christian Tismer Mark Lawrence -- https://mail.python.org/mailman/listinfo/python-list

Re: Newbie - Trying to Help a Friend

2013-11-19 Thread Mark Janssen
> Think they just needed a starting point really to be honest as they can't get > there head round it. Then the problem is that your friend doesn't understand one or more of the words being used. This is s necessary prerequisite for making an algorithm from a text description. Perhaps they don'

Re: Using try-catch to handle multiple possible file types?

2013-11-19 Thread Mark Lawrence
g.: gzip compressed data, was "blah.txt", from Unix, last modified: Wed Nov 20 10:48:35 2013 I suppose it's enough to just do a? if "gzip compressed data" in results: or is there a better way? Cheers, Victor On Tuesday, 19 November 2013 20:36:47 UTC+11, Mark Lawrence

Re: Newbie - Trying to Help a Friend

2013-11-20 Thread Mark Lawrence
her verbally or in writing, is considered quite important in the military. By the way, this is double posted and there were four identical messages from you yesterday, finger trouble or what? :) -- Python is the second best programming language in the world. But the best has yet to be inven

Re: How to install pip for python3 on OS X?

2013-11-20 Thread Mark Lawrence
Windows I just whack 3.3.3 over the top of 3.3.2, job done. -- Python is the second best programming language in the world. But the best has yet to be invented. Christian Tismer Mark Lawrence -- https://mail.python.org/mailman/listinfo/python-list

Re: Newbie - Trying to Help a Friend

2013-11-20 Thread Mark Lawrence
the best has yet to be invented. Christian Tismer Mark Lawrence -- https://mail.python.org/mailman/listinfo/python-list

Re: Newbie - Trying to Help a Friend

2013-11-20 Thread Mark Lawrence
g a typical shabby Nazi trick to hide behind an ntlworld email address in order to spam us? :) -- Python is the second best programming language in the world. But the best has yet to be invented. Christian Tismer Mark Lawrence -- https://mail.python.org/mailman/listinfo/python-list

Re: Newbie - Trying to Help a Friend

2013-11-20 Thread Mark Lawrence
On 20/11/2013 17:12, Ned Batchelder wrote: On Wednesday, November 20, 2013 11:29:54 AM UTC-5, Mark Lawrence wrote: On 20/11/2013 15:34, Alister wrote: On Thu, 21 Nov 2013 02:14:12 +1100, Chris Angelico wrote: On Thu, Nov 21, 2013 at 2:09 AM, Alister wrote: must be a strange quirk of pan

Re: Newbie - Trying to Help a Friend

2013-11-20 Thread Mark Lawrence
On 20/11/2013 17:51, Ned Batchelder wrote: On Wednesday, November 20, 2013 12:37:31 PM UTC-5, Mark Lawrence wrote: On 20/11/2013 17:12, Ned Batchelder wrote: On Wednesday, November 20, 2013 11:29:54 AM UTC-5, Mark Lawrence wrote: On 20/11/2013 15:34, Alister wrote: On Thu, 21 Nov 2013 02:14

Re: Newbie - Trying to Help a Friend

2013-11-20 Thread Mark Lawrence
On 20/11/2013 18:18, Ned Batchelder wrote: On Wednesday, November 20, 2013 1:09:42 PM UTC-5, Mark Lawrence wrote: On 20/11/2013 17:51, Ned Batchelder wrote: On Wednesday, November 20, 2013 12:37:31 PM UTC-5, Mark Lawrence wrote: On 20/11/2013 17:12, Ned Batchelder wrote: On Wednesday

Re: Python Beginner

2013-11-20 Thread Mark Lawrence
t has yet to be invented. Christian Tismer Mark Lawrence -- https://mail.python.org/mailman/listinfo/python-list

Re: Setting longer default decimal precision

2013-11-20 Thread Mark Lawrence
the "Unofficial" at the top of the page, I've been using stuff from there for years and never, ever had a problem. -- Python is the second best programming language in the world. But the best has yet to be invented. Christian Tismer Mark Lawrence -- https://mail.python.org/mailman/listinfo/python-list

Re: Python Beginner

2013-11-20 Thread Mark Lawrence
On 20/11/2013 19:33, ngangsia akumbo wrote: On Wednesday, November 20, 2013 8:21:44 PM UTC+1, Mark Lawrence wrote: On 20/11/2013 19:04, ngangsia akumbo wrote: Yes a lot, i come from a third world country. It will be a big opportunity for me and my community to study and being able to

Re: Traceback when using multiprocessing, less than helpful?

2013-11-22 Thread Mark Lawrence
/11/2013. -- Python is the second best programming language in the world. But the best has yet to be invented. Christian Tismer Mark Lawrence -- https://mail.python.org/mailman/listinfo/python-list

Re: Help me to print to screen as well as log

2013-11-22 Thread Mark Lawrence
gfile.write("hello\n") # :) -- Python is the second best programming language in the world. But the best has yet to be invented. Christian Tismer Mark Lawrence -- https://mail.python.org/mailman/listinfo/python-list

Re: Got a Doubt ! Wanting for your Help ! Plz make it ASAP !

2013-11-23 Thread Mark Lawrence
On 23/11/2013 02:18, Steven D'Aprano wrote: In other words, in UK/US English, UK English? Clearly you've never been to Newcastle upon Tyne or Glasgow :) -- Python is the second best programming language in the world. But the best has yet to be invented. Christian Tismer Mar

Re: Question about import hooks

2013-11-23 Thread Mark Lawrence
It has been implemented in Python 3.4 beta. -- Python is the second best programming language in the world. But the best has yet to be invented. Christian Tismer Mark Lawrence -- https://mail.python.org/mailman/listinfo/python-list

Re: Importing by file name

2013-11-24 Thread Mark Lawrence
s yet to be invented. Christian Tismer Mark Lawrence -- https://mail.python.org/mailman/listinfo/python-list

Re: python for everyday tasks

2013-11-25 Thread Mark Lawrence
is not by chance. jmf Yet more double spaced crap. -- Python is the second best programming language in the world. But the best has yet to be invented. Christian Tismer Mark Lawrence -- https://mail.python.org/mailman/listinfo/python-list

Re: Getting the Appdata Directory with Python and PEP?

2013-11-25 Thread Mark Lawrence
Python Enhancement Proposal, please see http://www.python.org/dev/peps/ PEP8 is the style guide for Python code. -- Python is the second best programming language in the world. But the best has yet to be invented. Christian Tismer Mark Lawrence -- https://mail.python.org/mailman/listinfo/python-list

Re: Getting the Appdata Directory with Python and PEP?

2013-11-26 Thread Mark Lawrence
7;s harvests? The only way to get the markets back up, and with it my pension funds, is to invest very heavily in a tool that somehow prevents this surplus. Would you be kind enough to get one? -- Python is the second best programming language in the world. But the best has yet to be invented

Re: Cracking hashes with Python

2013-11-26 Thread Mark Lawrence
nts. You also use raw_input on one line and input on the next, not a good idea. I haven't looked for anything else. -- Python is the second best programming language in the world. But the best has yet to be invented. Christian Tismer Mark Lawrence -- https://mail.python.org/mailman/listinfo/python-list

Re: Completely and utterly Off Topic [was Re: Got a Doubt ! Wanting for your Help ! Plz make it ASAP !]

2013-11-27 Thread Mark Lawrence
o the need to rush home in order to use the toilet, water closet or whatever your dialect uses. Apparently in some parts of the world a guy called John is constantly being urinated and defecated on, I'll admit to feeling really sorry for him. -- Python is the second best programming language in the world. But the best has yet to be invented. Christian Tismer Mark Lawrence -- https://mail.python.org/mailman/listinfo/python-list

Re: Got a Doubt ! Wanting for your Help ! Plz make it ASAP !

2013-11-27 Thread Mark Lawrence
. You're in cloud cuckoo land. And it's English, thank you very much. -- Python is the second best programming language in the world. But the best has yet to be invented. Christian Tismer Mark Lawrence -- https://mail.python.org/mailman/listinfo/python-list

Re: Use of logging module to track TODOs

2013-11-27 Thread Mark Lawrence
ge in the world. But the best has yet to be invented. Christian Tismer Mark Lawrence -- https://mail.python.org/mailman/listinfo/python-list

Re: Access database - GUI - Python - I need architectural advice

2013-11-27 Thread Mark Lawrence
econd best programming language in the world. But the best has yet to be invented. Christian Tismer Mark Lawrence -- https://mail.python.org/mailman/listinfo/python-list

Re: Managing Google Groups headaches

2013-11-29 Thread Mark Lawrence
meone who could screw that up. So I'll stick with Thunderbird and gmane, reading some 40-ish Python lists and blogs. Well, I think they're blogs :) -- Python is the second best programming language in the world. But the best has yet to be invented. Christian Tismer Mar

Re: Managing Google Groups headaches

2013-11-29 Thread Mark Lawrence
hristian Tismer Mark Lawrence -- https://mail.python.org/mailman/listinfo/python-list

Re: how to implement a queue-like container with sort function

2013-11-29 Thread Mark Lawrence
in the world. But the best has yet to be invented. Christian Tismer Mark Lawrence -- https://mail.python.org/mailman/listinfo/python-list

Re: strip away html tags from extracted links

2013-11-29 Thread Mark Lawrence
and action this, https://wiki.python.org/moin/GoogleGroupsPython, thanks. -- Python is the second best programming language in the world. But the best has yet to be invented. Christian Tismer Mark Lawrence -- https://mail.python.org/mailman/listinfo/python-list

Re: Need help with programming in python for class (beginner level)

2013-11-29 Thread Mark Lawrence
print "The total rolled was: " + str(number) + " " Wrong again, or at least overengineered. print "The total rolled was:", number, " You don't even need the spaces as print kindly does it for you :) -- Python is the second best programming language

Re: Python Unicode handling wins again -- mostly

2013-11-29 Thread Mark Lawrence
2 unicode implementation restored at the earliest possible opportunity :) [1]because I say so although I don't actually have any evidence to support my case. :) :) -- Python is the second best programming language in the world. But the best has yet to be invented. Christian Tismer Mar

Re: Need help with programming in python for class (beginner level)

2013-11-29 Thread Mark Lawrence
On 30/11/2013 01:06, Tim Chase wrote: On 2013-11-30 00:59, Mark Lawrence wrote: Wrong again, or at least overengineered. print "The total rolled was:", number, " ^ You don't even need the spaces as print kindly does it for yo

Re: Python Unicode handling wins again -- mostly

2013-11-30 Thread Mark Lawrence
) to be True. http://bugs.python.org/issue19819 talks about these beasties. Please don't come back to me as I haven't got a clue!!! -- Python is the second best programming language in the world. But the best has yet to be invented. Christian Tismer Mark Lawrence -- https://mail.python.org/mailman/listinfo/python-list

Re: Change a file type in Python?

2013-12-01 Thread Mark Lawrence
yet to be invented. Christian Tismer Mark Lawrence -- https://mail.python.org/mailman/listinfo/python-list

Re: Python Unicode handling wins again -- mostly

2013-12-01 Thread Mark Lawrence
n is the second best programming language in the world. But the best has yet to be invented. Christian Tismer Mark Lawrence -- https://mail.python.org/mailman/listinfo/python-list

Re: Python Unicode handling wins again -- mostly

2013-12-01 Thread Mark Lawrence
On 01/12/2013 22:29, Tim Delaney wrote: On 2 December 2013 09:06, Mark Lawrence mailto:breamore...@yahoo.co.uk>> wrote: I don't remember him ever having a valid point, so FTR can we have a reference please. I do remember Steven D'Aprano showing that there was a re

Re: Python Unicode handling wins again -- mostly

2013-12-01 Thread Mark Lawrence
On 01/12/2013 22:50, Ethan Furman wrote: On 12/01/2013 02:06 PM, Mark Lawrence wrote: I don't remember him [jmf] ever having a valid point, so FTR can we have a reference please. I do remember Steven D'Aprano showing that there was a regression which I flagged up here http://bugs.

Re: Extending the 'function' built-in class

2013-12-01 Thread Mark Janssen
> Hi, I can't figure out how I can extend the 'function' built-in class. I > tried: > class test(function): > def test(self): > print("test") > but I get an error. Is it possible ? It has to do with differing models of computation, and python isn't designed for this. Perhaps you're s

Re: Python Unicode handling wins again -- mostly

2013-12-02 Thread Mark Lawrence
google groups. 2) You can't speak about the FSR as you know precisely nothing about it, but as they say, ignorance is bliss. -- Python is the second best programming language in the world. But the best has yet to be invented. Christian Tismer Mark Lawrence -- https://mail.python.org/ma

Re: Python Unicode handling wins again -- mostly

2013-12-02 Thread Mark Lawrence
On 02/12/2013 15:22, Ned Batchelder wrote: On 12/2/13 9:46 AM, Mark Lawrence wrote: On 02/12/2013 12:39, wxjmfa...@gmail.com wrote: My English is far too be perfect, I think I understood it correctly. PS I did not even speak about the FSR. 1) Your English is far from perfect as you

Re: Managing Google Groups headaches

2013-12-02 Thread Mark Lawrence
ld… And now you guys have crashed me back to planet-earth-2013 !MEAN! ¿As this is an international group why not ¡MEAN!? :) Quickly runs off to hide... -- Python is the second best programming language in the world. But the best has yet to be invented. Christian Tismer Mark Lawrence -- htt

Re: Managing Google Groups headaches

2013-12-02 Thread Mark Lawrence
On 02/12/2013 17:54, Chris Angelico wrote: On Tue, Dec 3, 2013 at 4:48 AM, Mark Lawrence wrote: ¿As this is an international group why not ¡MEAN!? :) ¿Does punctuation nest to any level when you ask, ¿Shouldn't it be ¡MEAN!?? ChrisA Yes. -- Python is the second best programming lan

Re: Python Unicode handling wins again -- mostly

2013-12-02 Thread Mark Lawrence
On 02/12/2013 20:26, Terry Reedy wrote: On 12/2/2013 10:45 AM, Mark Lawrence wrote: the worst loser in the world Mark, I consider your continual direct personal attacks on other posters to be a violation of the PSF Code of Conduct, which *does* apply to python-list. Please stop. The

Re: Code of Conduct, Trolls, and Thankless Jobs [was Re: Python Unicode handling wins again -- mostly]

2013-12-02 Thread Mark Lawrence
On 02/12/2013 21:25, Ethan Furman wrote: On 12/02/2013 12:45 PM, Mark Lawrence wrote: On 02/12/2013 20:26, Terry Reedy wrote: On 12/2/2013 10:45 AM, Mark Lawrence wrote: the worst loser in the world Mark, I consider your continual direct personal attacks on other posters to be a violation

Re: Python Unicode handling wins again -- mostly

2013-12-02 Thread Mark Lawrence
On 02/12/2013 22:24, Ned Batchelder wrote: On 12/2/13 4:44 PM, Ned Batchelder wrote: On 12/2/13 3:45 PM, Mark Lawrence wrote: On 02/12/2013 20:26, Terry Reedy wrote: On 12/2/2013 10:45 AM, Mark Lawrence wrote: the worst loser in the world Mark, I consider your continual direct personal

Re: [OT] Managing Google Groups headaches

2013-12-03 Thread Mark Lawrence
On 03/12/2013 01:17, Michael Torrie wrote: And the list goes on. The love of money... -- My fellow Pythonistas, ask not what our language can do for you, ask what you can do for our language. Mark Lawrence -- https://mail.python.org/mailman/listinfo/python-list

Re: Code of Conduct, Trolls, and Thankless Jobs [was Re: Python Unicode handling wins again -- mostly]

2013-12-03 Thread Mark Lawrence
that I'm not the only one who suffers in this way :) -- My fellow Pythonistas, ask not what our language can do for you, ask what you can do for our language. Mark Lawrence -- https://mail.python.org/mailman/listinfo/python-list

Re: Code of Conduct, Trolls, and Thankless Jobs [was Re: Python Unicode handling wins again -- mostly]

2013-12-03 Thread Mark Lawrence
On 03/12/2013 01:38, Roy Smith wrote: In article , Mark Lawrence wrote: My fellow Pythonistas, ask not what our language can do for you, ask what you can do for our language. "I believe that Pythonistas should commit themselves to achieving the goal, before this decade is out, of m

Python for microcontrollers

2013-12-03 Thread Mark Lawrence
I thought this might be of interest Http://www.kickstarter.com/projects/214379695/micro-python-python-for-microcontrollers -- My fellow Pythonistas, ask not what our language can do for you, ask what you can do for our language. Mark Lawrence -- https://mail.python.org/mailman/listinfo

[OT]Does the BDFL play golf?

2013-12-03 Thread Mark Lawrence
Saw this on a UK Python mailing list and couldn't resist http://thesandtrap.com/products/snake-eyes-python-xld-iron-head -- My fellow Pythonistas, ask not what our language can do for you, ask what you can do for our language. Mark Lawrence -- https://mail.python.org/mailman/listinfo/p

Re: The input and output is as wanted, but why error?

2013-12-03 Thread Mark Lawrence
, ask what you can do for our language. Mark Lawrence -- https://mail.python.org/mailman/listinfo/python-list

Re: Python Unicode handling wins again -- mostly

2013-12-04 Thread Mark Lawrence
s messages being sent across the ether with superfluous, extremely irritating double spacing? Or is that down to poor tools in combination with the ignorance of their users? -- My fellow Pythonistas, ask not what our language can do for you, ask what you can do for our language. Mark Lawrence

Re: [OT] Managing Google Groups headaches

2013-12-04 Thread Mark Lawrence
sk not what our language can do for you, ask what you can do for our language. Mark Lawrence -- https://mail.python.org/mailman/listinfo/python-list

Re: Input without line break, is it possible?

2013-12-04 Thread Mark Lawrence
r our language. Mark Lawrence -- https://mail.python.org/mailman/listinfo/python-list

Re: Managing Google Groups headaches

2013-12-04 Thread Mark Lawrence
ng systems from raincoats, and others editing code with a domestic household cleaner, what next, I ask myself? -- My fellow Pythonistas, ask not what our language can do for you, ask what you can do for our language. Mark Lawrence -- https://mail.python.org/mailman/listinfo/python-list

Re: status of regex modules

2013-12-04 Thread Mark Lawrence
On 24/10/2013 22:47, Mark Lawrence wrote: The new module is now five years old. PEP 429 Python 3.4 release schedule has it listed under "Other proposed large-scale changes" but I don't believe this is actually happening. Lots of issues on the bug tracker have been closed as f

Re: Input without line break, is it possible?

2013-12-04 Thread Mark Lawrence
On 04/12/2013 16:14, Chris Angelico wrote: On Thu, Dec 5, 2013 at 3:04 AM, Mark Lawrence wrote: On 04/12/2013 15:38, geezl...@gmail.com wrote: The source code: for i in range(8): n = input() Yes you can get them on a single line, see the response from Tim Chase. But just to be

Re: Managing Google Groups headaches

2013-12-04 Thread Mark Lawrence
On 04/12/2013 16:21, Ned Batchelder wrote: On 12/4/13 11:07 AM, Mark Lawrence wrote: On 04/12/2013 15:50, Grant Edwards wrote: On 2013-12-04, Cameron Simpson wrote: On 30Nov2013 14:25, pec...@pascolo.net wrote: Dennis Lee Bieber writes: [NNTP] clients provide full-fledged editors

Re: Input without line break, is it possible?

2013-12-04 Thread Mark Lawrence
x27;s it lad, you're in detention for one hour. You will write repeatedly "I should be selling Python 3 instead of Python 2" :) -- My fellow Pythonistas, ask not what our language can do for you, ask what you can do for our language. Mark Lawrence -- https://mail.python.

Re: Why is there no natural syntax for accessing attributes with names not being valid identifiers?

2013-12-04 Thread Mark Lawrence
e for Python 3.4 of course, but no problem for 3.5. -- My fellow Pythonistas, ask not what our language can do for you, ask what you can do for our language. Mark Lawrence -- https://mail.python.org/mailman/listinfo/python-list

Re: Why is there no natural syntax for accessing attributes with names not being valid identifiers?

2013-12-04 Thread Mark Lawrence
ot; it's "There should be one-- and preferably only one --obvious way to do it.". Get it right lad :) -- My fellow Pythonistas, ask not what our language can do for you, ask what you can do for our language. Mark Lawrence -- https://mail.python.org/mailman/listinfo/python-list

Re: Packaging a proprietary Python library for multiple OSs

2013-12-05 Thread Mark Lawrence
irtualenv as I don't use it, but there's likely to be an alternative source of knowledge on it. ChrisA gmane.comp.python.virtualenv -- My fellow Pythonistas, ask not what our language can do for you, ask what you can do for our language. Mark Lawrence -- https://mail.python.org/mailman/listinfo/python-list

Re: Packaging a proprietary Python library for multiple OSs

2013-12-05 Thread Mark Lawrence
llow Pythonistas, ask not what our language can do for you, ask what you can do for our language. Mark Lawrence -- https://mail.python.org/mailman/listinfo/python-list

Re: status of regex modules

2013-12-05 Thread Mark Lawrence
On 05/12/2013 04:37, Terry Reedy wrote: On 12/4/2013 11:21 AM, Mark Lawrence wrote: On 24/10/2013 22:47, Mark Lawrence wrote: The new module is now five years old. PEP 429 Python 3.4 release schedule has it listed under "Other proposed large-scale changes" but I don't believe t

Re: using ffmpeg command line with python's subprocess module

2013-12-06 Thread Mark Lawrence
. I do remain your most obedient servant. -- My fellow Pythonistas, ask not what our language can do for you, ask what you can do for our language. Mark Lawrence -- https://mail.python.org/mailman/listinfo/python-list

Re: using ffmpeg command line with python's subprocess module

2013-12-06 Thread Mark Lawrence
On 06/12/2013 14:52, iMath wrote: 在 2013年12月6日星期五UTC+8下午5时23分59秒,Mark Lawrence写道: On 06/12/2013 06:23, iMath wrote: Dearest iMath, wouldst thou be kind enough to partake of obtaining some type of email client that dost not sendeth double spaced data into this most illustrious of mailing

Re: using ffmpeg command line with python's subprocess module

2013-12-06 Thread Mark Lawrence
On 06/12/2013 15:34, Steven D'Aprano wrote: (if I remember correctly) I think Mark also sometimes posts a link to managing Google Groups. You do, and here it is https://wiki.python.org/moin/GoogleGroupsPython -- My fellow Pythonistas, ask not what our language can do for you, ask wha

Re: using ffmpeg command line with python's subprocess module

2013-12-06 Thread Mark Lawrence
On 06/12/2013 16:19, rusi wrote: On Friday, December 6, 2013 9:23:47 PM UTC+5:30, Mark Lawrence wrote: On 06/12/2013 15:34, Steven D'Aprano wrote: (if I remember correctly) I think Mark also sometimes posts a link to managing Google Groups. You do, and here it is

Re: squeeze out some performance

2013-12-06 Thread Mark Lawrence
ach also sound good. But it's way above my math/geometry knowledge. Thanks for your input! -- My fellow Pythonistas, ask not what our language can do for you, ask what you can do for our language. Mark Lawrence -- https://mail.python.org/mailman/listinfo/python-list

interactive help on the base object

2013-12-06 Thread Mark Lawrence
fellow Pythonistas, ask not what our language can do for you, ask what you can do for our language. Mark Lawrence -- https://mail.python.org/mailman/listinfo/python-list

Python 2.8 release schedule

2013-12-06 Thread Mark Lawrence
My apologies if you've seen this before but here is the official schedule http://www.python.org/dev/peps/pep-0404/ -- My fellow Pythonistas, ask not what our language can do for you, ask what you can do for our language. Mark Lawrence -- https://mail.python.org/mailman/listinfo/python-list

Re: squeeze out some performance

2013-12-06 Thread Mark Lawrence
cting duplicated code here http://clonedigger.sourceforge.net/ for anyone who's interested. -- My fellow Pythonistas, ask not what our language can do for you, ask what you can do for our language. Mark Lawrence -- https://mail.python.org/mailman/listinfo/python-list

Re: Python 2.8 release schedule

2013-12-06 Thread Mark Lawrence
On 07/12/2013 01:39, Terry Reedy wrote: On 12/6/2013 4:26 PM, Mark Lawrence wrote: My apologies if you've seen this before but here is the official schedule http://www.python.org/dev/peps/pep-0404/ The PEP number is not an accident ;-). Sorry but I don't get it :) -- My fellow P

Re: Python 2.8 release schedule

2013-12-06 Thread Mark Lawrence
On 07/12/2013 01:54, Chris Angelico wrote: On Sat, Dec 7, 2013 at 12:48 PM, Mark Lawrence wrote: On 07/12/2013 01:39, Terry Reedy wrote: On 12/6/2013 4:26 PM, Mark Lawrence wrote: My apologies if you've seen this before but here is the official schedule http://www.python.org/dev/pep

Re: One liners

2013-12-07 Thread Mark Lawrence
uage can do for you, ask what you can do for our language. Mark Lawrence -- https://mail.python.org/mailman/listinfo/python-list

Re: Is It Bug?

2013-12-07 Thread Mark Lawrence
x27;\\' with '\'. So, the result will be 'Hello, \World'. But it's give me 'Hello, World'. The result I want form the code is 'Hello, \World'. -- My fellow Pythonistas, ask not what our language can do for you, ask what you can do for our language. Mark Lawrence -- https://mail.python.org/mailman/listinfo/python-list

Re: interactive help on the base object

2013-12-07 Thread Mark Janssen
>>> Is it just me, or is this basically useless? >>> >>> class object >>> | The most *base* type >> [[Terry Reedy:]] > How about something like. > The default top *superclass* for all Python classes. How 'bout you foos just admit that you didn't realize you've been confused this whole time? (It

Re: python programming help

2013-12-08 Thread Mark Lawrence
orm of a function called people and 2. how this code takes in an age and returns the names? I'm awfully sorry but I'm not doing your homework for you :) -- My fellow Pythonistas, ask not what our language can do for you, ask what you can do for our language. Mark Lawrence -- ht

Re: Eliminate "extra" variable

2013-12-08 Thread Mark Lawrence
language. Mark Lawrence -- https://mail.python.org/mailman/listinfo/python-list

Re: python programming help

2013-12-08 Thread Mark Lawrence
thonistas, ask not what our language can do for you, ask what you can do for our language. Mark Lawrence -- https://mail.python.org/mailman/listinfo/python-list

Re: Eliminate "extra" variable

2013-12-08 Thread Mark Lawrence
On 08/12/2013 19:23, Tim Chase wrote: On 2013-12-08 19:10, Mark Lawrence wrote: On 08/12/2013 18:58, Tim Chase wrote: On 2013-12-07 23:14, Igor Korot wrote: [big snip] Whenever I need date manipulations I always reach out to this http://labix.org/python-dateutil But based on the OP&#

Re: interactive help on the base object

2013-12-08 Thread Mark Janssen
On Sun, Dec 8, 2013 at 2:33 AM, Steven D'Aprano wrote: > On Sat, 07 Dec 2013 20:21:06 -0800, Mark Janssen wrote: > >>>>> Is it just me, or is this basically useless? >>>>> >>>>> class object >>>>> | The most *base* type >

Re: interactive help on the base object

2013-12-08 Thread Mark Lawrence
On 07/12/2013 01:35, Terry Reedy wrote: On 12/6/2013 12:03 PM, Mark Lawrence wrote: Is it just me, or is this basically useless? >>> help(object) Help on class object in module builtins: class object | The most base type Given that this can be interpreted as 'least desira

Re: python programming help

2013-12-08 Thread Mark Lawrence
enced above to avoid sending double spaced crap here from the inferior google groups product or B) use an alternative technology that doesn't send double spaced crap. -- My fellow Pythonistas, ask not what our language can do for you, ask what you can do for our language. Mark Lawrence -- https://mail.python.org/mailman/listinfo/python-list

Re: interactive help on the base object

2013-12-08 Thread Mark Janssen
>>> help(object) Help on class object in module builtins: class object | The most base type > >>> '''The default top superclass for all Python classes. >>> Its methods are inherited by all classes unless overriden. >>> ''' > > """ The root class for all Python classes.

Re: interactive help on the base object

2013-12-08 Thread Mark Lawrence
On 09/12/2013 01:09, Mark Janssen wrote: >>> help(object) Help on class object in module builtins: class object | The most base type '''The default top superclass for all Python classes. Its methods are inherited by all classes unless overriden. ''&#x

Re: interactive help on the base object

2013-12-08 Thread Mark Lawrence
On 09/12/2013 00:45, Denis McMahon wrote: On Sun, 08 Dec 2013 23:48:57 +, Mark Lawrence wrote: >>> help(object) Help on class object in module builtins: class object | The most base type '''The default top superclass for all Python classes. Its meth

Re: interactive help on the base object

2013-12-08 Thread Mark Janssen
>> What methods, if any does it provide? Are they all abstract? etc??? > > Pretty much nothing useful :-) > > py> dir(object) > [...] > So (prodding the student), Why does everything inherit from Object if it provides no functionality? Practicality-beats-purity-yours? -- MarkJ Tacoma, Washingt

Re: interactive help on the base object

2013-12-08 Thread Mark Janssen
On Sun, Dec 8, 2013 at 6:44 PM, Chris Angelico wrote: > On Mon, Dec 9, 2013 at 10:01 AM, Mark Janssen > wrote: >> (Note bene: as a comparison, C++ is very UNAMBIGUOUS about >> this fact -- all objects inherit from concrete machine types, which is >> why it remains import

Re: python programming help

2013-12-09 Thread Mark Lawrence
On 09/12/2013 05:07, ru...@yahoo.com wrote: On 12/08/2013 05:27 PM, Mark Lawrence wrote: On 09/12/2013 00:08, ru...@yahoo.com wrote: On 12/08/2013 12:17 PM, Chris Angelico wrote: On Mon, Dec 9, 2013 at 6:06 AM, wrote:>[...] [...] To the OP, please ignore the above, it'

<    8   9   10   11   12   13   14   15   16   17   >