By nitin on January 12, 2011

A lot of people have participated and qualified in Qualification Round of Facebook Hacker Cup. Luckily I am also qualified for First Round. Facebook Hacker Cup Qualification Round consisted 3 problems. All of these problems were programmatically easy but tricky. Lots of people made very simple mistakes while solving these problem(including me).
Continue reading…
Posted in Programming | Tagged context, double square, facebook, hacker cup, Programming, python |
By nitin on November 12, 2010
During web development I very often come across a problem to convert any string into TitleCase. Those who don't know title case is the style of writing having first letter as a majuscule (upper-case letter) and the remaining letters in minuscules (lower-case letters).
Continue reading…
Posted in Tips & Tricks | Tagged capitalization, Django, python, title case, titlecase |
By nitin on March 23, 2009
Continuing my previous post Debugging Django Application, in this post I am trying to aggregate best of web tutorial which will definitely help you while debugging any django application. Continue reading…
Posted in Django | Tagged debugging, Django, python, slide, tutorial, video |
By nitin on February 24, 2009
As the title suggest this post is regarding "Memory Requirement of django ORM".
Actually some days back I myself faced this problem and wrote "Why Django ORM Sucks : It takes a hell lot of memory in processing". From various comments and a thread which started on google groups, I came up with few points one should check while operating on large amount of data.
Continue reading…
Posted in Django | Tagged Django, memory, ORM, python |
By nitin on February 17, 2009
For a project I needed Memcached. But the problem was that I have my development system on WindowsXP.
Continue reading…
Posted in Django, MemCached | Tagged Django, memcache, MemCached, python, win32, windows, windows XP, windowsXP |
Recent Responses