Building Skills in Python

Since I spend a lot of time on skill upgrades for my clients, my books are oriented around that theme. It's something that I learned from Jim Bullock : there's a Clue Absorption Rate, and you can't exceed that rate. These books are about building skills incrementally.

I've got three Python-related …

more ...

My Bias is Showing

Why Python, indeed?

"It's clear that you find it easier and quicker to use Python, and that's fine. It's often quickest for people to use the tools that they know best."

As they say on Fark.com, "This".

However, the Python advantage doesn't stem from knowing Python better than Java …

more ...

User Interface Testing

The question seemed simple, which testing framework is the simplest? The situation is complex. There's a web application, there are developers and there are testers. The developers develop, and the testers test. So far, not so complex.

Here's the complexity. The testers are pretty focused on manual point-and-click testing. They …

more ...