oTeam of 11

Updates from Brajeshwar RSS

  • 11:50:36 am on December 4, 2008 | 0 | # |
    Tags: ,

    Python 3.0 (a.k.a. “Python 3000″ or “Py3k”) is a new version of the language that is incompatible with the 2.x line of releases. The language is mostly the same, but many details, especially how built-in objects like dictionaries and strings work, have changed considerably, and a lot of deprecated features have finally been removed. Also, the standard library has been reorganized in a few prominent places.

     
  • 07:43:31 pm on December 3, 2008 | 0 | # |
    Tags: , ,

    The main objectives of South are to provide a simple, stable and database-independent migration layer to prevent all the hassle schema changes over time bring to your Django applications.

     
  • 11:21:28 am on November 21, 2008 | 0 | # |
    Tags: ,

    Scott Hacker, has posted an interesting, and quite detailed post discussing a developer’s move to Django. It’s both a personal account and a researched account, which makes for a strong post.

    Read the article — Notes on a Django Migration.

     
  • 02:35:47 pm on November 20, 2008 | 0 | # |
    Tags: , ,

    GitX is a git GUI specifically for Mac OS X. It currently features a history viewer much like gitk and a commit GUI like git gui. But then in silky smooth OS X style!

     
  • 11:48:56 am on November 20, 2008 | 0 | # |
    Tags: , , ,

    Google has been hosting some of the popular AJAX libraries for awhile, now YUI have been added to that roster. Developers now have the choice between yui.yahooapis.com and ajax.googleapis.com when evaluating hosting options for YUI files.

    Via: YUI Blog.

     
  • 02:09:16 pm on November 18, 2008 | 0 | # |
    Tags: , , ,

    Amazon have announced their new CDN CloudFront.

    As with all other AWS, there are no minimum usage commitments, no monthly fees and the setup is plain and straight forward. Here are the steps;

    1. Sign up for CloudFront.
    2. Put your most frequently accessed static content into an Amazon S3 bucket and mark it as publicly readable.
    3. Create a new CloudFront Distribution using a single REST-style POST call. Capture the domain name returned by the call.
    4. Generate fresh URLs for your content using the domain name from step 3 and hand them out. By using our CNAME support you can even make the content appear as if it is coming from your own domain. You can associate up to 10 CNAMEs with each distribution.

    CloudFront will take care of the rest. Requests originating anywhere in the world will be routed to one of 14 edge locations (8 in the United States, 4 in Europe, and 2 in Asia). If the content isn’t already present at a particular edge location it will be fetched from S3 and cached at the edge.

     
  • 12:49:11 pm on November 18, 2008 | 0 | # |
    Tags: , ,

    Gustavo Picon, announced his new project django-taggable. As the author describes, django-taggable is “An efficient, denormalized and multidimensional tagging library for Django 1.0+”

     
  • 12:35:24 pm on November 15, 2008 | 0 | # |
    Tags: ,

    Following Django’s previously-announced schedule, the Django team has released Django 1.0.1. This is a bugfix-only release containing fixes and improvements to the Django 1.0 codebase, and is a recommended upgrade for anyone using or targeting Django 1.0.

     
  • 11:28:09 am on November 12, 2008 | 0 | # |
    Tags:

    Anyone who has used Django for just about any length of time has probably used a Django model, and possibly wondered how it works. The key to the whole thing is what’s known as a metaclass, a metaclass is essentially a class that defines how a class is created.

    Read the article in full — How the Heck do Django Models Work?

     
  • 10:41:45 am on November 11, 2008 | 0 | # |
    Tags: , , ,

    Baishampayan Ghose is one of the founders of the Ubuntu India. He has been an active user & developer of Free & Open Source Software for as long as he can remember.

    BG was interviewed by Mutiny.in — Read the interview — about Ubuntu in India.

     
  • 03:28:02 pm on October 29, 2008 | 0 | # |
    Tags: , ,

    Programmers tend to avoid doing certain things not because they are inherently bad at it, but because they don’t know how to proceed. They find themselves in an uncharted and foggy territory, without a map, no sense of direction, and with a limited ability to know if they’re getting any closer to where they want to be. Also, when they talk to people that don’t share such problems and find it all too natural and obvious, it’s hard for the two to communicate in terms that make sense to a programmer.

    Read the article in Full at Beta Version.

     
Next Page »