Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

> But Django is in a position to put pressure on others by simply creating facts and that hasn't happened.

How exactly does one create a fact? That would be a neat trick.

> I'm sure you could have found a way to talk to web servers without waiting years for the WSGI spec to be finalized.

Indeed, we could have, and it would have benefited Django at the expense of diversity in the Python web world. It probably would have helped our "market share". But that's not how we roll. I'd rather work on something that the whole community can benefit from, and that means standards and specifications.

> And if Django had supported Python 3 using py-postgresql, which was released in 2009 [...]

That's true - I'd forgotten about that library.

> [...] others would have worked a little faster to make their database systems available on Python 3 as well.

That... I'm not so sure about. Volunteer community, limited by free time, etc. I'm fairly sure most people have worked on this stuff just about as fast as they can.

You do realize, of course, that the criticism here applies to you as well. If you feel this strongly you could have added a py-postgresql backend in 2009, you could have come up with a way to run Django under Apache and Python 3, etc. I'm happy to take a lot of the blame for Django's slow movement, but you're also responsible for not channelling your frustration into action.

> The reality is, everyone has basically been waiting for everyone else to make a move and it has resulted in deadlock.

I don't see a deadlock. I see steady movement -- slow, too slow, but movement nonetheless -- towards Python 3. First Python 3.0 came out, and it was horrifically slow, taking away any impetus to use it. So people fixed that. Then, developers ported the low-level libraries (database drivers, network protocol implementations, etc). Then we started moving to higher level libraries and tooling (numpy, wsgi, ...). Now the highest-level libraries (web frameworks, scipy, matplotlib, ...) are porting. Next, and finally, you'll get to port your apps. It's a classic dependency upgrade chain. You can't upgrade layer N until layer N-1 is done.

I share your frustration about the slowness, but that's frankly a characteristic of the Python community. We're relatively conservative, tending to prioritize stability and backwards compatibility over rapid movement. Everyone pretty much expected this process to take a while, and turns out they're right.



How exactly does one create a fact? That would be a neat trick.

As I said, by implementing something instead of waiting for the spec. I totally disagree that it would have helped Django at the expense of everyone else, unless you patented it. Any implementation, even lots of fragmented ones, would have been better than years of stalemate. I guess we'll just have to agree to disagree on that one.

You do realize, of course, that the criticism here applies to you as well

Yes, absolutely, that's a very fair point. I just didn't expect things to move _that_ slowly. With the benefit of hindsight I want to punch myself in the face for not doing it myself.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: