This month
A Curious Course on Coroutines and Concurrency
This tutorial is a practical exploration of using Python coroutines (extended generators) for solving problems in data processing, event handling, and concurrent programming. The material starts off with generators and builds to writing a complete multitasking environment that can run thousands of concurrent tasks without using threads or using code based on event-driven callbacks (i.e., the "reactor" model)
Python Ecosystem - An Introduction » mirnazim.org
This is not about teaching Python - the programming language. This tutorial will not magically transform you into a Python ninja. I am assuming that you already know the basics of Python. If you don't, then stop right now. Go read Zed Shaw's brilliant free book Learn Python The Hard Way first and then come back.
January 2012
REST API Tutorial | spire.io
spire.io provides, as its foundation, a simple REST API. As such, the first thing you do is some discovery to get all the URLs you need to get started.
Double Boot Mac OS X et Ubuntu 10.04 avec rEFit et Bootcamp | GeckoGeek
December 2011
A Curious Course on Coroutines and Concurrency
This tutorial is a practical exploration of using Python coroutines (extended generators) for solving problems in data processing, event handling, and concurrent programming. The material starts off with generators and builds to writing a complete multitasking environment that can run thousands of concurrent tasks without using threads or using code based on event-driven callbacks (i.e., the "reactor" model)
Customizing theme options through a child theme | WooThemes
Perl file size tutorial - How to get the size of a file in Perl using file test operators.
How to structure your CSS | Tutorial | .net magazine
November 2011
Generator Tricks for Systems Programmers
This tutorial discusses various techniques for using generator functions and generator expressions in the context of systems programming. This topic loosely includes files, file systems, text parsing, network programming, and programming with threads.
Code Like a Pythonista: Idiomatic Python
Zend Framework from Scratch | Nettuts+
October 2011













