Login or Sign up

Posts

Use Python to Store Data from Twitter's Streaming API in MongoDB

Harvest data from twitter. Maybe we do some NLP next.

Solution to 36 cube using Python's batteries in a naive and brutish manner.

All your 36 cubes are belong to us.

Wherein the inner workings of the DeathStarWidget are revealed

Is this really how you would provide more information about choices in a django.forms.CheckboxSelectMultiple, django.forms.ModelMultipleChoiceField?

Twisted Python ManholeInterpreter in the browser with html5, WebSockets, localStorage

Not something that you want to deploy and let strangers request, but pretty neat for building local apps.

Django template filter to find if all members of an iterable have a certain attr

simple-minded template filter for django

Django SQL logging middleware

Log your sql with middleware while in DEBUG

Django: Log the traceback for production and ajax, Show Django's Error Page when not in DEBUG, email ADMINS

Good exception middleware for certain cases

Aluminum in the Vaccine Schedule Recommended by the American Academy of Pediatrics

Is the amount of aluminum in vaccines cause for worry?

Home Depot No Payments, No Interest Credit Card Ruined by Consumer Protection Act?

The CARD act for "consumer protection"

Django AttributeError: 'NoneType' object has no attribute 'label'

just in case you were searching for a solution to this slightly obscure traceback; this might be the answer.

Django process_exception to log tracebacks and debug

I've been really happy with this little gem.

Django OrderedManyToManyField

One way to do it.

Fresh air, stale on browsers and web technology

a small vent

A space-separated list of HTML tags for Django template defaultfilters removetags

remove all html tags from a string.

See the attributes of a variable in Django Templates

A little help for the designer.

Javascript Introspection in 90 seconds.

Gee, all work and no posting lately.

Instantiate a class by calling it with a dirty dictionary b/c you are using Django with some substandard API

Dirty hack N in our M part series, "Getting around other people's bad apis"

Remove insignificant whitespace from xml string with Python

simple but not super-easy to find trick for stripping insignificant whitespace frmo xml

Reset Django Password Manually: algo$salt$hash

non-technical administrators can take matters into their own hands.

Add urls to your django sitemap that require two objects

Different ways to build sitemaps with Django