Slashdot Mirror


Django 1.0 Released

jgomo3 writes "Finally, the stable version 1.0 of Django (one of the most popular free Python based frameworks) has been released. Explained in the project blog, this achievement was in part due to the great users and developers community of the Django project, and recall the big effort with numbers like 4000 commits and 2000 bugs fixed since last stable version. Django is 'The Web framework for perfectionists with deadlines.' You can dive in by reading the overview."

104 comments

  1. Great work by abigor · · Score: 4, Interesting

    Django is just a pleasure to work with. Congratulations to these guys for creating such a well thought-out and hugely productive framework. Now if only it would become more established and bulked up a bit so we could mostly ditch a certain other Enterprise Edition set of technologies...

    1. Re:Great work by Shaitan+Apistos · · Score: 5, Funny

      You can have my Visual Basic when you pry it from my cold dead.... oh, wait, you mean Java? Yeah that needs to go.

    2. Re:Great work by kiddygrinder · · Score: 4, Funny

      You bring up an interesting point: Would it just be easier to euthanise all the vb programmers than kill off the language?

      --
      This is a joke. I am joking. Joke joke joke.
    3. Re:Great work by binarylarry · · Score: 1

      well, if they were smart, they'd have used Jython to run Django on the JVM. Then you get the proven enterprise stability of Java with the hot, trendy marketing flare of Python.

      I wouldn't be surprised if someone is already working on porting it over.

      --
      Mod me down, my New Earth Global Warmingist friends!
    4. Re:Great work by SiriusStarr · · Score: 1

      While I agree with your sentiment to a certain extent, I would point out that VB is an excellent starting point for young programmers. Visual Basic was the first language I learned (at a fairly young age), and it wasn't terribly difficult to pick up, as its syntax is relatively forgiving and closer to natural language than some programming languages. I actually learned VB before I got into any algebra in mathematics, which then proved quite easy, the concept of variables being familiar. While it is effectively worthless for any serious computer user, I'm not certain that I would have been nearly as enthusiastic diving into C or Java at the age of 10.

      --
      Fear the penguin.
    5. Re:Great work by Anonymous Coward · · Score: 0

      The Jython (and IronPython) folks are explicitly targeting Django to run on their implementation.

    6. Re:Great work by story645 · · Score: 1

      I'm not certain that I would have been nearly as enthusiastic diving into C or Java at the age of 10.

      While VB probably was a great choice 5 years ago,I think Python's getting lots of rightly deserved hype as the modern "kids" language. It's got VB's advantage of clean syntax, the bonus of having an interactive shell, and it's powerful enough that the kid can use the language for years and get a really solid foundation before having to learn another language.

      --
      open source modern art: laser taggi
    7. Re:Great work by pAnkRat · · Score: 1

      Should not be to hard kill all three of them.

      A language is alive as long as it is in use.
      Killing the developers would help with killing the language, but it would still take time, look at cobol for an example.

      --
      we need an "-1 Plain wrong" moderation option!
    8. Re:Great work by jmce · · Score: 1

      Which kind of 'proven enterprise stability' would be provided by the additional JVM layer? Marketing flare stability?

    9. Re:Great work by Anonymous Coward · · Score: 0

      I hope you're aware that one of the main selling points of Jython 2.5 is that it runs Django, right? :)

    10. Re:Great work by Bogtha · · Score: 2, Informative

      well, if they were smart, they'd have used Jython to run Django on the JVM.

      Django already runs on Jython.

      --
      Bogtha Bogtha Bogtha
    11. Re:Great work by Anonymous Coward · · Score: 1, Insightful

      it's not an additional layer.
      Python already runs on a VM, Jython makes that VM the JVM, and the JVM actually is a very fast,very reliable VM.
      Much better than the standard python VM.

    12. Re:Great work by mweather · · Score: 1

      And it runs faster than just using mod_python?

    13. Re:Great work by Anonymous Coward · · Score: 0

      Why isn't anyone talking about TurboGears, the other Python framework. Both are great frameworks, but TurboGears gives you more freedom to select the best of breed tools to integrate into your framework. Unfortunately, TG lacks the great documentation and ease of getting started that Django does so well.

    14. Re:Great work by chris_mahan · · Score: 1

      Because the topic is Django 1.0 release, not python frameworks in general.

      Let's stay on topic shall we?

      --

      "Piter, too, is dead."

    15. Re:Great work by SiriusStarr · · Score: 1

      Oh, I agree wholeheartedly, but this was 8 years ago and before I had even heard of *nix. Now I'd certainly recommend Python.

      --
      Fear the penguin.
    16. Re:Great work by Unoti · · Score: 1

      VB was an excellent starting point for young programmers

      There, I fixed it for you.

    17. Re:Great work by madprof · · Score: 1

      Your mother said that to me last night in bed. Actually, in all seriousness, this is useful. If only because they were saying how the API would be changing in a number of ways before 1.0 and now we can breathe a sigh of relief.

    18. Re:Great work by Raenex · · Score: 1

      Let's stay on topic shall we?

      Gold Five: Stay on topic.
      Gold Leader: *We're too close!*
      Gold Five: Stay on topic!
      Gold Leader: [shouts] Loosen up!
      [he too is picked off by Vader and Company; Gold Five tries to escape but is fatally winged]
      Gold Five: Gold Five to Red leader, lost Tiree, lost Dutch.
      Red Leader: I copy, Gold Leader.
      Gold Five: It came from... behind!
      [crashes]

    19. Re:Great work by binarylarry · · Score: 1

      Yes, much, much, much faster. The python vm is pretty slow. The only way to get decent performance out of it is to write modules in C instead. And it's inherently more secure (and thus stable).

      However, there is a replacement python vm in the works that has promise though, psyco. It's basically a python specific java-esque JIT capable vm.

      It will probably take a while to get anywhere near Java's level of performance.

      --
      Mod me down, my New Earth Global Warmingist friends!
    20. Re:Great work by setagllib · · Score: 1

      Wow, you're several years behind. Psyco was just a JIT module for Python and it's dead as a doorknob, doesn't even run on x86_64. Psyco's developer is working on similar optimizations as part of work on PyPy, which *is* a modern and vibrant project.

      --
      Sam ty sig.
  2. obmoviequote by Anonymous Coward · · Score: 1, Funny

    A Django ate my baby!

    Thank you. Thank you very much. Tip your waiter, I'll be here all week so tell your friends.

    1. Re:obmoviequote by debatem1 · · Score: 1

      should I try the veal?

    2. Re:obmoviequote by Anonymous Coward · · Score: 0

      should I try the veal?

      No, you should be a vegetarian.

    3. Re:obmoviequote by Anonymous Coward · · Score: 4, Funny

      vegetarians have a bitter after taste

    4. Re:obmoviequote by pintpusher · · Score: 1

      I have a great recipe for shepherd's pie. Start with two medium sized shepherds...

      --
      man, I feel like mold.
    5. Re:obmoviequote by Reverend528 · · Score: 1

      You're not supposed to eat the birkenstocks.

    6. Re:obmoviequote by foniksonik · · Score: 1

      Well actually herbivores are typically the tastiest of meats, if you fatten them up on high calorie carbohydrates.... just add lots of corn and wheat into their diet and you'll be enjoying your vegans like never before.

      --
      A fool throws a stone into a well and a thousand sages can not remove it.
    7. Re:obmoviequote by Skjellifetti · · Score: 1

      Some of the tastiest vegans are the ones that like to drink beer and have private masseuses. Personally, though, I prefer the grass fed sort. I bought a whole tenderloin one time ($25/lb) that was the tastiest vegan I've ever tried.

  3. yay by story645 · · Score: 5, Informative

    I just started playing with Django today, so I'm mostly just thrilled that the absolutely awesome tutorials still work. This is one of the most newbie friendly things I've ever worked with, in large part 'cause it's got awesome documentation and very clear tutorials and logically named well almost everything. (Plus it produces pretty and friendly sites.) I may not be as hyper about it once I start trying to use it for a real project, but it getting to a stable release is promising.

    --
    open source modern art: laser taggi
    1. Re:yay by Anonymous Coward · · Score: 0

      man, I can't get mod_python, stupid Django...!!!

  4. But... by PC+and+Sony+Fanboy · · Score: 2, Funny

    But does it run linux? And, Imagine all the djangos in a beowulf cluster...

    awww, who am I kidding. This is slashdot, I can't sound smart without referencing wikipedia. *siiigh*

    Seriously tho, Django is so much better than some of the other options (read:java!)

    1. Re:But... by siDDis · · Score: 3, Interesting

      Groovy for Grails http://grails.org/ which is based on Java/Hibernate/Spring is an excellent alternative to Django.

      It's just about choosing the right tool for the job.

    2. Re:But... by mcvos · · Score: 2, Interesting

      Seriously tho, Django is so much better than some of the other options (read:java!)

      You're now comparing a framwork with a language. For a meaningful comparison, compare Django with Wicket.

      It's not very surprising that new web frameworks are better than JSP, Struts or JSF. I want to know how they measure up to stuff like Wicket or the latest Tapestry.

    3. Re:But... by earthsoft · · Score: 1

      Large memory requirements -- that's what I find my Grails apps have after deploying to my VPS (Virtual Private Server). I had to immediately upgrade plans after deployment. It left me wondering whether I made the right choice in choosing Grails to develop my apps in.

      Django is now under consideration. It's still very early and I can certainly rewrite what I have so far; I'm just doing my homework first to see if it's worth it.

      Don't get me wrong, development with Grails and Groovy is awesome, there's lots to like there. I just have to make sure it's the right thing for me considering what I'm finding after my initial deployment.

  5. Gongrats! by pixelcort · · Score: 1

    Congrats to the contributors!

    --
    http://pixelcort.com/
  6. Django . . . by pembo13 · · Score: 3, Interesting

    it's what you come home to after a day with .NET at work.

    --
    "Thanks for all the money you paid to us. We've used it to buy off ISO among other things" -Microsoft
    1. Re:Django . . . by drpimp · · Score: 1

      I second this comment, Django ftw!

      --
      -- Brought to you by Carl's JR
  7. The in-factor... by Max+Romantschuk · · Score: 5, Interesting

    It's too bad everyone and their dog are excited about Ruby on Rails, when a great platform like Django is out there as well.

    I use Django on my own site, and CakePHP (a poor RoR clone) at work. While using PHP has advantages, CakePHP is really not anywhere near Django in terms of the ORM stuff and actually using your data in any complex way.

    The one really great thing about Django is that it's consistent. There is usually one way of doing things, instead of a million different ways that apply in different situations.

    Take a look at the Django tutorial:
    http://docs.djangoproject.com/en/dev/intro/tutorial01/

    And the Django book:
    http://www.djangobook.com/

    I don't think you'll be sorry.

    PS. And on the whole Python indentation=block thing... It's not perfect, but only use spaces and it won't be a problem.

    --
    .: Max Romantschuk :: http://max.romantschuk.fi/
    1. Re:The in-factor... by Anonymous Coward · · Score: 4, Insightful

      And on the whole Python indentation=block thing...

      ...just give it a try. Most people who haven't written any Python think it's an awful idea. Most people who spend a few hours learning Python change their mind. It's just one of those cases where first impressions are totally wrong.

    2. Re:The in-factor... by calmofthestorm · · Score: 1

      Pybraces got me in. I dropped it in disgust a few hours later. Seriously.

      I've found that RoR is farther along than Django, if you can stand Ruby, which I can't. Django is usable, improving, and in Python.

      Of course Python vs Ruby is more personal taste than much else it's not an objectively evil language like Java, which has been shown to rape babies and vote for Republicans.

      --
      93rd rule of Slashdot: No matter how obvious my sarcasm is, my comment will be taken seriously by someone.
    3. Re:The in-factor... by calmofthestorm · · Score: 1

      The thing I dropped was pybraces. I love python. Should have clarified.

      --
      93rd rule of Slashdot: No matter how obvious my sarcasm is, my comment will be taken seriously by someone.
    4. Re:The in-factor... by Qbertino · · Score: 1

      PS. And on the whole Python indentation=block thing... It's not perfect, but only use spaces and it won't be a problem.

      That sentence is wrong is so many ways, it's metaphysical. Saying something like this is the fastest way to get yourself killed - especially if I would be standing next to you.

      I use Python. And I use tabs. It's the only way to go. All else is evil. :-)

      --
      We suffer more in our imagination than in reality. - Seneca
    5. Re:The in-factor... by Fweeky · · Score: 5, Informative

      It's too bad everyone and their dog are excited about Ruby on Rails, when a great platform like Django is out there as well.

      Even in the Ruby world, it's too bad Rails gets most of the attention; a lot of people would probably be better off with one of the many more lightweight frameworks there, or even no framework at all (really, your 3 page website needs an 80kLOC framework to support it?). So many people hyperfocus on one system and miss out on all the other ways of doing things; Nitro, Merb, Sanatra, Ramaze, even writing your own handlers in Rack. Given the size, complexity and overhead of these things, it'd really make more sense for people to start from the bottom (Rack) and work their way up, not the other way around.

      Python wise this probably means starting by writing your own WSGI handlers, rather than starting with a huge framework to write Hello World in.

      on the whole Python indentation=block thing... It's not perfect, but only use spaces and it won't be a problem.

      Blegh, use tabs properly and it won't be a problem either. It's shocking how people can't even get a trivial thing like that right, though, is it really that difficult to configure your editor not to mix the two? Hint: Set your editor to highlight leading whitespace, doing tabs and spaces differently, then you'll never be surprised by either. I'll get you started:

      highlight LeadingTab ctermbg=blue guibg=blue
      highlight LeadingSpace ctermbg=darkgreen guibg=darkgreen
      highlight EvilSpace ctermbg=darkred guibg=darkred
      au Syntax * syn match LeadingTab /^\t\+/
      au Syntax * syn match LeadingSpace /^\ \+/
      au Syntax * syn match EvilSpace /[^\t]\+\zs\t\+/ " tabs not preceeded by tabs are never acceptable
      au Syntax * syn match EvilSpace /\zs\ \+$/ " trailing space is silly

      There, now you have no excuse. Well, except the first EvilSpace match broke at some point, anyone see why?

    6. Re:The in-factor... by Qbertino · · Score: 1

      I use Django on my own site, and CakePHP (a poor RoR clone) at work. While using PHP has advantages, CakePHP is really not anywhere near Django in terms of the ORM stuff and actually using your data in any complex way.

      I did a project earlyer this year with Cake 1.2 Beta. It wasn't nice. Allthough I do like PHP for webstuff. Right now I'd say Symfony for PHP webwork and Django for Python webwork. And if you don't know either of those languages, take Python, it's more consistent and used everywhere, not just server-side web (as with PHP) - so you're learning a more universal PL.

      --
      We suffer more in our imagination than in reality. - Seneca
    7. Re:The in-factor... by Max+Romantschuk · · Score: 2, Informative

      on the whole Python indentation=block thing... It's not perfect, but only use spaces and it won't be a problem.

      Blegh, use tabs properly and it won't be a problem either. It's shocking how people can't even get a trivial thing like that right, though, is it really that difficult to configure your editor not to mix the two? Hint: Set your editor to highlight leading whitespace, doing tabs and spaces differently, then you'll never be surprised by either.

      Anyone who has ever worked in a larger organization will know that it's impossible to get people to configure their software identically, unless we're forcing every one.

      Also, a lot of people aren't that smart anyway...

      That's why I advocate spaces only: There is a single way to render a single space, so the margin for error is smaller. :)

      --
      .: Max Romantschuk :: http://max.romantschuk.fi/
    8. Re:The in-factor... by mcvos · · Score: 1

      The one really great thing about Django is that it's consistent. There is usually one way of doing things, instead of a million different ways that apply in different situations.

      This can be an advantage, but it can also be a disadvantage. One size doesn't always fit all.

    9. Re:The in-factor... by Fweeky · · Score: 1

      You still need to get people to configure their editor to expand tabs, and make indents the same size everyone else is using, etc. Fools who can't configure their editors properly will find some way to screw it up either way. And frankly, I don't want fools working on any of the code I maintain ;)

    10. Re:The in-factor... by Max+Romantschuk · · Score: 1

      This can be an advantage, but it can also be a disadvantage. One size doesn't always fit all.

      Very true. But doing the almost same thing in insanely different ways for almost the same use case seldom makes sense... :)

      I've seen solutions like that, and it just ends up hampering productivity.

      --
      .: Max Romantschuk :: http://max.romantschuk.fi/
    11. Re:The in-factor... by Max+Romantschuk · · Score: 1

      I agree with both. :)

      Unfortunately I've yet to find a job where I don't have to deal with fools to some degree. Nor one where I get to code python professionally either, in fact.

      But I still think it's easier to make people indent with tabs (for everything, not just Python) than implementing some more advanced whitespace handling over a bunch of different editors... :)

      --
      .: Max Romantschuk :: http://max.romantschuk.fi/
    12. Re:The in-factor... by Anonymous Coward · · Score: 0

      And frankly, I don't want fools working on any of the code I maintain ;)

      Well there you go then. Problem solved. ;)

    13. Re:The in-factor... by tclgeek · · Score: 1

      I thought it was an awful idea when I was using a different scripting language. Then I took a gig that's pretty much 100% python. A couple months in and I still have the same opinion -- it's an awful idea.

      It's not an issue -- emacs seems to take care of the problem quite nicely thankyouverymuch -- but it's still an awful idea IMO.

      Other than that, Python's not too shabby. Not as great a language design as Tcl (why hasn't the world caught up with the ease of deployment Tcl has enjoyed for years?), but it sure has a ton of functionality baked in which is nice.

    14. Re:The in-factor... by mcvos · · Score: 1

      This can be an advantage, but it can also be a disadvantage. One size doesn't always fit all.

      Very true. But doing the almost same thing in insanely different ways for almost the same use case seldom makes sense... :)

      I've seen solutions like that, and it just ends up hampering productivity.

      That is definitely true. Doing 80-90% of the use cases efficiently is often better than doing 100% slowly.

      There's a fine balance between versatility and efficiency, and you can't really make broad, generalising statements about what's best. Well, you can, but it wouldn't be very useful.

    15. Re:The in-factor... by gfxguy · · Score: 1

      Interesting point... I edit python, php, perl, etc., all in the same text editor. So I'm supposed to keep changing the configuration? In my editor, it's a global setting, not per language. So if I have a php and python tab, if I change the behavior of tabbing, I can't just go back and forth.

      Don't get me wrong, I like python a lot, it's an excellent language, but some of the artificial restrictions built in just to get you to program in a style they liked is really annoying.

      --
      Stupid sexy Flanders.
    16. Re:The in-factor... by Anonymous Coward · · Score: 0

      The book is out of date kids, be careful.

    17. Re:The in-factor... by mweather · · Score: 1

      If you're looking for a Django alternative in php, look at Symfony.

    18. Re:The in-factor... by mweather · · Score: 1

      Anyone who has worked for a larger organization either follows standards and practices, or don't work for a large organization for long.

    19. Re:The in-factor... by Fweeky · · Score: 1

      au Syntax * syn match EvilSpace /[^\t]\+\zs\t\+/ " tabs not preceeded by tabs are never acceptable

      Fixed:

      au Syntax * syn match EvilSpace /\(^\t*\)\@<!\t\+/

      Still not sure why the \zs broke it. Also, the \zs in the trailing space regexp is a superfluous leftover from when those two were combined.

    20. Re:The in-factor... by joib · · Score: 1

      Actually, PEP-8, the official python style guide, strongly recommends spaces over tabs.

    21. Re:The in-factor... by Peter+Cooper · · Score: 3, Insightful

      The one really great thing about Django is that it's consistent. There is usually one way of doing things, instead of a million different ways that apply in different situations.

      Consistence is good, but why it "one way of doing things" good in any sense? It's not a good thing in all scientific or artistic disciplines I can think of. There are multiple ways to heal all parts of the body and resolve medical issues, multiple ways to perform the same scientific experiments, multiple ways to build a bridge - why do you want "one way" to do something when it comes to developing software? That sounds like a code style dictatorship..

    22. Re:The in-factor... by DragonWriter · · Score: 1

      Most people who haven't written any Python think it's an awful idea. Most people who spend a few hours learning Python change their mind.

      I've spent more than a few hours learning Python. I like most things about Python (though, in most areas, I like Ruby -- which I started learning later -- more than Python), except the indentation thing.

    23. Re:The in-factor... by VGPowerlord · · Score: 1

      (Note: I am not the grandparent poster)

      Consistence is good, but why it "one way of doing things" good in any sense?

      It makes the code easier to read and follow. For an example of why multiple ways of doing things in a can be bad (in a programming context), see PHP or Perl.

      --
      GLaDOS for President 2016! "Well here we are again. It's always such a pleasure." -- GLaDOS, 2011
    24. Re:The in-factor... by bluesnowmonkey · · Score: 1

      Consistency is one of the primary factors in the maintainability of software. Maybe the biggest factor.

      I don't know how creating software has anything to do with healing bodies or building bridges.

    25. Re:The in-factor... by bluesnowmonkey · · Score: 1

      It's not artificial. Higher code density leads to better code. They've done studies. Really.

      Oh, and get a better editor. There are plenty that have language-specific settings for formatting.

    26. Re:The in-factor... by Daimaou · · Score: 2, Informative

      I jumped on the Rails bandwagon for a bit, but I jumped back off after finding Django.

      I think Django has several advantages over Rails. It runs faster, is better organized, and is easier. I also like how Django limits the functionality of templates in order to force your logic into the controller, which is where it belongs.

      The only thing that bugs me about Django really is that they call the controller the view, and the view the template; which is mildly confusing at first.

    27. Re:The in-factor... by Peter+Cooper · · Score: 1

      I don't know how creating software has anything to do with healing bodies or building bridges.

      It's a science. Most sciences share a lot of principles - even if applied to different media. Problem solving is a common trait to all sciences.

  8. Market. People. they decide. and they did. by unity100 · · Score: 4, Interesting

    excuse me, i hate to break it to you people but we programmers dont decide what goes on to being popular.

    a LOT of 'great' and truly great technologies were devised and pushed to the net, and what happened ?

    people chose what they would.

    php grown way over itself as of now. the demand for it, and the applications on it, regardless of how much you despise or belittle them, are growing boundless. phpbb, oscommerce, name your pick. especially oscommerce has grown over a cart, and kind of became an industry standard. every major provider of anything from ups, fedex to any payment provider SUPPORTS it. but call them and say 'hey i have a great cart on this and this great framework, i cant make it work with your service', and you'll learn that youre on your own.

    a lot of you, i know, are career i.t. staff. working on positions in corporations, having little touch with the 'ordinary people' out there on the net.

    this creates a sphere of isolation, and makes one mistake the trends. there is only one trend that decides everything - choice of the people. look at what php was 5 years ago, where it was, and where it is now, almost a default for shared web hosting, or small business apps for every kind of sector. its so default that, some people who are less technologically literate tend to take php as 'hosting'.

    my a few cents. early in the morning. sleepless. coherency shouldnt be expected. random thoughts.

    1. Re:Market. People. they decide. and they did. by Anonymous Coward · · Score: 0

      Not true, Ask and thou shall receive a payment module for thine cart. The good Payment platforms will provide you with a plugin if its not available on the cart's site. Some like the piece of crap that is miva charges for having the modules listed. They will also provide an example implementation in the language/platform of your choice. If they don't, find one that will.

    2. Re:Market. People. they decide. and they did. by Anonymous Coward · · Score: 0

      You're right but things are changing. All kinds of tools are available, just not ones with names the suits recognize.

      From my own experience: I've consistently found that if I mention a service I offer is based on Rails the enterprisey types all agree that they "can't work with Rails based systems". Yet tell them that you have an XML based RESTful service interface and they don't think twice about calling their engineers to get started.

    3. Re:Market. People. they decide. and they did. by azgard · · Score: 4, Insightful

      excuse me, i hate to break it to you people but we programmers dont decide what goes on to being popular.

      I don't think so. Things are not popular for no reason. Usually, things that become popular have some obvious advantage to existing technology, and that's why people chose it. Only later it is discovered there are also disadvantages to the new technology (usually because it's not so mature in other areas), and even later, the new technology is integrated with the technologies that existed before. It's a natural cycle of progress.

      PHP is nice example. It had advantage in allowing having business logic directly in HTML pages (i.e. easy creation of dynamic pages compared to CGI), and was free. But there was a disadvantage to this approach, so the MVC model and frameworks using templates were invented. So the modern frameworks combine advantages of both technologies.

      The same could be said about Rails. They use obscure language (sorry), but the basic ideas are sound. That's why they are copied by other frameworks, which combine advantage of more well-known language with the advantages of Rails.

    4. Re:Market. People. they decide. and they did. by unity100 · · Score: 1

      aaah. no they dont. i actually work on ecommerce development, and they dont mess with any obscure cart.

    5. Re:Market. People. they decide. and they did. by unity100 · · Score: 1

      i dont think they will change.

      there is a critical mass. if all those cool, new hip stuff had come out 3 years ago, yea, things would change.

      now, 'oscommerce programming' has become an expertise field of its own. if a good l.a.m.p. developer gets $20/hour rate when globally freelancing (indian, american, european, russian markets combined), a good osc programmer can get easily $30. AND that is if you can catch one. this should tell how broad, far reaching has php become - scripts working on it are now expertise fields in themselves, and fetching good rates.

      yes, ruby, rails, ajax, all hip and new, but, the genie is out of the bottle, and that genie's name is php.

    6. Re:Market. People. they decide. and they did. by unity100 · · Score: 1

      well,

      the market, the people using oscommerce, phpbb et al doesnt care about frameworks, mvc, but they care about ease, price, accessibility AND widespread support.

      its like a microsoft thing. everyone buys xp, windows. why ? because it enjoys the greatest reach, AND most importantly, it has the greatest software selection available to run on it. same goes with php now - there is EVERYthing available, for EVERY version of that field, with every option. AND with very cheap, abundantly available experts to do what you want from negotiable rates. its like this - if entire internet unifies around some technology and promotes it against php, yes, things can change. just like linux vs microsoft. but it wont happen, because php is no microsoft (in evil sense) and it delivers.

      i typed all that text, and not even 100 ordinary users stared caring about mvc in the duration i wrote it, all around the world. we programmers care about it. but, we programmers dont pay our own wages. people do.

    7. Re:Market. People. they decide. and they did. by Anonymous Coward · · Score: 0

      But everything dies. People will shift then all those PHP experts will be left on a dwindling platform.

      It'll take many years but it always happens in the end. It'll happen to the hip platforms too.

      And even over the short term, the market has a way of flattening this stuff out.

    8. Re:Market. People. they decide. and they did. by Anonymous Coward · · Score: 0

      the market, the people using oscommerce, phpbb et al doesnt care about frameworks, mvc, but they care about ease, price, accessibility AND widespread support .... we programmers care about it. but, we programmers dont pay our own wages. people do.

      Wait until all that easy, cheap and widespread software moves into its maintenance phase. Then I think you'll find those people care more about good design and frameworks. They'll remember for the next project.

      There's plenty of well written PHP software out there and it's always the well planned and structured stuff. Give it a few more years and more managers will pick up on this.

      It will just take time for businesses to learn what the programmers already know. And in the meantime those of us who work for decent overlords can be well paid while doing things the "right way".

    9. Re:Market. People. they decide. and they did. by Anonymous Coward · · Score: 0

      PHP is nice example. It had advantage in allowing having business logic directly in HTML pages (i.e. easy creation of dynamic pages compared to CGI), and was free. But there was a disadvantage to this approach, so the MVC model and frameworks using templates were invented. So the modern frameworks combine advantages of both technologies.

      Of course, MVC has been around a lot longer than PHP, but people skipped over it because it was so convenient to just write the code into the page. And then people started to realize that it was ugly and difficult to maintain, and started moving towards templating and MVC. It's all sort of a balancing act between clean structure and flexibility.

      Rails basically demonstrated that you could write an application server using controllers, models, templates using a dynamic/scripting language. It's not a fundamentally new design, but before you had to do it in heavyweight languages like Java which required horrendous amounts of XML configuration files and JSP. Interestingly, Django was developed roughly parallel to Rails (but didn't go open source until a couple years ago) and came up with many of the same conclusions about web framework design.

    10. Re:Market. People. they decide. and they did. by mweather · · Score: 1

      The MVC model was invented for desktop applications decades before PHP came out.

    11. Re:Market. People. they decide. and they did. by DragonWriter · · Score: 2, Informative

      PHP is nice example. It had advantage in allowing having business logic directly in HTML pages (i.e. easy creation of dynamic pages compared to CGI), and was free. But there was a disadvantage to this approach, so the MVC model and frameworks using templates were invented.

      Yes, the Model-View-Controller model was invented to deal with problems identified in PHP-based webapps. The amazing part of this is that MVC was first described in 1979, and PHP wasn't invented until 1995, so clearly there was considerable time travel involved.

    12. Re:Market. People. they decide. and they did. by Raenex · · Score: 1

      Interestingly, Django was developed roughly parallel to Rails (but didn't go open source until a couple years ago) and came up with many of the same conclusions about web framework design.

      It's not exactly rocket science. "Hey look, this is all boiler-plate. Can the computer automate it?" Unfortunately, crap like this is what passes for software patents these days, but I digress...

    13. Re:Market. People. they decide. and they did. by unity100 · · Score: 1

      Wait until all that easy, cheap and widespread software moves into its maintenance phase. Then I think you'll find those people care more about good design and frameworks. They'll remember for the next project.

      those cheap, easy and widespread software ARE already in maintenance phase. one of the main work areas of oscommerce is osc support and maintenance. and people are happy with it. uncle joe in idaho with his age of 70 can get an osc store, use it, and keep it with his budget.

    14. Re:Market. People. they decide. and they did. by unity100 · · Score: 1

      this is not a 'hip' platform. did the concept of compact car die with volkswagen ?

      there is no reason for php experts to be left on a dwindling platform, for, the platform just works.

      market HAD flattened it. it landed on php.

  9. Django Sites by rmansuri · · Score: 3, Informative

    Well done to all who work hard for this !!!! Job done !! umm or i can say Job Started !! Have look at most comprehensive listing of websites that are powered by Django, the python web framework for perfectionists with deadlines.

    www.djangosites.org

  10. Tab/space mangling (was Re:The in-factor...) by sowth · · Score: 1

    I've been writing python for years, and I think the tab/space sensitivity is terrible. I stick with e3 partly because of Python (and make) having problems if tabs are substituted to spaces and vice versa. This is completely invisible to the user on all (if not most) text editors. Even worse, many text editors aren't very careful with what they do to whitespace. Also, more or less, 8 charactor tab stops are considered standard, but for programming many people like them at 3. Guess what most text editors do? Well, some put in 3 spaces, but others put in tab chars and define the stops as every 3 spaces.

    Sometimes I have to diagnose these problems with hexdump or a hex editor. Why not just go binary then?

    My favorite editor used to be jed, but when you press tab, it often puts in spaces. I think it is also the one which "optimizes" text files by compressing tabs into spaces. I think you can use it's macro language/configuration to change this behaviour, but it is hell to make sure you are safe from tab/space mangling.

    A note to anyone who may be designing a language or text file format: for the burning kitten's sake, please don't make things sensitive to differences in whitespace. It will be hell for your users.

    1. Re:Tab/space mangling (was Re:The in-factor...) by gfxguy · · Score: 1

      I agree, and while I don't mind the style of indentation forced on the user (*), I resent the fact that it is, in fact, forced on the user, and very nit-picky at that.

      (*) I work with animators who sometimes try to write their own MEL scripts... they never indent and it always pisses me off. But I also hate it when people try to FORCE their style on you.

      --
      Stupid sexy Flanders.
    2. Re:Tab/space mangling (was Re:The in-factor...) by mweather · · Score: 1

      Yet you have no problem with being forced to use brackets?

    3. Re:Tab/space mangling (was Re:The in-factor...) by gfxguy · · Score: 1

      That's syntax of the language, it's not formatting.

      --
      Stupid sexy Flanders.
    4. Re:Tab/space mangling (was Re:The in-factor...) by mweather · · Score: 1

      So why is forcing you to use a certain syntax better than forcing you to use a certain formatting?

    5. Re:Tab/space mangling (was Re:The in-factor...) by VGPowerlord · · Score: 1

      I'm going to make a wild guess and say it's because you can choose where to put the brackets.

      However, more importantly, you can also wrap things to multiple lines for easier reading; to prevent the need to scroll left and right to read long commands.

      (Note: I haven't used Python enough to know if there's some way to do line continuations in it.)

      --
      GLaDOS for President 2016! "Well here we are again. It's always such a pleasure." -- GLaDOS, 2011
    6. Re:Tab/space mangling (was Re:The in-factor...) by Bradmont · · Score: 1

      I love Python. At first I found the tab/space thing kind of ambiguous, but then a fellow vim-lover got me to do this:

      cat >> ~/.vimrc
      set tabstop=3
      set shiftwidth=3
      set expandtab
      ^D

      Makes all those worries go away. :) (well, except possibly for sharing code with people who don't use the same 3-space indent standard)

    7. Re:Tab/space mangling (was Re:The in-factor...) by story645 · · Score: 1

      (Note: I haven't used Python enough to know if there's some way to do line continuations in it.)

      implicit line joining and explicit line joining

      basically, a \ for explicit and just continue the comprehension/function call/etc. for the implicit.

      --
      open source modern art: laser taggi
    8. Re:Tab/space mangling (was Re:The in-factor...) by gfxguy · · Score: 1

      Every language has a syntax, otherwise you couldn't have a language.

      --
      Stupid sexy Flanders.
    9. Re:Tab/space mangling (was Re:The in-factor...) by GrievousMistake · · Score: 2, Informative

      I'd recommend 4-space indents for Python, it's what the standard library uses, and what anyone who wants to use something 'standard', like any large project, will be using as well. One reason the tab/space things isn't a problem is that the language comes with a clear recommendation.
      I still use tabs for everything else, so I've added to my .vimrc:
      autocmd FileType python set et ts=4 sw=4 sts=4

      --
      In a fair world, refrigerators would make electricity.
    10. Re:Tab/space mangling (was Re:The in-factor...) by aevans · · Score: 1

      We're just saying the syntax should be, you know, visible.

  11. Quit Your Job (n/t) by Mateo_LeFou · · Score: 0

    EOF

    --
    My turnips listen for the soft cry of your love
  12. Oh, please. by Anonymous Coward · · Score: 0

    Creating software is a craft, not a science.

    1. Re:Oh, please. by Peter+Cooper · · Score: 1

      I don't think that's the popular view. Software development is a form of engineering, which is the process of using technical and scientific principles to produce systems. Engineering is not a craft in the artistic sense.

  13. try Zope/Plone instead by axxackall · · Score: 1
    If you like Python then try Zope/Plone instead. Both Zope and Plone are in their stable version 3 - compare it to first stable version 1 of Django.

    Zope is an open source application server specializing in content management, intranets, and custom web applications. Zope is written in Python and has a large, global community of developers and companies. http://zope.org/

    It is a ready to use server that even without any programming you can start-up your web project just by uploading your documents to it. And with programming you can can achieve same power as with Django - or even more if you check how many products (ready to use components and frameworks) you can find at http://www.zope.org/Products.

    Plone is a ready-to-run content management system that is built on Python and the Zope application server. Plone is easy, flexible, and gives you a system for web content that is ideal for projects, communities, websites and intranets. http://plone.org/

    Plone opens even more ways and power for you - it is a ready to use portal and it is a framework for writing portal applications. And again, check how many products it offers and compare it to Django: http://plone.org/products.

    --

    Less is more !
  14. no by unity100 · · Score: 1

    you dont.

    its impossible for any new cart producer to provide modules for everything out there. one of the most common reasons that people switch to oscommerce for is the availability of modules.