Author Topic: Python overtakes PHP  (Read 5763 times)

Dumah

  • Jackass IV
  • Posts: 960
  • Karma: +21/-6

ober

  • Ashton Shagger
  • Ass Wipe
  • Posts: 14310
  • Karma: +73/-790
  • mini-ober is taking over
    • Windy Hill Web Solutions
Re: Python overtakes PHP
« Reply #1 on: February 15, 2011, 09:19:33 AM »
Hm... wonder what's driving the change.  I would still use PHP over Python any day.

webwhy

  • Jackass IV
  • Posts: 608
  • Karma: +15/-10
Re: Python overtakes PHP
« Reply #2 on: February 15, 2011, 09:30:48 AM »
Hm... wonder what's driving the change.  I would still use PHP over Python any day.
Django maybe?

Mike

  • Jackass In Charge
  • Posts: 11257
  • Karma: +168/-32
  • Ex Asshole - a better and more caring person.
Re: Python overtakes PHP
« Reply #3 on: February 15, 2011, 10:02:26 AM »
Quote
The ratings are based on the number of skilled engineers world-wide, courses and third party vendors.
That doesn't seem like a good metric to me.  Doesn't take into account actual usage.

Dumah

  • Jackass IV
  • Posts: 960
  • Karma: +21/-6
Re: Python overtakes PHP
« Reply #4 on: February 15, 2011, 10:05:34 AM »
Hm... wonder what's driving the change.  I would still use PHP over Python any day.

More uses I guess. That's one of the reasons for me.

Mike

  • Jackass In Charge
  • Posts: 11257
  • Karma: +168/-32
  • Ex Asshole - a better and more caring person.
Re: Python overtakes PHP
« Reply #5 on: February 15, 2011, 10:06:50 AM »
Hm... wonder what's driving the change.  I would still use PHP over Python any day.

More uses I guess. That's one of the reasons for me.
I can (and do) use PHP for pretty much everything, including command line scripting.  Not sure what python can do that PHP can't.

Dumah

  • Jackass IV
  • Posts: 960
  • Karma: +21/-6
Re: Python overtakes PHP
« Reply #6 on: February 15, 2011, 10:12:53 AM »
Hm... wonder what's driving the change.  I would still use PHP over Python any day.

More uses I guess. That's one of the reasons for me.
I can (and do) use PHP for pretty much everything, including command line scripting.  Not sure what python can do that PHP can't.

Expose native COM interfaces, GUI building, antigravity, libraries for all sorts of stuff (math, science, ...), Java integration with Jython, Cool libraries like boost::python that make extension writing a breeze...

Mike

  • Jackass In Charge
  • Posts: 11257
  • Karma: +168/-32
  • Ex Asshole - a better and more caring person.
Re: Python overtakes PHP
« Reply #7 on: February 15, 2011, 10:17:18 AM »
Hm... wonder what's driving the change.  I would still use PHP over Python any day.

More uses I guess. That's one of the reasons for me.
I can (and do) use PHP for pretty much everything, including command line scripting.  Not sure what python can do that PHP can't.

Expose native COM interfaces,
So platform specific nonsense.
Quote
GUI building,
There is actually a library for that.  Of course I've found less and less need for a true GUI solution as I move more and more to the web.

Quote
antigravity, libraries for all sorts of stuff (math, science, ...),
PHP has quite a few libraries if you need them.

Quote
Java integration with Jython,
Pfffftttt.  Yeah, lets integrate with a crappy language :D

Quote
Cool libraries like boost::python that make extension writing a breeze...
Never really got the point of the boost libraries when doing C++ so not sure of what the benefit is for python.

Dumah

  • Jackass IV
  • Posts: 960
  • Karma: +21/-6
Re: Python overtakes PHP
« Reply #8 on: February 15, 2011, 10:20:23 AM »
Sooo.....lots of "oh yeah, I dont care"....
;)

Steve

  • This 49%er supports Romney
  • Just a Jackass
  • *
  • Posts: 16120
  • Karma: +31/-410
  • Mr. Mom
Re: Python overtakes PHP
« Reply #9 on: February 15, 2011, 10:36:21 AM »
Java might be crap, but its pretty prominent
hey ethic if you and i were both courting lily allen..... oh wait, which one of us has a relationship that lasted more than the bus ride home?

Mike

  • Jackass In Charge
  • Posts: 11257
  • Karma: +168/-32
  • Ex Asshole - a better and more caring person.
Re: Python overtakes PHP
« Reply #10 on: February 15, 2011, 10:45:07 AM »
Sooo.....lots of "oh yeah, I dont care"....
;)
Basically :D  Talk to me when Python doesn't freak out over whitespace ;)

Java might be crap, but its pretty prominent
Internet Explorer is the prominent browser.  Prominence and quality are rarely the same.

Steve

  • This 49%er supports Romney
  • Just a Jackass
  • *
  • Posts: 16120
  • Karma: +31/-410
  • Mr. Mom
Re: Python overtakes PHP
« Reply #11 on: February 15, 2011, 11:11:33 AM »
Agreed, but a web language has to accomdate somewhat
hey ethic if you and i were both courting lily allen..... oh wait, which one of us has a relationship that lasted more than the bus ride home?

webwhy

  • Jackass IV
  • Posts: 608
  • Karma: +15/-10
Re: Python overtakes PHP
« Reply #12 on: February 15, 2011, 11:29:55 AM »
Quote
Prominence and quality are rarely the same.

so what makes PHP a quality language?  just curious...

Dumah

  • Jackass IV
  • Posts: 960
  • Karma: +21/-6
Re: Python overtakes PHP
« Reply #13 on: February 15, 2011, 11:33:25 AM »
Sooo.....lots of "oh yeah, I dont care"....
;)
Basically :D  Talk to me when Python doesn't freak out over whitespace ;)


I never worried about the whitespace thing. If you have a decent editor it doesn't matter too much. I'm fussy with indentation no matter if I'm using C++ or markup

Mike

  • Jackass In Charge
  • Posts: 11257
  • Karma: +168/-32
  • Ex Asshole - a better and more caring person.
Re: Python overtakes PHP
« Reply #14 on: February 15, 2011, 12:08:14 PM »
Sooo.....lots of "oh yeah, I dont care"....
;)
Basically :D  Talk to me when Python doesn't freak out over whitespace ;)


I never worried about the whitespace thing. If you have a decent editor it doesn't matter too much. I'm fussy with indentation no matter if I'm using C++ or markup
I keep hearing the "decent editor" argument (for more than just python's indentation but for other things as well) and I don't buy it.  I've had to make code changes using notepad and other really basic editors because that was all I had available to me at the moment.  To me a decent editor is a nice to have.

I'm pretty particular about my indentation but I'm working on code written by others that have just horrendous coding styles.  If I had to actually deal with making sure the file was indented properly I'd have gone insane a long time ago.