原创 Top 10 Mistakes that Python Programmers Make

About Python Python is an interpreted, object-oriented, high-level programming language with dynamic semantics. It

原创 Playing with ptrace, Part I

Using ptrace allows you to set up system call interception and modification at the user level. Have you ever wonde

原创 Top 10 Mistakes that Python Programmers Make

About Python Python is an interpreted, object-oriented, high-level programming language with dynamic semantics. It

原创 Playing with ptrace, Part I

Using ptrace allows you to set up system call interception and modification at the user level. Have you ever wonde

原创 A collection of not-so-obvious Python stuff you should know

Sebastian Raschka last updated: 04/25/2014 Link to this IPython Notebook on GitHub All code was e

原创 Top 10 Mistakes that Python Programmers Make

About Python Python is an interpreted, object-oriented, high-level programming language with dynamic semantics. It

原创 Asynchronous Servers in Python

Asynchronous Servers in Python Nicholas Piël | December 22, 2009 There has already been written a lot on the C10K

原创 Install Oracle 11g R2 in Centos 6 X64

If the prerequisite failed (lots of packages are reported missing). Do the following to fix this. cd database/stage/cvu

原创 The ultimate SO_LINGER page, or: why is my tcp not reliable

This post is about an obscure corner of TCP network programming, a corner where almost everybody doesn’t quite get wha

原创 Python Patterns - An Optimization Anecdote

Python Patterns - An Optimization Anecdote Python Patterns - An Optimization Anecdote The other day, a friend asked m

原创 OOP Concepts in Python 2.x - Part 1

OOP Concepts in Python 2.x - Part 1 Published on: Mar 5th, 2014 Tags: python Posted by Leonardo Giordani

原创 Iterables, Iterators and Generators: Part 2

This is the second part of the talk I gave January 24, 2013 at the Ottawa Python Authors Group. Part One introduces Py

原创 Optimizing Linux Memory Management for Low-latency / High-throughput Databases

Table of Contents IntroductionSetting up the contextReproducing and understanding Linux's zone reclaim behav

原创 Linux I/O Performance Tests using dd

Under Linux, the dd command can be used for simple I/O performance measurements. This article will provide valuable i

原创 Rich Comparison Methods

One of the nicest features of the Data Model is the ability to override the behavior of rich comparison operators: i