Home » Coding » Python » Top Programming Languages of 2013
Top Programming Languages of 2013 [message #15606] Sun, 07 October 2007 02:05 Go to next message
Dick Moores  is currently offline Dick Moores
Messages: 20
Registered: August 2007
Junior Member
<http://www.redcanary.ca/view/top-programming>

Dick Moores
Re: Top Programming Languages of 2013 [message #15717 is a reply to message #15606 ] Sun, 07 October 2007 11:49 Go to previous messageGo to next message
Kay Schluehr  is currently offline Kay Schluehr
Messages: 35
Registered: August 2007
Member
On Oct 7, 8:05 am, Dick Moores <r...@rcblue.com> wrote:
> <http://www.redcanary.ca/view/top-programming>
>
> Dick Moores

Despite my doubts that Ajax and .NET will be programming languages in
2013 a more interesting question is: what could push Python forward
s.t. it eats such a large piece of the PL cake?
Re: Top Programming Languages of 2013 [message #15723 is a reply to message #15717 ] Sun, 07 October 2007 11:54 Go to previous messageGo to next message
Wildemar Wildenburger  is currently offline Wildemar Wildenburger
Messages: 73
Registered: August 2007
Member
Kay Schluehr wrote:
> On Oct 7, 8:05 am, Dick Moores <r...@rcblue.com> wrote:
>> <http://www.redcanary.ca/view/top-programming>
>>
>> Dick Moores
>
> Despite my doubts that Ajax and .NET will be programming languages in
> 2013 a more interesting question is: what could push Python forward
> s.t. it eats such a large piece of the PL cake?
>
import friends
import sex

try:
sex.have()
except ErrectionError, PrematureError:
pass
finally:
sex.brag(friends)
Re: Top Programming Languages of 2013 [message #15731 is a reply to message #15723 ] Sun, 07 October 2007 12:00 Go to previous messageGo to next message
chris.monsanto  is currently offline chris.monsanto
Messages: 13
Registered: September 2007
Junior Member
On Oct 7, 11:54 am, Wildemar Wildenburger
<lasses_w...@klapptsowieso.net> wrote:
> Kay Schluehr wrote:
> > On Oct 7, 8:05 am, Dick Moores <r...@rcblue.com> wrote:
> >> <http://www.redcanary.ca/view/top-programming>
>
> >> Dick Moores
>
> > Despite my doubts that Ajax and .NET will be programming languages in
> > 2013 a more interesting question is: what could push Python forward
> > s.t. it eats such a large piece of the PL cake?
>
> import friends
> import sex
>
> try:
> sex.have()
> except ErrectionError, PrematureError:
> pass
> finally:
> sex.brag(friends)

Traceback (most recent call last):
File "<stdin>", line 1, in <module>
KeyError: 'woman'
Re: Top Programming Languages of 2013 [message #15737 is a reply to message #15731 ] Sun, 07 October 2007 12:04 Go to previous messageGo to next message
mensanator  is currently offline mensanator
Messages: 36
Registered: August 2007
Member
On Oct 7, 11:00?am, chris.monsa...@gmail.com wrote:
> On Oct 7, 11:54 am, Wildemar Wildenburger
>
>
>
>
>
> <lasses_w...@klapptsowieso.net> wrote:
> > Kay Schluehr wrote:
> > > On Oct 7, 8:05 am, Dick Moores <r...@rcblue.com> wrote:
> > >> <http://www.redcanary.ca/view/top-programming>
>
> > >> Dick Moores
>
> > > Despite my doubts that Ajax and .NET will be programming languages in
> > > 2013 a more interesting question is: what could push Python forward
> > > s.t. it eats such a large piece of the PL cake?
>
> > import friends
> > import sex
>
> > try:
> > sex.have()
> > except ErrectionError, PrematureError:
> > pass
> > finally:
> > sex.brag(friends)
>
> Traceback (most recent call last):
> File "<stdin>", line 1, in <module>
> KeyError: 'woman'

Looks like 'men' then.
Re: Top Programming Languages of 2013 [message #15753 is a reply to message #15606 ] Sun, 07 October 2007 12:23 Go to previous messageGo to next message
Byung-Hee HWANG  is currently offline Byung-Hee HWANG
Messages: 5
Registered: September 2007
Junior Member
On Sun, 2007-10-07 at 17:54 +0200, Wildemar Wildenburger wrote:
> Kay Schluehr wrote:
> > On Oct 7, 8:05 am, Dick Moores <r...@rcblue.com> wrote:
> >> <http://www.redcanary.ca/view/top-programming>
> >>
> >> Dick Moores
> >
> > Despite my doubts that Ajax and .NET will be programming languages in
> > 2013 a more interesting question is: what could push Python forward
> > s.t. it eats such a large piece of the PL cake?
> >
> import friends
> import sex
>
> try:
> sex.have()
> except ErrectionError, PrematureError:
> pass
> finally:
> sex.brag(friends)

Good! But.........................
I think a kiss is elegant more than a sex.
What do you think of?

--
Byung-Hee HWANG <bh@izb.knu.ac.kr>

Schshschshchsch.
-- The Gorn, "Arena", stardate 3046.2
Re: Top Programming Languages of 2013 [message #15777 is a reply to message #15753 ] Sun, 07 October 2007 13:37 Go to previous messageGo to next message
Wildemar Wildenburger  is currently offline Wildemar Wildenburger
Messages: 73
Registered: August 2007
Member
Byung-Hee HWANG wrote:
> On Sun, 2007-10-07 at 17:54 +0200, Wildemar Wildenburger wrote:
>> import friends
>> import sex
>>
>> try:
>> sex.have()
>> except ErrectionError, PrematureError:
>> pass
>> finally:
>> sex.brag(friends)
>
> Good! But.........................
> I think a kiss is elegant more than a sex.
> What do you think of?
>

Elegant maybe, but for Python to stand out (he...), it needs something
above newbie-level.
Mind you that this is just a basic (and rather cheap) operation from the
standard libs of 2013. More pythonic alternatives (like sex.strangle.*)
will be provided as well.

/W
Re: Top Programming Languages of 2013 [message #17465 is a reply to message #15723 ] Mon, 08 October 2007 01:46 Go to previous message
Tim Roberts  is currently offline Tim Roberts
Messages: 11
Registered: August 2007
Junior Member
Wildemar Wildenburger <lasses_weil@klapptsowieso.net> wrote:
>
>import friends
>import sex
>
>try:
> sex.have()
>except ErrectionError, PrematureError:
> pass
>finally:
> sex.brag(friends)

Well, if "ErrectionError" ever becomes a real exception, I certainly get a
boatload of email every day from people offering to help me deal with it.
--
Tim Roberts, timr@probo.com
Providenza & Boekelheide, Inc.
Previous Topic:tinyp2p - trying to get it to work
Next Topic:Yet another comparison of Python Web Frameworks
Goto Forum:
  


Current Time: Fri May 16 02:24:19 EDT 2008

Total time taken to generate the page: 0.39339 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 2.7.7.
Copyright ©2001-2007 FUD Forum Bulletin Board Software