Current Twitter Status

See status in context

Subsidized Fear

Terror Alert Level

Into The Past »

All Items Tagged With “python” (Subscribe to this tag)

Haystack - Search for Django

Link bookmarked via Diigo on Wednesday, November 4, 2009 @ 08:02 CST by Daniel Andrlik

This is a sweet search application for Django.

When I first wrote my site, I had to patch the model code to have it utilize the native full text search available in PostgreSQL, and then some truly ugly search code for searching all the models in my applications. Haystack, combined with a true search backend like Solr or Xapian is a much better approach. Looks like a great way to implement robust search on your Django site.

View Link Source

Processing your offline gmail in Python - Command Line Warriors

Link bookmarked via Diigo on Tuesday, February 3, 2009 @ 21:48 CST by Daniel Andrlik

Oh, there are hours of geeky fun to be had with this. This is so going on my list of things to tinker with when I finish my current coding project.

View Link Source

Defying Classification: ETags And Modification Times In Django

Link bookmarked via Diigo on Saturday, December 13, 2008 @ 12:20 CST by Daniel Andrlik

Great tutorial and explanation on using ETags in Django for more efficient request processing. Part of an ongoing series on advanced HTTP concepts in Django by Malcolm Tredinnick.

View Link Source

django-command-extensions - Google Code

Link bookmarked via Diigo on Sunday, November 16, 2008 @ 09:44 CST by Daniel Andrlik

Excellent Django app that adds a number of useful management features to your Django project.

View Link Source

Big list of Django tips (and some python tips too)

Link bookmarked via Diigo on Sunday, November 16, 2008 @ 09:32 CST by Daniel Andrlik

This is a great collection of Django tips. Worth reading through if you plan on doing any work with Django.

View Link Source

So you want a dynamic form

Link bookmarked via Diigo on Friday, November 14, 2008 @ 11:21 CST by Daniel Andrlik

A useful little tutorial from James Bennett on how to produce dynamic forms with Django. Some of these techniques I have been using on my own, but he provides examples that show a much more efficient way of doing it than I have in my own code.

View Link Source

The basics of creating a tumblelog with Django

Link bookmarked via Diigo on Tuesday, June 24, 2008 @ 10:49 CDT by Daniel Andrlik

I’ve been toying with adapting my site code to do this sort of thing. It’s always nice to see when someone else takes the time to publish their solution. I don’t know if I’ll end up doing exactly the same thing, but this post certainly gave me some ideas.

View Link Source

Generator Tricks for Systems Programmers

Link bookmarked via Diigo on Thursday, April 24, 2008 @ 15:02 CDT by Daniel Andrlik

This is a great guide on generator functions in Python, including use cases. The slides from his presentation (available as a PDF from the linked page) may be the best tutorial I’ve seen on the subject so far.

View Link Source

Django Pluggables: Browsing through code so you don’t have to.

Link bookmarked via Diigo on Friday, April 18, 2008 @ 09:11 CDT by Daniel Andrlik

This is a neat service that collects reusable and “pluggable” Django applications that you can incorporate into your project. While many reusable apps exist, there previously wasn’t any unified listing, so you spent most of your time searching for Google Code projects that had already been put together.

This is just an awesome resource for developers using Django.

View Link Source

Using Django with Appengine

Link bookmarked via Diigo on Saturday, April 12, 2008 @ 23:30 CDT by Daniel Andrlik

This is a useful guide for navigating some of the specifics of getting a Django project up and running on Google App Engine.

View Link Source

Into The Past »