Most xpath text node regexp related news are at:
blog.codedstructure.net
– Coded Structure
Twisted Network Programming Essentials book review 14 Jul 2013 | 02:46 am
Twisted Network Programming Essentials by Jessica McKellar & Abe Fettig (O'Reilly Media) gives an introduction to Twisted, a Python framework devoted to event-driven programming, and particularly it's...
The Dynamics of Catching Exceptions in Python 3 May 2013 | 03:56 am
In which I discuss dynamism in catching exceptions - something which took me by surprise and could hide bugs - or enable fun... The Problem Code The following code - abstracted just slightly(!) from...