All Posts Tagged: python
- Remove .pyc files as a step in the test process (December 9th, 2009)
All Links Tagged: python
-
PyPI Search Box
:
A search plugin for PyPI.
-
EveryBlock Source Code
:
Django hotness. This will be very interesting to look through.
Other tags for this link: django, everyblock, geodjango, maps, python.
-
Making Sense of Python Unicode
:
Great succinct unicode tutorial.
-
The Lamson Project
:
Interesting project to create a modern python-based email application framework. Bookmarked for later reference.
-
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.
-
Handy way of dealing with Django template tag loading failure
:
Oh, this is handy. A good way of nailing down the import error when faced with this sort of thing: "'XXX' is not a valid tag library: Could not load template library from django.templatetags.XXX, No module named models."
Other tags for this link: django, python, templatetag.
-
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.
-
Twill
:
Headless Python browser, great for writing automated integration tests.
Other tags for this link: automated_testing, integration_testing, python, testing.
-
Add a web api to your app with django-piston
:
Other tags for this link: api, django, django_apps, django-piston, python.
-
Easy Fabric Deployment, Part 1: Git/Mercurial and SSH
:
Must. Do. This.
Other tags for this link: automation, deployment, fabric, git, mercurial, python, ssh.
-
django-staticpages
:
Enhanced flatpages app for Django.
Other tags for this link: django, django_apps, python.
-
Of Python, memcached and decorators: easy-peasy function caching
:
Other tags for this link: decorators, memcached, python.
-
PyBrain
:
Python Machine Learning Library.
Other tags for this link: artifical_intelligence, machine_learning, neural_net, pybrain, python.
-
Automated Web/HTTP Profiler with Selenium-RC and Python
:
Other tags for this link: automation, python, selenium.
-
Load spikes and excessive memory usage with mod_python
:
Other tags for this link: apache, django, mod_python, python.
-
Mechanize
:
Huh. Possible alternative to Selenium. Not sure how well it handles js, which seems to be one of Selenium's most useful features.
Other tags for this link: integration_testing, mechanize, python, testing.
-
Django Solr
:
"Django Solr search is a Django pluggable for rapidly integrating Solr search into a Django Application."
-
Notes on the Python Class Statement
:
Helpful run down on class creation in Python.
Other tags for this link: python.
-
Packaging with setuptools
:
Other tags for this link: packaging, python, setuptools.
-
Organic Metaclasses
:
Nice little write up of the author's discovery of a natural use for Python's metaclasses.
Other tags for this link: metaclasses, python.
