Re: Article on the future of Python

2012-09-26 Thread Steven D'Aprano
On Wed, 26 Sep 2012 09:30:19 -0400, Kevin Walzer wrote: > On 9/25/12 11:35 AM, Steven D'Aprano wrote: >> IronPython in C#. Jython is written in Java. CLPython is written in >> Lisp. Berp and HoPe are written in Haskell. Nuitka is written in C++. >> Skulpt is written in Javascript. Vyper is written

Re: FirePlus

2012-09-26 Thread Dave Angel
On 09/26/2012 08:31 PM, alex23 wrote: > On Sep 27, 5:19 am, php...@gmail.com wrote: >> http://bin.x.yyy/p.zip >> >> by WatchMan > Context? Description? Virus propagation? Why would you propagate that link? When I saw the original, I just deleted it immediately from the local folder.

Re: Article on the future of Python

2012-09-26 Thread Steven D'Aprano
On Wed, 26 Sep 2012 10:01:11 +0100, Mark Lawrence wrote: > You remind me of the opening to the song Plaistow Patricia by Ian Dury > and the Blockheads. While I always appreciate a good reference to Ian Dury, please stop feeding D.H.'s ego by responding to his taunts. -- Steven -- http://mail

Re: One of my joomla webpages has been hacked. Please help.

2012-09-26 Thread Wayne Werner
On Sat, 22 Sep 2012, Νίκος Γκρεεκ wrote: Okey i'll ask this to the officila joomla forum, one last thing though. Is there a way to somehow embed(or utilize) python code, for example my python counter code script you have seen last week inside my Joomla/WordPress cms sites? For example: http

Re: One of my joomla webpages has been hacked. Please help.

2012-09-26 Thread Wayne Werner
On Sun, 23 Sep 2012, Dwight Hutto wrote: We're the borg. Oh, so you *are* a robot. That does explain your posts ;) -- http://mail.python.org/mailman/listinfo/python-list

Re: Article on the future of Python

2012-09-26 Thread Mark Lawrence
On 27/09/2012 01:40, Steven D'Aprano wrote: On Wed, 26 Sep 2012 10:01:11 +0100, Mark Lawrence wrote: You remind me of the opening to the song Plaistow Patricia by Ian Dury and the Blockheads. While I always appreciate a good reference to Ian Dury, please stop feeding D.H.'s ego by responding

Re: FirePlus

2012-09-26 Thread alex23
On Sep 27, 10:52 am, Dave Angel wrote: > Why would you propagate that link?  When I saw the original, I just > deleted it immediately from the local folder. It's sometimes difficult to tell the difference between malicious and incompetent. My apologies, though, I should've realised that others ar

Re: Who's laughing at my responses, and who's not?

2012-09-26 Thread Wayne Werner
On Tue, 25 Sep 2012, Dwight Hutto wrote: It sounds pretentious, but over the past several days, I've been slammed on every post almost. All because of an argument over me not posting a little context in a conversation, that seemed short and chatty. Your being slammed has nothing to do with you

Re: One of my joomla webpages has been hacked. Please help.

2012-09-26 Thread Emile van Sebille
On 9/26/2012 6:06 PM Wayne Werner said... On Sun, 23 Sep 2012, Dwight Hutto wrote: We're the borg. Oh, so you *are* a robot. That does explain your posts ;) Damn. Now I'll forever more hear Stephen Hawkin's voice as I read the repeated contexts. Maybe that'll help. EMile -- http://m

Re: Article on the future of Python

2012-09-26 Thread alex23
On Sep 27, 6:27 am, Terry Reedy wrote: > On 9/26/2012 4:45 AM, Dwight Hutto wrote: > > my ego > Uh, Dwight, he was not talking to you. The irony, it is so rich :) -- http://mail.python.org/mailman/listinfo/python-list

Re: Article on the future of Python

2012-09-26 Thread Walter Hurry
On Wed, 26 Sep 2012 17:14:44 -0700, alex23 wrote: > On Sep 26, 10:17 pm, wxjmfa...@gmail.com wrote: >> Notice, I'm not a Unicode illiterate > > Any chance you could work on your usenet literacy and fix your double > posts? I have a better idea: Consign him to the same bin as Dwight Hutto and Di

Re: One of my joomla webpages has been hacked. Please help.

2012-09-26 Thread MRAB
On 2012-09-27 02:06, Wayne Werner wrote: On Sun, 23 Sep 2012, Dwight Hutto wrote: We're the borg. Oh, so you *are* a robot. That does explain your posts ;) The Borg are cyborgs, not robots. -- http://mail.python.org/mailman/listinfo/python-list

Re: Python 3.3 and .pyo files

2012-09-26 Thread Steven D'Aprano
On Fri, 21 Sep 2012 11:10:07 +0200, Marco wrote: > I was trying to import a pyo module in Python 3.3, but Python does not > find it: [...] Marco, this bug is apparently now fixed: http://bugs.python.org/issue16046 Please download the latest version of Python 3.3 and try again. (Folks, this is

Re: Stop feeding the trolls

2012-09-26 Thread Ben Finney
alex23 writes: > On Sep 26, 5:06 pm, Dwight Hutto wrote: > > You can "Plonk" my dick bitches. > > You do understand that when you have so many people react badly to how > you phrase things, that the problem most likely lies with you and not > them? That the only person who actually reacts favour

Re: Article on the future of Python

2012-09-26 Thread Chris Angelico
On Thu, Sep 27, 2012 at 10:44 AM, Steven D'Aprano wrote: > PyPy is, well, PyPy is amazing, if you have the hardware to run it. It is > an optimizing Python JIT compiler, and it can consistently demonstrate > speeds of about 10 times the speed of CPython, which puts it in the same > ballpark as nat

Re: Article on the future of Python

2012-09-26 Thread Steven D'Aprano
On Thu, 27 Sep 2012 15:37:35 +1000, Chris Angelico wrote: > On Thu, Sep 27, 2012 at 10:44 AM, Steven D'Aprano > wrote: >> While PyPy is still a work in progress, and is not anywhere near as >> mature as (say) gcc or clang, it should be considered production-ready. > > That's all very well, but

Re: Article on the future of Python

2012-09-26 Thread Chris Angelico
On Thu, Sep 27, 2012 at 4:01 PM, Steven D'Aprano wrote: > On Thu, 27 Sep 2012 15:37:35 +1000, Chris Angelico wrote: >> Assuming it manages to catch up with Py3, which a decade makes entirely >> possible, this I can well believe. And while we're sounding all hopeful, >> maybe Python will be on popu

#python archives?

2012-09-26 Thread Steven D'Aprano
My google-foo is failing me. Is the #python chatroom on freenode archived anywhere on the web? -- Steven -- http://mail.python.org/mailman/listinfo/python-list

Re: Article on the future of Python

2012-09-26 Thread Steven D'Aprano
On Tue, 25 Sep 2012 09:15:00 +0100, Mark Lawrence wrote: > Hi all, > > I though this might be of interest. > > http://www.ironfroggy.com/software/i-am-worried-about-the-future-of- python And a response: http://data.geek.nz/python-is-doing-just-fine -- Steven -- http://mail.python.org/mai

Re: Does os.getcwd() and os.curdir have the same effect ?

2012-09-26 Thread iMath
On Sunday, September 9, 2012 9:39:28 PM UTC+8, Thomas Jollans wrote: > On 09/09/2012 03:22 PM, iMath wrote: > Does os.getcwd() and os.curdir have > the same effect ? > Python 3.2.3 (default, May 3 2012, 15:51:42) [GCC 4.6.3] > on linux2 Type "help", "copyright", "credits" or "license" for more >

Re: python application file format

2012-09-26 Thread Dieter Maurer
Benjamin Jessup writes: > ... > What do people recommend for a file format for a python desktop > application? Data is complex with 100s/1000s of class instances, which > reference each other. > > ... > Use cPickle with a module/class whitelist? (Can't easily port, not > entirely safe, compact en

<    1   2