March 4, 2008
For what it’s worth, I agree whole-heartedly with Antonio’s post. Monitoring the Django community, we see so many people who come to, and love Django via the Ruby on Rails path. A lot of people are drawn into the RoR hype and for whatever reason they find that their skills, minds, or work patterns just don’t mesh up with how it works. Those people typically find their way to Django and some have even become valuable members of the community.
Rails is the best thing that ever happened to Python
Don’t let this confuse you though. Python (and Django) are able to benefit from all the interest geared towards dynamic languages, only because they are technically excellent and make a strong case on their own. Their communities are much less about marketing and more about substance, in my opinion. I understand those who go from Ruby to Python, but there are far fewer motivations in favor of a switch from Python to Ruby.
The reason for this is that, in a way, Python is currently an answer to Ruby’s MRI shortcomings. When I speak about Ruby’s shortcomings I always refer to the implementation and not to the design of the language, which is a well balanced and coherent mix of paradigms and features.
Leave a Comment » |
Django, Frameworks, Programming, Python, Ruby on Rails, Web Development | Tagged: Django, Frameworks, Python, ruby, rubyonrails |
Permalink
Posted by Clint Ecker
March 1, 2008
The team over at Pownce (just Leah Culver? I’m not sure they ever hired a second developer) has finally released their full API!
The new API uses oAuth for the authentication portion and adds the ability for any developer to recreate a fully-capable Pownce application. The old version one API only let you pull down yours and friends updates, but not post messages, links, events, or files.
There were unofficialy ways to do this of course (I even helped reverse engineer the old protocll), but it’s great to have an officially sanctioned method to do this.
I’ve got a personal Pownce account that I don’t use very much. Perhaps the new applications to be built on this new API will help me use it more often.
As for my personal projects that I’d like to add Pownce too, I just have to wait for Mike Taylor or James Bennett to completely re-engineer their old API implementations!
Leave a Comment » |
Django, Programming, Python | Tagged: api, Django, pownce, Python |
Permalink
Posted by Clint Ecker