Links tagged “programming”
102 links, newest first.
code.google.com
snake-guice is a simple, lightweight Python dependency injection framework based on google-guice.
llvm.org
The LLVM Project is a collection of modular and reusable compiler and toolchain technologies.
phyast.pitt.edu
ate classes. The decorator module takes advantage of this feature to provide a facility for writing complex decorator factories. We have already seen examples of simple decorator factories, implemented as functions returning a decorator. For more complex situations, it is more convenient to implement decorator factories as classes returning callable objects that can be used as signature-preserving decorators. To this aim, decorator can also be used as a class decorator. Given a class with a .call(self, func, *args, **kw) method decorator(cls) adds a suitable __call__ method to the class; it raises a TypeError if the class already has a nontrivial __call__ method.
a.michelizza.free.fr
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
lucumr.pocoo.org
Projects Over the last couple of years I worked on a number of open source projects.
steve.yegge.googlepages.com
ma-like trance whenever I tried to skim through
werkzeug.pocoo.org
overview documentation community Welcome Werkzeug is a WSGI utility library for Python.
peak.telecommunity.com
For basic use of setuptools, just import things from setuptools instead of the distutils.
youtube.com
Python Design Patterns Alex Martelli Design Patterns must be studied in the context on the language in which they'll get implemented -- the Gang of Four made that point strongly in their book, though almost everybody else seems not to have noticed.
possibility.com
From Epowiki The benefit of code reviews is undeniable.
woork.blogspot.com
Some times ago I wrote a post about a structured process you must know to develop a web application and many readers asked to me to write something simpler about how to manage a small web project.
en.wikipedia.org
The unmodified "waterfall model".
linuxgazette.net
Understanding Threading in Python By Krishna G Pai When programming, in any language, the capability to spawn worker threads is integral to the performance of any application.


















