TIOBE Declares Python the Programming Language of 2007
The TIOBE Programming Community Index has declared Python as the Programming Language of 2007 due to a 58% surge in its popularity rating during the year, making it now the sixth most popular programming language and finally surpassing Perl. They also assert that Python has become the "defacto glue language," being "especially beloved by system administrators and build managers."
Oh, wait. A bit late for that isn't it?
...frameworks and apps written in Python. It got off to a good early start with Zope, but the hype over PHP sadly swamped all else.
Two oblig python links:
Python @ xkcd
and
Python @ Bash.org
HHSSSHSHSSS
I would just like to say thank you as I accept this award on behalf of my fellow Python brothers. We all know that God created the universe with Python, but allowed the non believers to think that it was Perl or LISP so that they would not commit seppuku.
"Thanks for all the money you paid to us. We've used it to buy off ISO among other things" -Microsoft
PHP and ActiveX over Python?
Mamama!!!! Make the bad man go away, please.
I'm hate python.
Man, you take this stuff seriously. Changing your name is hardcore.
Light the blue touch-paper and retire immediately.
People don't hate Python. People hate the people who go around trolling discussion of every other programming language saying how much better Python is than the language being discussed.
OPED:
Wouldn't call it the year of Python since there's nothing special that's happened with Python this year. Heard a LOT more hype about Ruby (f that).
Tried the twisted framework. Garbage.
Frameworks can't be written successfully in a baby language like PHP, Python frameworks aren't gonna magically appear.
I'll take PHP, Java for backend and Flex/Actionscript for frontend.
Often wrong but never in doubt.
I am Jack9.
Everyone knows me.
What's up with all the PHP haters on Slashdot? For building most web applications it's the place to be. Zend is working hard to increase the level of professionalism of the PHP community. I've recently started using Zend Framework and it's a really nice way to build web applications.
Bradley Holt
I plugged that into Wikipedia and I got redirected to The Importance of Being Earnest.
The linked page in the summary doesn't give any clues. Do we get to make up our own meanings? How about The Infernal Order of Bastard Evildoers? Seriously, who are these herpephilic people?
Slightly disreputable, albeit gregarious
It all depends how you count it. For example, here is a comparison based on available jobs that shows Perl still vastly in the lead, followed by PHP, with Python and Ruby both trailing by a long way. I'm sure there are other figures that prove that PHP is the biggest language, and yet others that show Ruby is growing fastest, etc. etc. etc.
TIOBE's methodology is distinctly suspect, too. Looking at search engine result counts - which are estimates, and in the case of Google are well documented to be inaccurate - is hardly scientific. And they're using YouTube as one of their search engines?! How is that going to produce meaningful figures?
(Yeah, I'm still bitter that ML is so unpopular. But you can't call me a Perl fanboy, because I dislike all "dynamic" programming languages equally, and program largely in C++ and OCaml.)
I can't quite figure out if you're a subtle troll or not? However, one of the biggest complaints about PHP programmers is that they're oblivious to a lot of important aspects of programing. Security being one of the biggies. Not being aware of the general criticisms of their chosen tools is another. (Which, if you're not a troll, you've proven my point.) I happen love Python, but I'm also aware of why many people don't like it.
Entrepreneur : (noun), French for "unemployed"
This is certainly interesting news. These days when I just need to script something fast, Python is definitely my tool of choice because it works everywhere that I do, and is easier, for me at least, to deal with than Perl. Though I still have a soft spot for Perl because it was the first programming language that actually earned me any money!
To the making of books there is no end, so let's get started
Them's fightin' words, sir!
But seriously.... I've just gotten so tired of PHP in the past two years, and Ruby was such a great improvement to it. I used Python before PHP and my only complaint at the time was that it really was more trouble than it was worth at the time to write whole web applications in Python. You could, but languages like PHP were made for the web, so it got superseded. Once upon a time I wrote a few games in Python using PyGame and PyOpenGL though and had nothing but great experiences with that. I wouldn't call Ruby a cure-all, but it's pretty flexible and really pleasant to use for a wide variety of projects.
That being said, I think that your post really misses the fact that for every task there's usually one or two programming languages or frameworks that would be "best" for that task. While PHP and Java may work as a backend for you, many of my projects are almost completely perfect for a Ruby on Rails implementation or specifically require functionality that exists nowhere else. Meanwhile Actionscript implies Flash, and I only have a couple of things brewing right now where Flash is even an option, much less advisable. I'm not trying to slam you here; I'm just saying that like anything else your mileage may vary.
Also, python's supposedly getting tail recursion and some other tasty features soon. I might be tempted to pick it back up if it can surpass ruby in its efficiency that way.
especially beloved by system administrators and build managers.
Absolutely. This year we replaced an old build system written in make with a (vastly superior) Python solution written from scratch. The replacement took one programmer about two weeks. The make system had taken two programmers a disgusting amount of time to build and support. What suprised me most upon completing the changeover was that the Python solution was faster than the gmake solution; since Python compiles to bytecode, re-running the build script was a quicker operation than gmake's re-parsing of the make files.
Python's advantage as build glue is that it is just simple enough to be nearly shell scripting (write a simple wrapper, and you can pretty much just write shell script). But it has the features of a decent high-level language---including, most importantly, integrated documentation and a debugger. Anyone who doesn't understand why one would need a debugger for a build system hasn't yet written a build system complicated enough.
Really though, this is less a statement in support of Python and more a statement against gmake. Make's age really shows as a build language, and if not for all the tools in the GNU world that depend upon / assume the existence of a make engine, I would encourage everyone to just toss the whole thing overboard and create all new build scripts in something else. You have better things to do with your time than reverse engineer code written in a nearly incomprehensible string-parsing language by someone who---in spite of the "standards" that have built up around make over the years---has gone off and done his own thing anyway. If you're going to have to deal with custom build code, you may as well own the challenge completely.
Take care,
Mark
There is a solution...
as is every fucking variable, subroutine name, and pun in every Python program, site and text
Cretin - a powerful and flexible CD reencoder
I'm not a troll, just wondering why there's so much bashing of PHP on Slashdot. I am aware of many of the criticisms of PHP. One of them you mentioned:
You'll see that I partly addressed that criticism with my "Zend is working hard to increase the level of professionalism of the PHP community" statement. I'm not going to go into a full length defense of PHP but if you are looking for such a defense I would suggest 10 PHP Myths Dispelled. I am not a PHP zealot, I just have a lot of experience with it and would prefer to build web applications using PHP over the alternatives that I've tried (Java/JSP, ASP.NET). I can't compare it to RoR or Python since I have tried neither. I've read about both and have seen nothing compelling to make me consider switching. I'm quite productive developing in PHP and am quite aware of both it's advantages and criticisms.
Bradley Holt
First off, let me say that I love both Perl 5 and Python 2.x and have used each of them on a wide diversity of projects. I've implemented my own OO system on top of each, I've used each for CGI, I've used each for AI, natural language processing, and game programming. Both languages have their idiosyncratic idioms and it's really annoying when you see a lot of C-ish code in either Perl or Python projects. It's also very possible to write ugly "write once" code in either one, don't be misled by the whitespace arguments: ugly code is about how you express (or fail to express) a problem and a solution.
However, I have to say, pick the tool for the job. There are things that are more naturally expressed in Perl idioms than in Python idioms. There are things that are much more clear and direct about Python code for outsiders to read and understand. If I were doing a ton of regex text scanning work, Perl incorporates it into the language directly, whereas it's a bolt-on for most other languages. If I were doing a ton of object management, I like the compactness of Python's syntax over that of Perl's. Both have great extensibility but the available extensions and support can shape your choice for a given project. I wish Python had true equivalents to Perlmonks and CPAN; conversely I wish CPAN modules were more crisp and consistent, attributes I think I find in the community-written Python modules I've used.
[
And who were Monty Python named after? See? It's all a giant pro-snake conspiracy. Don't let them fool you, it's just like ASP, Microsoft's web scripting language.
TIOBE bases their ratings on the number of search engine queries for "<language> programming'. Maybe it's just me but I don't equate an increase in search engine queries regarding programming in python as indicating an increase in the popularity of python.
Put another way, the number of people looking up information on a language X != the number of people programming in language X.
Never let reality temper imagination
Never let reality temper imagination
Just say no to Bondage and Discipline Languages!
...any language where the author thinks lambda is "too confusing" and should be removed is doomed from the start.
Ce n'est pas une signature automatique.
> Zend is working hard to increase the level of professionalism of the PHP community.
I'd be satisfied if they just worked to improve the damn language.
no_i_really_mean_it_mysql_really_escape_strings()
Done with slashdot, done with nerds, getting a life.
Every Python programmer who reads that is going to shudder at the thought that Python might even try to surpass perl's shell-like syntax and C-likeness.
Not necessarily. Especially if the application used to view the code is not the same one that the code was written on.
List of annoyances I have with regarding Python and white space:
"Alcohol, Tobacco, Firearms, and Explosives" should be a convenience store, not a government agency.
Technically you're talking about the available functions, not the "language" itself. But, semantics aside, I would argue that your complaint is being addressed. The Zend Framework I linked to and the SPL are PHP class libraries that you can use if you would prefer to work with PHP in OO way and (for the most part) forget about calling PHP functions outside of a class or object context.
Bradley Holt
http://uk.php.net/create_function
And if you can't see what's wrong with that (especially if you think it's comparable to anonymous functions in Lisp, Ruby, Haskell, etc etc), you need to go boil yourself in oil.
We looked into it, and scons is very good. The reason we didn't use it is because, ironically, it's too powerful (and relatedly complicated)---it gives a nifty complexity-for-power tradeoff that we simply decided we didn't want to leverage. Since we already knew exactly what we wanted our make process to do, we found it faster and easier to just write the Python script we wanted than to figure out the "scons way" to do things. Dependency management is a good example: scons offers automatic dependency walking, but we already had explicit dependency lists that we were comfortable updating, and didn't want to take the time to learn enough about the scons dependency walker to trust it.
If we'd been writing a make process on a brand new project, reading up on scons and understanding the structure it places upon your build process would have been a better choice. As it stands, we had a very specific plan, we could see it fairly clearly in "straight-line" python, and the instant scons's requirements got in the way we tossed it overboard and forged ahead.
Take care,
Mark
There is a solution...
At least they require conformity to convention, and you don't get some script that the guy decided to make creative use of his whitespace. I think it really is more a feature (not to say all flaws are features)
Jump to high and you hit your head
Personally, I hate tabs. Every editor I use seems to have the tab-stops set differently, and looking at 4-space tab code in an 8-space tab editor is not my idea of fun.
Nothing for 6-digit uids?
At the time of this reply I see the parent post has been modded funny. I'm not sure why - hell I'd mod this insightful.
I should have put "including me" on the end. I'm still a little shaky.
I tried PHP out for a while a couple years ago. Quite a lot of useful libraries, but the language itself didn't seem to offer much. For just gluing together the existing libraries with minimal new code, it seemed to quite usable (and a lot of web development might get by with that), but it seemed a lot less nice when there was more processing involved. Maybe I just didn't get it, or maybe its improved since then...
Why? Sure, it featured neat embedding in HTML before there were Python or Ruby templating engines that used Python or Ruby in HTML, but why would it be preferred now, for a new, ground-up web application, besides familiarity to the developer? (I'm not trying to be argumentative, just looking for perspectives on "why PHP?")
That obscure link you posted claims "bondage and discipline" languages to be lacking compared to opposing (and superiour) Languages of Choice. The latter to which the author of this strange theory counts Python. Duh.
I'd say your plan to get all smart-assy on Python backfired big time.
We suffer more in our imagination than in reality. - Seneca
What the #!$% are you talking about?!
If you disagree, post your argument. (-1, Overrated) isn't your personal censorship tool for views you don't like.
Every language has something to offer, something that it does better than others. The point is, choose your language based upon what the problem you are faced rather than the "popularity" of that language. Besides, Perl will never die, it will only sit and collect the programmers who jump from every other language q:)
http://www.gibby.net.au
Could you be a little more specific about what you don't understand?
Sorry. To steal someone else's explanation:
/|\ <-- You
-- Joke --->
o
/ \
(The symbols I used in the blanked word are all notorious line noise syntax in Perl.)
If you disagree, post your argument. (-1, Overrated) isn't your personal censorship tool for views you don't like.
Erm, make files? Plural? Well, there's your problem...
I forget where, but there is a paper somewhere on the dangers of recursive make, advocating a single makefile instead (with a few includes). And they have a point.
I'm all for replacing Make, but performance isn't the reason.
Don't thank God, thank a doctor!
What medium?
That's actually a feature -- it forces everyone to agree on a standard there, and use it.
If, for example, one guy uses tabs and one guy uses spaces, and the tab guy has his tabstop set to 2 or 4, while the spaces guy has left it at 8... well, stuff is going to look weird. Forcing everyone to the same convention is something you should be doing anyway, and I'd rather it happen automatically (by breaking stuff).
Don't thank God, thank a doctor!
I guess that's the Perl version. Here's the python version:
Hope that turns out, whitespace has a tendency to get munged...
We live, as we dream -- alone....
Oh, I was wondering if I missed an, uh, meta joke. Python programmer you see. When I come across line noise I check to make sure everything is plugged in properly and someone didn't turn on the microwave.
Aw, shucks. I was all set to post the Python version for you, but tragically it seems someone already beat me to it. :-)
If you disagree, post your argument. (-1, Overrated) isn't your personal censorship tool for views you don't like.
What medium?
This one, for instance, when you use the HTML formatted option.
Here's some code for you, from here:
(Yes, I used slashdot's ecode tag, which fails to preserve the leading spaces even though it is for inserting code snippets)
I am aware that the plain old text option mostly works nowadays, but there are sometimes problems with that as well. A few months ago, it was totally broken as well in this regard.
Countless other forums out there have issues with preserving code formatting, not to mention some web-based chat systems where you might want to paste a code snippet.
If, for example, one guy uses tabs and one guy uses spaces, and the tab guy has his tabstop set to 2 or 4, while the spaces guy has left it at 8... well, stuff is going to look weird. Forcing everyone to the same convention is something you should be doing anyway, and I'd rather it happen automatically (by breaking stuff).
In languages that use delimiters as block and line markers, you can run a code beautifier to standardize the code, and even fix code that is horribly malformatted. If the white space gets screwed up really bad in a python program (line endings are deleted somehow), it will it not only fail to run, it will require a human to go in and unscrew it.
"Alcohol, Tobacco, Firearms, and Explosives" should be a convenience store, not a government agency.
Really? One of the problems I've had with Python is how hard it is to use it as a shell scripting language. Namely, the functions for browsing and manipulating the file system are low-level, OO-hostile, quirky, and scattered seemingly almost randomly between os, os.path and shutil. I find them so unwieldy I'll sometimes just cheat and call .bat files from Python to operate on files.
Apparently some people even have it as their CLI of choice, so I may be missing something, but I've been unable to pry out of them what the secret is.
In a fair world, refrigerators would make electricity.
What are you talking about? A handful of idiomatic lambda uses have largely been replaced, sure, but lambda is still pretty common in Python code.
We at slashdot are scientists, specialists and kernel hackers. Your FUD will be found out.
We at slashdot are scientists, specialists and kernel hackers. Your FUD will be found out.
Sure there is PHP bashing, as is bashing of many other PLs. Just watch a Lisp or C guy go after Java to see what I mean.
The truth is, the people that really are programming and solving problems rarely rant about a PL without having tried it. PHP is an extremely n00by-friendly programming language - also because of it's wide availability - and thus lots of code in PHP is quite wacky actually. This falls back on to the PL itself. Flash/ActionScript has simular problems (aside from having a strong prorpietary touch to it).
In the end PHP, with its neighbourhood to markup, is the web-eras basic. With way more succesfull and impacting open-source web applications than any other solution - Python included.
I *am* a Python fan, but it just didn't have that critical mass of an install base back then when mod_php gained traction. And that the true King and ruler of all webkits, Zope, has had a backend that looks like shit for 7 years now didn't help it either. Nowadays nobody gives a hoot if Zope is lightyears ahead of Rails and a few years older - it's just a niche webkit for people who've bumped into it
There are a lot of factors that make a language successfull, and PHP meets very many of those. Just because people rant about it doesn't mean it really is bad. Nobody I know would say that programming in C is really fun and modern and hip. And many people rant about it. Yet look how many mission critical work still is done with it - because the untested alternatives aren't any better.
On the server-side I've been mostly doing PHP for last 3 years now and am now going totally OOP with the CakePHP Framework and a large international project. It works, is extremely neat and quick to develop with. So be it that PHP has a few bizarly named core functions and arrow->syntax. So *fucking* what? My friend who has a business aswell and is a Sun partner and Java fanboy just moved his webproject from Java to PHP so they could finish it faster.
"Java Fanboy speeds up project by switching to PHP" - enough said.
Slashdotters rant a lot, but reality is allways a tad different.
We suffer more in our imagination than in reality. - Seneca
The main library of functions in the core namespace along with the syntax rules for the language pretty much are the language. Having an extensible language with multiple namespaces is a much cleaner alternative to lumping so much into the core. That's the complaint.
There are people who use PHP with proper modularization, but most of what people see isn't done that way. In a language that's largely used for Open Source software, the state of the code in those OSS projects will be what the language is based on, fair or not.
How do you manage a single makefile for a project that has a fair number of people doing their own different modules (doing their own submodules etc)?
Some of the modules don't need makefiles either.
Those modules are to be packaged in their own separate packages (RPM or whatever).
In the end it just seemed easier to let people handle their own makefiles (with certain limits) for their stuff, assuming of course if makefiles are necessary.
The last I checked FreeBSD used to use some perl scripts to help build its stuff.
It's worth mentioning that, at least in IRC, this is the preferred medium. It should work elsewhere, too, and there are scripts to assist in it.
Your point is valid, but I don't believe I should constrain the format of a language because it won't work in some mediums. Should I not include []-bracketed arrays because bbcode might hate them?
Ah, but if the whitespace gets screwed up in a python program, that's equivalent to the bracketing getting screwed up in a C-style program. So the difference is that broken whitespace is not the domain of a code beautifier in Python, anymore than brackets and parentheses are the domain of a code beautifier in just about any language.
Also, code beautifiers are still going to leave some things out of place, particularly comments which are spaced to match the code.
Don't thank God, thank a doctor!
I'd have to find the article, but it does discuss all of these things. (Not RPM by name, but...)
I'm not advocating makefiles, just saying that the complaint of performance, in particular, isn't relevant.
(Oh, and you can always have different files -- include files and such. But including them is fundamentally different than a recursive make.)
Don't thank God, thank a doctor!
http://miller.emu.id.au/pmiller/books/rmch/
It's not that you can't do the same regexs in Python. It's that the syntax for doing is different and more OOPy in Python. man perlre and look at how Perl uses them...
Do you know of a good guide to using Python as a replacement for bash shell scripts? Lots of people seem to use it for this purpose, and I was interested in finding a nice guide to learning how to do this.
Combination - fun iPhone puzzling
A few of the reasons:
Bradley Holt
Now here's something probably most of you don't know :) Eve Online (The Space MMO from CCP) (You know, the one people seem to love bashing) is actually written in Python.
:) An actual game written in a language that's derived from a language that was originally designed for games.
First time I realized that was about 3 days after installing the game and seeing all kinds of familiar extensions in cache and library directories. Fun stuff
Coz eternity my friend, is a long *ing time.
The good think about having brackets as syntax and whitespace as formatting is that it is redundant, and mismatches between them may provide a way of catching thinkos. And it helps (in properly formatted code) readability: there is a reason natural languages tend to have quite a bit of redundancy, it aids comprehension.
The bad think about having brackets as syntax and whitespace as just formatting is that it is redundant, and you can produce things that look wrong but are wrong but look right if you don't have something automatically formatting.
Many programming languages lean toward the first factor outweighing the second. Python leans the other way. It isn't objectively one way or the other; which factor is a bigger factor in usability varies from person to person, and group to group.
You aren't quite clear what you mean on this. If you mean you have no visual indication where a code block ends, you're a retard. Indentation is far easier to vgrep than braces. If you mean you have to think differently to write Python code programmatically, well yes, you do. Thankfully, there are simple libraries that do most of the work for you.
.5 seconds the context of the opening brace of the block, even if it is off the screen. I like this feature, though I am not entirely sure why.
For any machine-assisted use in general (yes, indentation is easy to use with a human brain, that's why almost everyone does it even in languages that don't enforce it). Here is an example: in an editor I use, when I close a block in a language that is similar to C syntax, it automatically flashes me for
The editor has no clue that you are ending a block in Python merely because you back-tabbed. You could just be adding a blank line.
Please understand that I don't dislike Python. I'm just pointing out my annoyance with white space as a syntax element.
"Alcohol, Tobacco, Firearms, and Explosives" should be a convenience store, not a government agency.
Perhaps. But we're really not discussing redundancy in a programming language, we are talking about redundant information in source code. There certainly is the point of view that any redundancy in source code is a "design flaw" (the theory that advocates that code should speak for itself and comments should not be used, as well as the theory beyond Python's whitespace handling, is an example of that.)
Convention is not a feature of the programming language, it is a feature of programming style (similar to conventions) that is irrelevant to the computer processing the source code but intended as an aid to the human reader. To a certain degree (certainly, where it comes to indentation and related formatting conventions) such convention can, in fact, be automatically imposed on code not written to the convention by automated tools. It is no more a language feature than syntax highlighting done by an editor is a feature of the language.
Since the convention is imposed on code for human readability and can be changed without changing the meaning of the code (just as syntax highlighting can be), I disagree. Indeed, the convention is entirely irrelevant to the design of the language, not a flaw in its design.
More accurately, "it is common for people to use a whitespace arrangement that suits their personal tastes and those of their group to show how structure nests in most modern languages."
If its not "real" but convention the relation of whitespace to structure is not part of the language, any more than a conventional arrangement of comments to indicate function preconditions and return types is. If its not part of the language, it clearly can't be a flaw in the language.
No, its not the correct choice. It is a valid choice, and it aims to implement one subjective ideal of programming languages. Personally, I think that if you are going to use that ideal, though, it would be better to enforce a strict and consistent standard at the language level (e.g., "each new block level is indented by four spaces from the previous level") rather than "whatever mix of space and tabs you prefer, but each tab will be treated as if it were 8 spaces", so I wouldn't even say Python has a particularly well-chosen approach even given the guiding principal it has chosen, much less the one-true-correct choice.
TFA said:
Young Indiana Jones said:
The simple solution is to leave your tabs on a blank line :) I'd believed that an indented block after a blank line was a syntax error- that back-tabbing always closed the block, except when in a parenthesized expression (it does in the REPL). It's probably better for your editor to scream at the practice, not that it helps with code that someone else has written.
We at slashdot are scientists, specialists and kernel hackers. Your FUD will be found out.
I'm suspicious that you like it because it allows you to quickly check whether your indentation matches your braces That's why *I* like it, at least. Except when I'm writing Python, of course. ;-)
They also assert that Python has become the "defacto glue language," being "especially beloved by system administrators and build managers."
This does not make sense because of the space/tab difference between different editors and Python's sensitivity to tab-to-space conversion because it uses indentation to determine blocking levels. A glue language should be friendly to ANY text editor that happens to be around, not just those adjusted for Python-friendly spacing.
Table-ized A.I.
I wouldn't class myself as a php hater; but sometimes it seems like most of the php apps out there are tied to MySQL, which I dislike.
If someone is passing you on the right, you are an asshole for driving in the wrong lane.
Python was written to be the scripting language for Amoeba (a research operating system developed in the Netherlands).
Our source-compile times were much larger than our make parsing times, but in the common case (where there was a single file to re-compile), the several seconds of delay that were added by all of the Makefile rules reporting in that they had nothing to do were noticeable. It's possible that this was not due to parsing the makefile but instead due to the need to complete the dependency evaluation, but if that were the case I don't understand why we saw such a significant speed-boost when we went to Python.
But I don't really have enough hard evidence to lay the blame at the fault of gmake's parser. It is more accurate to say "When we re-wrote the build scripts in Python, running them on an already-built (or nearly-built) project was notably faster than running the gmake scripts on an already-built (or nearly-built) project." It is possible that this was due to some other element of the end-to-end process (such as the way the different systems access files or query the OS for file metadata).
Take care,
Mark
There is a solution...
I kind of doubt that, if you're using something which formats automatically. Even vim can autoindent, which reduces them back to useless redundancy.
I'd debate that. I find Python plenty readable.
There is one feature I'd miss: bouncing between matching brackets in vim.
Right. And if you do have something automatically formatting, I just don't see how the extra curlies make a difference (except bouncing in vim).
Personally, it's a moot point for me -- there are too many other big things wrong with Python (the GIL comes to mind) for the whitespace to make much difference.
Don't thank God, thank a doctor!
I think that really depends on the degree of automatic formatting applied; I think at the default levels in most editors, there remains some utility. But, ultimately, a lot of this is a matter of taste, not right and wrong. What's useless or even bothersome to one person is a big readability aid to another, and just neither good nor bad to yet another.
While I don't necessarily think the GIL is "wrong" in some kind of universal sense (its clearly a compromise, though), I agree that whitespace is a minor issues compared to most of the differences between Python and almost any other language, even generally similar dynamic scripting languages like Perl and Ruby.
For me, vehement PHP basher, it isn't the language specification. It has more to do with 90% of the PHP code I encounter which gleefully intermingles presentation logic with functional application logic, abuses cut and paste, and generally demonstrates blatant disregard for readability.
I have seen a little PHP that is written more like a bunch of page templates with external modular core logic. There just seems to be a bias towards rickety code in PHP. I fully acknowledge that I must seriously fear those programmers whom might abandon PHP for Python without adopting 'Pythonic' code idioms.
I personally have a problem with Python's list comprehension. I totally abuse nested list comprehensions. They are difficult to follow mentally. I must constantly restrain myself.
--- Nothing clever here: move along now...
I'll bite. Please explain what's so terrible about it.
I've worked with a number of IBM products this year that use Python embedded into them for various things. For example, WebSphere switched to python for it's internal configuration language. This finally replaced TCL. Is increased exposure by using this in various products increasing the popularity?
This signature would be better if I was creative.
Also don't forget about Jython which may be one of the best glue languages for java and we all know there is a LOT of java out there needing to be glued together!
.Ellis Web Based Database
You're absolutely right, file manipulation is a wart in Python. Thankfully, there's the path module, a good idea done well (and which should be in the stdlib!).
I was in the same boat, and made the same choice. Scons is very good (it rocks for C/C++ projects for example), but for custom build systems is way too complicated. I wish there was a "skin" you could use over Scons to build custom systems w/o delving into Scons internals unless you really, really have to.