All Posts Tagged: python

All Links Tagged: python

  • Class Decorators: Radically Simple (Video) :

    Just watched this presentation. It's an excellent example of how to present a technical subject effectively: begin very, very simply, and then slowly build up; use lots of examples; always use the simplest possible examples to illustrate the point you're making.

    Other tags for this link: class_decorators, decorators, python.

  • Typing in Python :

    A sensible proposal about how to add optional typing constraints to Python without breaking backwards compatibility or sinning against the True Spirit of Python.

    Other tags for this link: programming, python, types.

  • Django Solr :

    "Django Solr search is a Django pluggable for rapidly integrating Solr search into a Django Application."

    Other tags for this link: django, python, search, solr.