The question of persistence implementation arise often. I found repository pattern very valuable due to separation of concerns, mediate be...
People who come from strongly typed languages that offer interfaces often are confused by lack of one in Python. Python, being dynamic typi...
Content caching is the most effective type of cache. This way your web handler is not executed to determine a valid response to user, instea...
What is the fastest template system for Python? See also: Comprehensive benchmarks for various template include, extends and widget direct...
Here we are going setup a server that serves over network to pxe clients a diskless debian. We will be using the following: DHCP server: dh...
We are going create a new account for John Smith. Here are few simple steps: We need create a template for a new user account jsmith (file...
The python tool pymetrics can be used to measure your source code complexity. You can install it with easy_install pymetrics . Here is an e...